mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
- Update README.md demo path references to agent_orchestration/ - Update docs/source paths for multi_turn_rag and travel_agents - Update e2e test scripts for weather_forecast and model_alias_routing - Update docker-compose.dev.yaml and e2e docker-compose.yaml paths - Update demo READMEs with correct cross-references and remove references to deleted observability stacks - Update test runner script for preference_based_routing path Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| hurl_tests | ||
| config.yaml | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
| run_demo.sh | ||
| uv.lock | ||
Function calling
This demo shows how you can use Plano's core function calling capabilities.
Starting the demo
-
Please make sure the pre-requisites are installed correctly
-
Start Plano
-
sh run_demo.sh -
Navigate to http://localhost:3001/
-
You can type in queries like "how is the weather?"
Here is a sample interaction,
Tracing
To see a tracing dashboard, navigate to http://localhost:16686/ to open Jaeger UI.
Stopping Demo
- To end the demo, run the following command:
sh run_demo.sh down