Skip to content

Add ejentum-genkit (Ejentum Reasoning Harness)#49

Merged
xavidop merged 1 commit into
xavidop:mainfrom
ejentum:add-ejentum-genkit
May 22, 2026
Merged

Add ejentum-genkit (Ejentum Reasoning Harness)#49
xavidop merged 1 commit into
xavidop:mainfrom
ejentum:add-ejentum-genkit

Conversation

@ejentum

@ejentum ejentum commented May 22, 2026

Copy link
Copy Markdown
Contributor

Adds ejentum-genkit under JavaScript - Community → 4. Other Plugins (placed at the bottom of the section per CONTRIBUTING).

ejentum-genkit is 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

  • Documentation
    • Added a new community JavaScript plugin entry to the plugins list.

Review Change Stack

Signed-off-by: Ejentum <info@ejentum.com>
@coderabbitai

coderabbitai Bot commented May 22, 2026

Copy link
Copy Markdown

Walkthrough

This 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.

Changes

Community Plugin Documentation

Layer / File(s) Summary
Community plugin entry
README.md
Added ejentum-genkit to the JavaScript community plugins list with a description of its agent-callable tool registration capabilities.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • xavidop

Poem

🐰 A plugin joins the awesome fold,
With tools for reasoning bold,
Anti-deception guards the way,
While memory remembers the day.
One line added, yet wisdom's sewn! 🌟

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly matches the main change: adding ejentum-genkit to the plugins list in README.md.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a14432a7-de6e-4f7c-afd2-e47ece26e886

📥 Commits

Reviewing files that changed from the base of the PR and between d51cc36 and bef4612.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
- [`@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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

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.

Suggested change
- [`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.

@xavidop xavidop merged commit 5970cfe into xavidop:main May 22, 2026
3 of 4 checks passed
@ejentum

ejentum commented May 23, 2026

Copy link
Copy Markdown
Contributor Author

appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants