This commit is contained in:
Spherrrical 2026-06-25 18:02:41 +00:00
parent 2546332892
commit f61d52eb5c
35 changed files with 229 additions and 229 deletions

View file

@ -1,6 +1,6 @@
Plano Docs v0.4.25
Plano Docs v0.4.26
llms.txt (auto-generated)
Generated (UTC): 2026-06-25T17:48:59.812264+00:00
Generated (UTC): 2026-06-25T18:02:37.758271+00:00
Table of contents
- Agents (concepts/agents)
@ -3546,13 +3546,13 @@ $ curl -LsSf https://astral.sh/uv/install.sh | sh
Option 1: Install planoai with uv (Recommended)
$ uv tool install planoai==0.4.25
$ uv tool install planoai==0.4.26
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.25
$ pip install planoai==0.4.26
@ -7535,7 +7535,7 @@ Create a docker-compose.yml file with the following configuration:
# docker-compose.yml
services:
plano:
image: katanemo/plano:0.4.25
image: katanemo/plano:0.4.26
container_name: plano
ports:
- "10000:10000" # ingress (client -> plano)
@ -7605,7 +7605,7 @@ spec:
spec:
containers:
- name: plano
image: katanemo/plano:0.4.25
image: katanemo/plano:0.4.26
ports:
- containerPort: 12000 # LLM gateway (chat completions, model routing)
name: llm-gateway