plano/demos/getting_started/weather_forecast
Adil Hafeez 056ed67a04
Update documentation and test references for new demo paths
- 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>
2026-02-15 01:44:16 -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 Clean up dead demos and restructure directory layout 2026-02-15 01:43:31 -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