mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
| .. | ||
| 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