Collected sources and patterns will appear here. Add from search or the patterns library.
JSONAgentConfig → ProductionAgentInstance (wired without code)
Assembles production AI agents from declarative JSON configurations specifying memory backend, LLM provider, tool integrations, and conversation flow; the engine instantiates and wires all components at startup without requiring application code.
Problem it solves
Building agents requires boilerplate plumbing code across LLM providers, memory systems, and tool integrations; config-driven assembly eliminates this.
Consumes
Emits
Establishes
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.