// code-act · framework · apache 2.0

Delfhos

Agents for

Agents that write and run code against your real tools. Built to be easy to use, efficient at runtime, and secure by default.

Docs →
// build your agent · click to toggle 2 tools
agent = Agent(
  tools=[gmail, sheets],
)

agent.run(
  "email the team and update the 'Revenue Q3' sheet"
)
$ python agent.py
// console output will appear here