You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/agent_orchestration/travel_agents/README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This demo consists of two intelligent agents that work together seamlessly:
9
9
-**Weather Agent** - Real-time weather conditions and multi-day forecasts for any city worldwide
10
10
-**Flight Agent** - Live flight information between airports with real-time tracking
11
11
12
-
All agents use Plano's agent orchestration LLM to intelligently route user requests to the appropriate specialized agent based on conversation context and user intent. Both agents run as Docker containers for easy deployment.
12
+
All agents use Plano's agent orchestration LLM to intelligently route user requests to the appropriate specialized agent based on conversation context and user intent.
13
13
14
14
## Features
15
15
@@ -22,8 +22,8 @@ All agents use Plano's agent orchestration LLM to intelligently route user reque
Copy file name to clipboardExpand all lines: demos/llm_routing/preference_based_routing/README.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,23 @@ This demo shows how you can use user preferences to route user prompts to approp
3
3
4
4
## How to start the demo
5
5
6
-
Make sure your machine is up to date with [latest version of plano]([url](https://github.com/katanemo/plano/tree/main?tab=readme-ov-file#prerequisites)). And you have activated the virtual environment.
6
+
Make sure you have Plano CLI installed (`pip install planoai` or `uv tool install planoai`).
7
7
8
+
```bash
9
+
cd demos/llm_routing/preference_based_routing
10
+
./run_demo.sh
11
+
```
12
+
13
+
Or manually:
8
14
9
-
1.start anythingllm
15
+
1.Start Plano
10
16
```bash
11
-
(venv) $ cd demos/llm_routing/preference_based_routing
12
-
(venv) $ docker compose up -d
17
+
planoai up config.yaml
13
18
```
14
-
2. start plano in the foreground
19
+
20
+
2. Start AnythingLLM
15
21
```bash
16
-
(venv) $ planoai up --service plano --foreground
17
-
# Or if installed with uv: uvx planoai up --service plano --foreground
18
-
2025-05-30 18:00:09,953 - planoai.main - INFO - Starting plano cli version: 0.4.9
19
-
2025-05-30 18:00:09,953 - planoai.main - INFO - Validating /Users/adilhafeez/src/intelligent-prompt-gateway/demos/llm_routing/preference_based_routing/config.yaml
20
-
2025-05-30 18:00:10,422 - cli.core - INFO - Starting plano gateway, image name: plano, tag: katanemo/plano:0.4.9
21
-
2025-05-30 18:00:10,662 - cli.core - INFO - plano status: running, health status: starting
22
-
2025-05-30 18:00:11,712 - cli.core - INFO - plano status: running, health status: starting
23
-
2025-05-30 18:00:12,761 - cli.core - INFO - plano is running and is healthy!
0 commit comments