Skip to content

feat(agents): list every official AI SDK and Omnigent harness#34

Merged
Yiminnn merged 1 commit into
mainfrom
feat/aisdk-omnigent-all-harnesses
Jun 29, 2026
Merged

feat(agents): list every official AI SDK and Omnigent harness#34
Yiminnn merged 1 commit into
mainfrom
feat/aisdk-omnigent-all-harnesses

Conversation

@Yiminnn

@Yiminnn Yiminnn commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Goal

List/adapt every agent the official AI SDK and Omnigent sites publish, the same
way as the existing adapted agents. This PR focuses on listing them + documenting
each one's status
— model/proxy routing correctness is the explicit next step,
not this PR.

AI SDK — now covers every official @ai-sdk/harness-*

npm's @ai-sdk/harness-* scope publishes: pi, codex, claude-code, deepagents,
opencode. The repo had the first three; this adds the last two (scaffolded from
the harness-pi template):

Package Wraps Status
ai-sdk-deepagents @ai-sdk/harness-deepagents@1.0.5 🧪 scaffolded — in-process (just-bash) like Pi; routing + parity not yet verified
ai-sdk-opencode @ai-sdk/harness-opencode@1.0.6 🧪 scaffolded — execution model (in-process vs bridge) + routing not yet verified

Both: node --check + ast.parse clean, ruff clean, test_register asserts the
name/deps/env slot, test_wire_parity skips with "no vanilla fixture yet (next step)". Added to the test-ai-sdk CI matrix.

Omnigent — one agent per orchestrated --harness

github.com/omnigent-ai/omnigent lists --harness values claude-sdk, claude-native,
codex, codex-native, cursor, cursor-native, hermes, hermes-native, opencode, pi,
pi-native, openai-agents. Registered one BenchFlow agent per distinct orchestrated
agent
:

Agent --harness Status
omnigent-pi pi fully worked (reward 1.0 end-to-end)
omnigent-claude claude-sdk 🧪 listed — needs Claude Code CLI in-sandbox (next step)
omnigent-codex codex 🧪 listed — needs the codex CLI (next step)
omnigent-cursor cursor 🧪 listed — needs the cursor CLI (next step)
omnigent-opencode opencode 🧪 listed — needs the opencode binary (next step)
omnigent-hermes hermes 🧪 listed — needs the hermes CLI (next step)
omnigent-openai-agents openai-agents 🧪 listed — needs the OpenAI Agents SDK (next step)

Mechanism: a harness param threaded through agent.py + session.py, and a
per-harness session_factory (build_omnigent_<slug>, generated as module globals so
omnigent.agent:build_omnigent_openai_agents resolves). build_omnigent_agent kept as
a pi back-compat alias. The -native run-modes are documented, not registered
(they're alternate run-modes of the same agent). register() still gates on the
session-factory seam (registers nothing on a BenchFlow without it).

"Listed-not-wired" means: the agent is in the registry, the shared install_cmd
installs omnigent itself, and the factory resolves — but each harness's own CLI
install + model routing are the next step.

Verification

  • ruff clean; all server.mjs node --check; all register.py parse.
  • omnigent tests: 15 passed (seam present) / 13 passed + 2 skipped (no seam).
  • Status documented per agent in omnigent/README (status table + -native note),
    ai-sdk/README, and the root README (3-path table).

Not in scope (next step)

Wiring each listed harness's CLI install + verifying model routing / wire-parity. This
PR is the "list them all + document status" step the goal asked for.

Adapt all agents the official AI SDK and Omnigent sites publish, the same way as
the existing adapted agents. Focus is LISTING + documenting status per agent;
model/proxy routing is the explicit NEXT step (not verified here).

AI SDK — add the 2 missing official `@ai-sdk/harness-*` packages:
- `ai-sdk-deepagents` (wraps `@ai-sdk/harness-deepagents@1.0.5`, in-process just-bash
  like Pi) and `ai-sdk-opencode` (wraps `@ai-sdk/harness-opencode@1.0.6`), scaffolded
  from the harness-pi template. So ai-sdk now covers every official harness
  (pi/codex/claude-code/deepagents/opencode + the custom mimo). Provider env slot is a
  best-effort default; wire-parity tests skip ("no vanilla fixture yet (next step)").

Omnigent — register one BenchFlow agent per orchestrated `--harness` value:
- `omnigent-{pi,claude,codex,cursor,opencode,hermes,openai-agents}`. Threads a
  `harness` param through agent.py + session.py and generates a per-harness
  `session_factory` (`build_omnigent_<slug>`); `build_omnigent_agent` kept as a pi
  back-compat alias. Only `omnigent-pi` is fully worked; the other 6 are
  listed-not-wired (each harness's own CLI install + routing = next step). The
  `-native` run-modes are documented, not registered as separate agents.

Status is documented per agent in omnigent/README (status table), ai-sdk/README, and
the root README. CI matrix extended to the 2 new ai-sdk packages.
@Yiminnn Yiminnn merged commit 96ce8b5 into main Jun 29, 2026
9 checks passed
@Yiminnn Yiminnn deleted the feat/aisdk-omnigent-all-harnesses branch June 29, 2026 00:43
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