⚡ Zero Configuration
Agents in
that actually work
No complex configuration files, no verbose setup - just clean, extensible agents that work out of the box.
Zero Config in Action
From zero to AI agent that works
from cogency.agent import Agent from cogency.llm import GeminiLLM llm = GeminiLLM(api_key="your-key") agent = Agent(name="MyAgent", llm=llm) result = await agent.run("What is 15 * 23?")
That's it! No config files, no setup, no boilerplate. Your agent automatically discovers tools and is ready to reason and act.
Ready for Zero-Config Agents?
Build intelligent agents that actually work with zero configuration