Agentes y multiagente

Plano: AI-Native Proxy Server and Data Plane for Agentic Apps

katanemo/plano

Plano is an AI-native proxy server and data plane built in Rust that centralizes LLM routing, agent orchestration, observability, and guardrails, allowing developers to focus on core agent logic rather than infrastructure plumbing.

★ 7KEstrellas
⑂ 484Bifurcaciones
138Problemas abiertos
RustIdioma
Apache-2.0Licencia
Q@project.QualityScorePuntuación editorial

Capturas de pantalla del proyecto

Captura de pantalla de Plano: AI-Native Proxy Server and Data Plane for Agentic Apps Captura de pantalla de Plano: AI-Native Proxy Server and Data Plane for Agentic Apps Captura de pantalla de Plano: AI-Native Proxy Server and Data Plane for Agentic Apps Captura de pantalla de Plano: AI-Native Proxy Server and Data Plane for Agentic Apps Captura de pantalla de Plano: AI-Native Proxy Server and Data Plane for Agentic Apps

Resumen

Plano decouples agentic application delivery concerns from framework-specific code by moving them into a unified, out-of-process data plane. It handles low-latency orchestration between agents, smart LLM routing, zero-code capture of agentic signals and OpenTelemetry traces, and moderation hooks. Built on Envoy, Plano allows developers to declare agent descriptions and routing preferences in YAML instead of writing custom intent classifiers and routing logic.

Características principales

  • Low-latency agent orchestration via YAML configuration
  • Smart LLM routing by model name, alias, or preferences
  • Zero-code capture of Agentic Signals and OpenTelemetry traces/metrics
  • Moderation and memory hooks via Filter Chains
  • Framework-agnostic design supporting any language or AI framework
  • Built on Envoy proxy

Requisitos, instalación y guía rápida

Follow the installation or quick-start section in the repository README and run its dependency setup commands. Repository: https://github.com/katanemo/plano

Uso

To start using Plano, define your agents, model providers, and listeners in a 'config.yaml' file. Implement your agents as HTTP servers with an OpenAI-compatible '/v1/chat/completions' endpoint, pointing their LLM clients to Plano's local gateway. Start the Plano server using the command 'planoai up config.yaml'. You can then send chat completion requests to Plano's listener port, and it will automatically route the request to the appropriate agents.

Compatibilidad de modelos y casos de uso

Plano supports routing to models such as openai/gpt-4o and anthropic/claude-3-5-sonnet. It utilizes purpose-built lightweight LLMs, including a 4B-parameter Plano-Orchestrator model, for semantic routing.

Notas sobre la licencia y los riesgos

Plano is licensed under the Apache-2.0 license.

Editorial verification 2026-08-09: repository URL, owner, description, license and repository statistics were reviewed. License metadata: Apache-2.0. README was fetched for the channel draft; re-check repository dependencies, releases and model terms before production use.

Lanzamiento y mantenimiento

The repository configuration examples reference version v0.3.0. The project is actively maintained and not archived.

Firecrawl

firecrawl/firecrawl

★ 161,1KTypeScript

LangChain

langchain-ai/langchain

★ 143,6KPython

RAGFlow

infiniflow/ragflow

★ 86,7KGo