SDKs
Pando provides official, production-ready SDKs to integrate local developer-focused AI features programmatically into your own tools, scripts, editors, or background workers.
Each SDK supports all four modes of interacting with Pando:
- Subprocess (One-Shot): Spawns
pandoas a child process for fast, single-turn prompts. - ACP Session (Stdio): Connects to a long-lived
pando acpJSON-RPC 2.0 server over stdio for multi-turn conversations and real-time streaming. - HTTP REST Client: Connects to a running
pando serveorpando appserver over local networks. - AG-UI (Generative UI): Connects to Pando’s AG-UI endpoint for CopilotKit and other Generative-UI frontends — streaming chat, shared state, frontend tools, and human-in-the-loop.
Supported Languages
Select your programming language to explore the installation instructions, code snippets, and reference guides: