Overview of Plano's Core Capabilities
mainPlano is an out-of-process dataplane designed to handle the 'hidden AI middleware' required to move agentic applications from prototypes to production. It moves core delivery concerns away from application code and into a unified, centrally managed layer.
Key capabilities include:
- Orchestration: Low-latency orchestration between agents. You can add or change agent routing strategies in the dataplane without modifying your application code.
- Guardrails & Memory Hooks: Centralized application of jailbreak protection, content policies, and context workflows (rewriting, retrieval, redaction) via Filter Chains.
- Model Agility: Decouples agents from specific providers by routing via model names, semantic aliases, or automatic preferences. This allows swapping models without refactoring prompts or tool-calling logic.
- Agentic Signals™: Zero-code capture of traces, metrics (latency, token usage, error rates), and behavior signals. Plano uses the W3C Trace Context standard (
traceparentheader) and OpenTelemetry for end-to-end observability.