mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
deploy: 440ee1e1ef
This commit is contained in:
parent
dd04138b3c
commit
2e93404f8a
43 changed files with 362 additions and 365 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Plano Docs v0.4.24
|
||||
Plano Docs v0.4.25
|
||||
llms.txt (auto-generated)
|
||||
Generated (UTC): 2026-06-09T23:22:37.996413+00:00
|
||||
Generated (UTC): 2026-06-15T21:25:52.036263+00:00
|
||||
|
||||
Table of contents
|
||||
- Agents (concepts/agents)
|
||||
|
|
@ -3595,13 +3595,13 @@ $ curl -LsSf https://astral.sh/uv/install.sh | sh
|
|||
|
||||
Option 1: Install planoai with uv (Recommended)
|
||||
|
||||
$ uv tool install planoai==0.4.24
|
||||
$ uv tool install planoai==0.4.25
|
||||
|
||||
Option 2: Install with pip (Traditional)
|
||||
|
||||
$ python -m venv venv
|
||||
$ source venv/bin/activate # On Windows, use: venv\Scripts\activate
|
||||
$ pip install planoai==0.4.24
|
||||
$ pip install planoai==0.4.25
|
||||
|
||||
|
||||
|
||||
|
|
@ -7287,7 +7287,7 @@ Create a docker-compose.yml file with the following configuration:
|
|||
# docker-compose.yml
|
||||
services:
|
||||
plano:
|
||||
image: katanemo/plano:0.4.24
|
||||
image: katanemo/plano:0.4.25
|
||||
container_name: plano
|
||||
ports:
|
||||
- "10000:10000" # ingress (client -> plano)
|
||||
|
|
@ -7357,7 +7357,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: plano
|
||||
image: katanemo/plano:0.4.24
|
||||
image: katanemo/plano:0.4.25
|
||||
ports:
|
||||
- containerPort: 12000 # LLM gateway (chat completions, model routing)
|
||||
name: llm-gateway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue