Python

Build and call agents with Python

Everything you need to build and call Reminix agents with Python.

Packages

PackagePurposeInstall
reminix[runtime]Build and run agentspip install reminix[runtime]
reminix[adapters]All framework adapterspip install reminix[adapters]
reminixCall deployed agentspip install reminix

Building Agents?

Use the runtime to create agents with invoke and chat handlers.

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.

Examples

On this page