Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/coder-sdk-runners.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@electric-ax/agents': minor
---

feat: drive the coder entity via Claude Code and Codex SDKs instead of the `claude` / `codex` CLI binaries

The `coder` entity now invokes `@anthropic-ai/claude-agent-sdk` and `@openai/codex-sdk` directly, so the host no longer needs `claude` or `codex` installed on PATH — both SDKs ship their own platform-specific subprocess binaries as optional dependencies. Events stream from the SDK iterators into the entity's durable event collection live, replacing the previous JSONL file-watcher and post-run discovery plumbing.
4 changes: 3 additions & 1 deletion packages/agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@
"./package.json": "./package.json"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.123",
"@anthropic-ai/sdk": "^0.78.0",
"@durable-streams/state": "npm:@electric-ax/durable-streams-state-beta@^0.3.1",
"@electric-ax/agents-runtime": "workspace:*",
"@mariozechner/pi-agent-core": "^0.70.2",
"@mariozechner/pi-ai": "^0.70.2",
"@openai/codex-sdk": "^0.125.0",
"@sinclair/typebox": "^0.34.48",
"agent-session-protocol": "^0.0.2",
"agent-session-protocol": "^0.0.8",
"better-sqlite3": "^11.10.0",
"nanoid": "^3.3.11",
"pino": "^10.3.1",
Expand Down
Loading
Loading