Agents live in the repo
Define instructions, actions, workflows, setup, and evals beside the code the agent operates on. Git becomes the review and distribution contract.
The Agent SDK turns durable workflows into ordinary source packages. Code, actions, setup requirements, evals, traces, and generated artifacts stay in the repo instead of disappearing into a saved prompt.
openpond-agent build --cwd .
openpond-agent validate --cwd . --json
openpond-agent eval --cwd . --json
openpond-agent run chat --cwd .Define instructions, actions, workflows, setup, and evals beside the code the agent operates on. Git becomes the review and distribution contract.
Discover the same agent from Web, Desktop, CLI, TUI, hosted sandboxes, and connected team channels without copying prompt state between products.
Review chats, trace events, failed evals, and user corrections, then turn that evidence into source changes and stronger tests.