Self-improving coding agent with a persistent Python workspace, isolated subagents, and durable local sessions.

Ares is a local coding agent built around a persistent IPython workspace instead of a large fixed tool surface. The model uses repl_py to inspect code, transform data, run shell commands, and keep useful variables alive across a task. A fullscreen TypeScript client connects to the Python runtime, while append-only JSONL and SQLite preserve conversations and execution history. Its durable harness can evolve supplemental prompts, reusable skills, and subagent specifications from what happens during real work, improving how future sessions operate without changing the underlying model.
repl_py workspace combines Python, IPython, and %%bash in one stateful execution environmentrepl_py execution environment