updating quick start and pre-req sections

This commit is contained in:
Salman Paracha 2026-01-03 23:49:27 -08:00
parent a764cac869
commit 8be0cc2742

View file

@ -7,7 +7,7 @@
Plano pulls out the rote plumbing work and decouples you from brittle framework abstractions, centralizing what shouldnt be bespoke in every codebase - like agent routing and orchestration, rich agentic signals and traces for continuous improvement, guardrail filters for safety and moderation, and smart LLM routing APIs for model agility. Use any language or AI framework, and deliver agents faster to production.
[Quickstart](#Quickstart) •
[Quickstart Guide](https://docs.planoai.dev/get_started/quickstart.html) •
[Build Agentic Apps with Plano](#Build-Agentic-Apps-with-Plano) •
[Documentation](https://docs.planoai.dev) •
[Contact](#Contact)
@ -47,6 +47,8 @@ Plano handles **orchestration, model management, and observability** as modular
> 📁 **Full working code:** See [`demos/use_cases/travel_agents/`](demos/use_cases/travel_agents/) for complete weather and flight agents you can run locally.
### 1. Define Your Agents in YAML
```yaml
@ -129,6 +131,8 @@ async def chat(request: Request):
### 3. Start Plano & Query Your Agents
**Prerequisites:** Please the [prerequisites section](https://docs.planoai.dev/get_started/quickstart.html#prerequisites) in our quickstart guide before using Plano.
```bash
# Start Plano
planoai up config.yaml