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>
This commit is contained in:
Adil Hafeez 2026-02-15 01:44:16 -08:00
parent 5a4f8cb321
commit 056ed67a04
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
14 changed files with 25 additions and 64 deletions

View file

@ -23,7 +23,7 @@ log starting > ../build.log
log building and running function_calling demo
log ===========================================
cd ../../demos/samples_python/weather_forecast/
cd ../../demos/getting_started/weather_forecast/
docker compose up weather_forecast_service --build -d
cd -
@ -46,7 +46,7 @@ uv sync
log startup plano gateway with function calling demo
cd ../../
planoai down
planoai up demos/samples_python/weather_forecast/config.yaml
planoai up demos/getting_started/weather_forecast/config.yaml
cd -
log running e2e tests for prompt gateway
@ -59,7 +59,7 @@ planoai down
log startup plano gateway with model alias routing demo
cd ../../
planoai up demos/use_cases/model_alias_routing/config_with_aliases.yaml
planoai up demos/llm_routing/model_alias_routing/config_with_aliases.yaml
cd -
log running e2e tests for model alias routing
@ -80,6 +80,6 @@ uv run pytest test_openai_responses_api_client_with_state.py
log shutting down the weather_forecast demo
log =======================================
cd ../../demos/samples_python/weather_forecast
cd ../../demos/getting_started/weather_forecast
docker compose down
cd -