Skip to main content
An agent is an AI system that reasons through problems and executes tasks autonomously. Agents are configured by specifying models, tools, instructions, and reasoning approach—providing everything needed to accomplish tasks from simple workflows to complex, open-ended objectives. Use the SeekrFlow Python SDK to build and run agents programmatically. This section covers the core building blocks:

Create and manage agents

Configure agents, reasoning effort, and tools.

Run an agent

Use threads, messages, and runs to run your agent.

Use structured outputs

Control the format of agent responses.

Tools

Extend agent capabilities with file search, web search, code interpreter, custom tools, and more.
Last modified on June 23, 2026