This commit is contained in:
Spherrrical 2026-06-03 21:55:54 +00:00
parent f35f977899
commit e76d2c4001
35 changed files with 229 additions and 229 deletions

View file

@ -1,6 +1,6 @@
Plano Docs v0.4.22
Plano Docs v0.4.23
llms.txt (auto-generated)
Generated (UTC): 2026-06-03T21:39:06.491066+00:00
Generated (UTC): 2026-06-03T21:55:49.770168+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.22
$ uv tool install planoai==0.4.23
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.22
$ pip install planoai==0.4.23
@ -7287,7 +7287,7 @@ Create a docker-compose.yml file with the following configuration:
# docker-compose.yml
services:
plano:
image: katanemo/plano:0.4.22
image: katanemo/plano:0.4.23
container_name: plano
ports:
- "10000:10000" # ingress (client -> plano)
@ -7357,7 +7357,7 @@ spec:
spec:
containers:
- name: plano
image: katanemo/plano:0.4.22
image: katanemo/plano:0.4.23
ports:
- containerPort: 12000 # LLM gateway (chat completions, model routing)
name: llm-gateway