Platform Platform Overview Orchestration Memory Integrations Observability Use Cases Customer Support Data Pipelines DevOps Automation Research & Synthesis More Docs Changelog Pricing
Sign in Get started free
Documentation

Diaflow Documentation

Everything you need to build, deploy, and observe autonomous agents. Start with the quickstart and ship your first agent in under 10 minutes.

quickstart.py
pip install diaflow

from diaflow import Agent

agent = Agent(
  llm="gpt-4o",
  api_key="df_..."
)
result = agent.run(
  "Summarize this doc"
)

Full documentation at docs.letsdiaflow.com

This page is a landing overview. Full documentation, including versioned changelogs, SDK type stubs, and interactive examples, lives at the docs site.

Open full documentation