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 three primary 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.
Supported Languages
Select your programming language to explore the installation instructions, code snippets, and reference guides: