Add ejentum-genkit (Ejentum Reasoning Harness)#49
Conversation
Signed-off-by: Ejentum <info@ejentum.com>
WalkthroughThis pull request adds a single entry to the community plugins section of the README, documenting the ejentum-genkit plugin and its support for registering agent-callable tools for reasoning, code, anti-deception, and memory capabilities. ChangesCommunity Plugin Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 111: Update the README description for `ejentum-genkit` to include the
missing relative pronoun by changing "the model calls before generating" to
"that the model calls before generating" so the sentence reads: "Plugin that
registers four agent-callable tools (reasoning, code, anti-deception, memory)
that the model calls before generating." Target the line containing the
`ejentum-genkit` description in README.md and adjust the phrase accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| - [`@auth0/ai-genkit`](https://genkit.dev/docs/plugins/auth0/) - Official Auth0 plugin for Genkit that provides authentication and authorization capabilities. | ||
| - [`genkitx-langfuse`](https://github.com/marcelfolaron/genkitx-langfuse) - Plugin to integrate with Langfuse for telemetry and prompt management. | ||
| - [`genkitx-posthog`](https://github.com/orchlab/genkitx-posthog) - Plugin to integrate with PostHog for telemetry and analytics. | ||
| - [`ejentum-genkit`](https://github.com/ejentum/ejentum-genkit) - Plugin that registers four agent-callable tools (reasoning, code, anti-deception, memory) the model calls before generating. Each call returns a structured cognitive scaffold from the Ejentum Reasoning Harness. |
There was a problem hiding this comment.
Fix grammatical issue in the description.
The description is missing a relative pronoun. "the model calls before generating" should be "that the model calls before generating" for proper grammar.
📝 Proposed fix for grammar
- - [`ejentum-genkit`](https://github.com/ejentum/ejentum-genkit) - Plugin that registers four agent-callable tools (reasoning, code, anti-deception, memory) the model calls before generating. Each call returns a structured cognitive scaffold from the Ejentum Reasoning Harness.
+ - [`ejentum-genkit`](https://github.com/ejentum/ejentum-genkit) - Plugin that registers four agent-callable tools (reasoning, code, anti-deception, memory) that the model calls before generating. Each call returns a structured cognitive scaffold from the Ejentum Reasoning Harness.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - [`ejentum-genkit`](https://github.com/ejentum/ejentum-genkit) - Plugin that registers four agent-callable tools (reasoning, code, anti-deception, memory) the model calls before generating. Each call returns a structured cognitive scaffold from the Ejentum Reasoning Harness. | |
| - [`ejentum-genkit`](https://github.com/ejentum/ejentum-genkit) - Plugin that registers four agent-callable tools (reasoning, code, anti-deception, memory) that the model calls before generating. Each call returns a structured cognitive scaffold from the Ejentum Reasoning Harness. |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 111, Update the README description for `ejentum-genkit` to
include the missing relative pronoun by changing "the model calls before
generating" to "that the model calls before generating" so the sentence reads:
"Plugin that registers four agent-callable tools (reasoning, code,
anti-deception, memory) that the model calls before generating." Target the line
containing the `ejentum-genkit` description in README.md and adjust the phrase
accordingly.
|
appreciated! |
Adds
ejentum-genkitunder JavaScript - Community → 4. Other Plugins (placed at the bottom of the section per CONTRIBUTING).ejentum-genkitis a Genkit plugin that registers four agent-callable tools (harness_reasoning,harness_code,harness_anti_deception,harness_memory) the model calls before generating. Each call returns a structured cognitive scaffold (named failure pattern, executable procedure, suppression vectors, falsification test) the model reads internally to shape its next response.Format follows existing entries (single line, capital-start / period-end description). Open to relocating to a different section if there's a better fit.
Summary by CodeRabbit