Contributors working on the first-party DevAgent executor, CLI, engine, tools, providers, and the SDK-backed machine execution path.
- Bun
1.3.10+ - Node
20+ - sibling checkout of:
devagent-sdkdevagent-runnerdevagentdevagent-hub
For the supported setup path, start from devagent-hub:
cd ../devagent-hub
bun install
bun run bootstrap:localbun install
bun run lint
bun run typecheck
bun run test
bun run check:ossIf your change affects the cross-repo machine path, also run the Hub baseline checks from
../devagent-hub.
devagent execute --request --artifact-diris the only supported machine orchestration contract.- Keep changes small and explicit about provider/model assumptions.
- Do not document unsupported executor parity.
- Update tests and docs together when changing execution behavior.