mirror of
https://github.com/katanemo/plano.git
synced 2026-05-24 14:05:14 +02:00
deploy: 473ec70b5c
This commit is contained in:
parent
e4698a2be5
commit
c02bce2b0b
35 changed files with 229 additions and 229 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Plano Docs v0.4.20
|
||||
Plano Docs v0.4.21
|
||||
llms.txt (auto-generated)
|
||||
Generated (UTC): 2026-04-24T20:55:22.182534+00:00
|
||||
Generated (UTC): 2026-04-24T21:28:06.186294+00:00
|
||||
|
||||
Table of contents
|
||||
- Agents (concepts/agents)
|
||||
|
|
@ -3575,13 +3575,13 @@ $ curl -LsSf https://astral.sh/uv/install.sh | sh
|
|||
|
||||
Option 1: Install planoai with uv (Recommended)
|
||||
|
||||
$ uv tool install planoai==0.4.20
|
||||
$ uv tool install planoai==0.4.21
|
||||
|
||||
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.20
|
||||
$ pip install planoai==0.4.21
|
||||
|
||||
|
||||
|
||||
|
|
@ -7244,7 +7244,7 @@ Create a docker-compose.yml file with the following configuration:
|
|||
# docker-compose.yml
|
||||
services:
|
||||
plano:
|
||||
image: katanemo/plano:0.4.20
|
||||
image: katanemo/plano:0.4.21
|
||||
container_name: plano
|
||||
ports:
|
||||
- "10000:10000" # ingress (client -> plano)
|
||||
|
|
@ -7314,7 +7314,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: plano
|
||||
image: katanemo/plano:0.4.20
|
||||
image: katanemo/plano:0.4.21
|
||||
ports:
|
||||
- containerPort: 12000 # LLM gateway (chat completions, model routing)
|
||||
name: llm-gateway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue