plano/demos/getting_started/weather_forecast
Adil Hafeez 2a10517144
Merge remote-tracking branch 'origin/main' into demos-overhaul
# Conflicts:
#	demos/shared/chatbot_ui/Dockerfile
2026-02-15 10:34:52 -08:00
..
hurl_tests Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -08:00
config.yaml Standardize demo configs and CLI templates to v0.3.0 2026-02-15 01:43:59 -08:00
docker-compose.yaml Standardize demo configs and CLI templates to v0.3.0 2026-02-15 01:43:59 -08:00
Dockerfile Merge remote-tracking branch 'origin/main' into demos-overhaul 2026-02-15 10:34:52 -08:00
main.py Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -08:00
pyproject.toml Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -08:00
README.md Update documentation and test references for new demo paths 2026-02-15 01:44:16 -08:00
run_demo.sh Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -08:00
uv.lock Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -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