Update demos to use AnythingLLM and katanemo/plano:latest image

- Replace Open WebUI with AnythingLLM in travel_agents demo
- Switch all demo plano services from local build to katanemo/plano:latest
- Update llm_routing run_demo.sh to remove planoai CLI calls (plano now in docker-compose)
- Clean up stale Open WebUI references in .gitignore and http_filter/http.rest

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adil Hafeez 2026-02-11 14:32:17 -08:00
parent ba651aaf71
commit 8a46e19c5f
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
10 changed files with 21 additions and 44 deletions

View file

@ -1,9 +1,7 @@
services:
plano:
build:
context: ../../../
dockerfile: Dockerfile
image: katanemo/plano:latest
ports:
- "12000:12000"
- "12001:12001"