This commit is contained in:
adilhafeez 2026-03-15 20:04:05 +00:00
parent 35b7d9a17a
commit 498b2615d6
35 changed files with 229 additions and 229 deletions

View file

@ -1,6 +1,6 @@
Plano Docs v0.4.11
Plano Docs v0.4.12
llms.txt (auto-generated)
Generated (UTC): 2026-03-15T19:37:51.800453+00:00
Generated (UTC): 2026-03-15T20:04:02.309985+00:00
Table of contents
- Agents (concepts/agents)
@ -3097,13 +3097,13 @@ $ curl -LsSf https://astral.sh/uv/install.sh | sh
Option 1: Install planoai with uv (Recommended)
$ uv tool install planoai==0.4.11
$ uv tool install planoai==0.4.12
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.11
$ pip install planoai==0.4.12
@ -6391,7 +6391,7 @@ Create a docker-compose.yml file with the following configuration:
# docker-compose.yml
services:
plano:
image: katanemo/plano:0.4.11
image: katanemo/plano:0.4.12
container_name: plano
ports:
- "10000:10000" # ingress (client -> plano)
@ -6461,7 +6461,7 @@ spec:
spec:
containers:
- name: plano
image: katanemo/plano:0.4.11
image: katanemo/plano:0.4.12
ports:
- containerPort: 12000 # LLM gateway (chat completions, model routing)
name: llm-gateway