mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
updating quick start and pre-req sections
This commit is contained in:
parent
a764cac869
commit
8be0cc2742
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue