Skip to main content
Polpo doesn’t have an official Python SDK yet, but the API is standard REST + SSE — any HTTP client works.

Install

Client setup

Chat with an agent (streaming)

Chat (non-streaming)

List agents

Create a task

List missions

Execute a mission

SSE events

Webhook receiver (Flask)

Webhook receiver (FastAPI)

Memory

A dedicated Python SDK (polpo-ai) is on the roadmap. For now, the REST API provides full access to all features.