Agent Newsletter
Get Agentic Newsletter Today
Subscribe to our newsletter for the latest news and updates
The Minimal Agent Engine

KodeAgent is a frameworkless, minimalistic approach to building AI agents. Written in ~2.2K statements (pure Python), KodeAgent is designed to be the robust reasoning core inside your larger system, not the entire platform. KodeAgent adheres to the Unix Philosophy: do one thing well and integrate seamlessly. By default, an agent is memoryless across tasks—each task begins with no prior context, a clean slate. To enable context from the previous task (only), use Recurrent Mode. In addition to the logs, KodeAgent enables agent observability via third-party solutions, such as Langfuse and LangSmith.