mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
restructure cli
- move /arch/tools => /cli - rename /arch -> /config - update all refs in tests to use /config - update planoai code with new references
This commit is contained in:
parent
a56bb9d190
commit
425acecccc
45 changed files with 137 additions and 102 deletions
|
|
@ -29,11 +29,11 @@ Start arch gateway,
|
|||
|
||||
```
|
||||
$ planoai up config.yaml
|
||||
2024-12-05 11:24:51,288 - cli.main - INFO - Starting plano cli version: 0.4.0
|
||||
2024-12-05 11:24:51,825 - cli.utils - INFO - Schema validation successful!
|
||||
2024-12-05 11:24:51,825 - cli.main - INFO - Starting arch model server and arch gateway
|
||||
2024-12-05 11:24:51,288 - planoai.main - INFO - Starting plano cli version: 0.4.0
|
||||
2024-12-05 11:24:51,825 - planoai.utils - INFO - Schema validation successful!
|
||||
2024-12-05 11:24:51,825 - planoai.main - INFO - Starting arch model server and arch gateway
|
||||
...
|
||||
2024-12-05 11:25:16,131 - cli.core - INFO - Container is healthy!
|
||||
2024-12-05 11:25:16,131 - planoai.core - INFO - Container is healthy!
|
||||
```
|
||||
|
||||
### Step 3: Interact with LLM
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ services:
|
|||
plano:
|
||||
build:
|
||||
context: ../../../
|
||||
dockerfile: arch/Dockerfile
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "12000:12000"
|
||||
- "8001:8001"
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ Make sure your machine is up to date with [latest version of plano]([url](https:
|
|||
2. start plano in the foreground
|
||||
```bash
|
||||
(venv) $ planoai up --service plano --foreground
|
||||
2025-05-30 18:00:09,953 - cli.main - INFO - Starting plano cli version: 0.4.0
|
||||
2025-05-30 18:00:09,953 - cli.main - INFO - Validating /Users/adilhafeez/src/intelligent-prompt-gateway/demos/use_cases/preference_based_routing/config.yaml
|
||||
2025-05-30 18:00:09,953 - planoai.main - INFO - Starting plano cli version: 0.4.0
|
||||
2025-05-30 18:00:09,953 - planoai.main - INFO - Validating /Users/adilhafeez/src/intelligent-prompt-gateway/demos/use_cases/preference_based_routing/config.yaml
|
||||
2025-05-30 18:00:10,422 - cli.core - INFO - Starting arch gateway, image name: plano, tag: katanemo/plano:0.4.0
|
||||
2025-05-30 18:00:10,662 - cli.core - INFO - plano status: running, health status: starting
|
||||
2025-05-30 18:00:11,712 - cli.core - INFO - plano status: running, health status: starting
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ services:
|
|||
plano:
|
||||
build:
|
||||
context: ../../../
|
||||
dockerfile: arch/Dockerfile
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "12000:12000"
|
||||
- "8001:8001"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue