Skip to main content
DedalusRunner is the core of the Dedalus SDK. It orchestrates local tools, hosted MCP servers, streaming, and any model from any provider into a single agentic loop. Five lines of code, any agent you want.

Quick Example


Parameters


Return Value

object
Response object returned by runner.run().
Multi-turn Chat
Example Response

Next Steps

Tools

Define local functions the model can call.

Handoffs

Route between models mid-conversation.

Structured Outputs

Validate responses against schemas.

Streaming

Stream responses as they generate.
Last modified on June 30, 2026