Python
Build and call agents with Python
Everything you need to build and call Reminix agents with Python.
Packages
| Package | Purpose | Install |
|---|---|---|
reminix[runtime] | Build and run agents | pip install reminix[runtime] |
reminix[adapters] | All framework adapters | pip install reminix[adapters] |
reminix | Call deployed agents | pip install reminix |
Building Agents?
Use the runtime to create agents with invoke and chat handlers.
Installation
Install the runtime package
Quickstart
Build your first agent
Streaming
Stream responses with async generators
Testing
Test agents locally
Wrapping Existing Agents?
Use adapters to wrap agents from OpenAI, Anthropic, LangChain, LangGraph, CrewAI, and LlamaIndex.
Calling Agents?
Use the client to invoke deployed agents from your application.