The forge
CompleteShipped
-
Stage 01, the planner.
planner.pygrades a task simple, standard or deep and returns a plan whose agents are bounded byMAX_AGENTS = 4, withdepends_onwiring who feeds whom. -
Stage 02, the generator.
assemble_agentwrites each agent as one self-contained Python file that imports nothing from AgentGod, so it can be copied out and run on its own. -
Stage 03, the guard.
codeguard.pyparses generated code withastbefore it can become a process, against 81 vetted packages, 13 blocked standard-library modules and 6 banned calls. -
Stage 04, the executor.
executor.pyruns the graph in waves computed bytaskgraph.waves(), installs vetted dependencies into.agent_venv, and makes no model calls of its own. -
Generated agents speak to the Messages API over plain HTTPS.
ANTHROPIC_API_URLandANTHROPIC_VERSIONreach the agent file as the@@API_URL@@and@@API_VERSION@@placeholders, filled at write time.