CODE-ACT · FRAMEWORK · APACHE 2.0
Delfhos is the open-source code-act framework. Your agents write and execute real Python against your real tools. No simulated actions, no black boxes.
Why Delfhos
Three principles shape every line of the framework.
How it works
Define your tools, hand them to an Agent, ask it for an outcome. The framework handles the loop, the parsing, and the execution.
Built-ins for Gmail, Sheets, OpenAPI services. Or wrap any function with @tool.
Pick an LLM, pass your toolkit, set a budget. One object, one call.
Agent writes Python, runs it, recovers from errors, returns a verifiable trace.
An agent that can't run code
is just an expensive autocomplete.