Run any AI agent, anywhere, with any loop, and any memory backend. The umbrella entry point for the ComputerAgent stack — re-exports the SDK + the local substrate so `npm install computeragent` is the one-line install.
Scaffold a runnable ComputerAgent project in 60 seconds. `npx create-computeragent my-agent`
ComputerAgent Harness Protocol — type defs, zod schemas, EngineDriver and IdentityLoader contracts.
ComputerAgent substrate that boots the harness server in a managed local Node subprocess.
MongoDB-backed agent registry + per-run audit log + AgentTelemetry impl for ComputerAgent. Makes library-mode deployments (e.g. inside a Temporal worker pod) visible in the AgentOS dashboard with no extra orchestration.
MongoDB-backed SessionStore for the ComputerAgent harness — plug-in implementation of the Claude Agent SDK's SessionStore contract.
ComputerAgent client SDK — typed, SSE-consuming TypeScript client for the Harness Protocol.