Skip to content

add universal-engineering-agent: 9-stage operating kernel - #126

Open
MajidAsghariTabrizi wants to merge 1 commit into
Anil-matcha:mainfrom
MajidAsghariTabrizi:add-uea
Open

add universal-engineering-agent: 9-stage operating kernel#126
MajidAsghariTabrizi wants to merge 1 commit into
Anil-matcha:mainfrom
MajidAsghariTabrizi:add-uea

Conversation

@MajidAsghariTabrizi

@MajidAsghariTabrizi MajidAsghariTabrizi commented Sep 3, 2026

Copy link
Copy Markdown

Adds universal-engineering-agent — a profile-agnostic, runnable, MIT reference implementation of the UEA operating-kernel contract.

Capabilities:

  • 9-stage kernel: inspect, plan, implement, verify, classify, recover, test, generalize (plus a tool-hygiene tracker)
  • 10-class failure classifier with bounded retry and non-retryable fall-through
  • Stage-4 staged runner (STATIC → UNIT → INTEGRATION) for the user's code
  • Stage-7 self-tests for the agent's own code (uses node --test, plain Node, no test framework dependency)
  • Profile-agnostic: product-specific knowledge lives in a profile, not in the kernel
  • Zero runtime dependencies; runs on Node 18.17+
  • Sibling to free-best-router (this one coordinates an engineering agent; free-best-router picks the model)

DSH integration: the kernel contract is the public-spec counterpart of the production dsh-universal-harness-core plugin. Full write-up at deepseek-ai/deepseek-harness#5513.

Disclosure: this is my own open-source project. I rewrote the entry to use capability-based wording only (no hard-coded metric counts), per the maintainer's earlier feedback on similar entries.

…based wording)

Adds [universal-engineering-agent](https://github.com/MajidAsghariTabrizi/universal-engineering-agent) to the Development & Runtime section. Profile-agnostic, runnable, MIT reference implementation of the UEA 9-stage operating-kernel contract. Zero runtime deps.

Disclosure: this is my own open-source project. I rewrote the entry to use capability-based wording only (no hard-coded metric counts), per the maintainer's earlier feedback on similar entries.
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.

1 participant