plano/demos/getting_started/weather_forecast
2026-03-03 15:08:50 -08:00
..
hurl_tests Overhaul demos directory: cleanup, restructure, and standardize configs (#760) 2026-02-17 03:09:28 -08:00
config.yaml Overhaul demos directory: cleanup, restructure, and standardize configs (#760) 2026-02-17 03:09:28 -08:00
docker-compose.yaml Overhaul demos directory: cleanup, restructure, and standardize configs (#760) 2026-02-17 03:09:28 -08:00
Dockerfile Overhaul demos directory: cleanup, restructure, and standardize configs (#760) 2026-02-17 03:09:28 -08:00
main.py Overhaul demos directory: cleanup, restructure, and standardize configs (#760) 2026-02-17 03:09:28 -08:00
pyproject.toml Overhaul demos directory: cleanup, restructure, and standardize configs (#760) 2026-02-17 03:09:28 -08:00
README.md Overhaul demos directory: cleanup, restructure, and standardize configs (#760) 2026-02-17 03:09:28 -08:00
run_demo.sh add --docker flag to E2E tests and demo scripts 2026-03-03 15:08:50 -08:00
uv.lock Overhaul demos directory: cleanup, restructure, and standardize configs (#760) 2026-02-17 03:09:28 -08:00

Function calling

This demo shows how you can use Plano's core function calling capabilities.

Starting the demo

  1. Please make sure the pre-requisites are installed correctly

  2. Start Plano

  3. sh run_demo.sh
    
  4. Navigate to http://localhost:3001/

  5. You can type in queries like "how is the weather?"

Here is a sample interaction, image

Tracing

To see a tracing dashboard, navigate to http://localhost:16686/ to open Jaeger UI.

Stopping Demo

  1. To end the demo, run the following command:
    sh run_demo.sh down