From 8be0cc2742049ca63c2978b7e5c6addfc2756521 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Sat, 3 Jan 2026 23:49:27 -0800 Subject: [PATCH] updating quick start and pre-req sections --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97d2b8a2..75e87bbb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Plano pulls out the rote plumbing work and decouples you from brittle framework abstractions, centralizing what shouldn’t 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