This commit is contained in:
adilhafeez 2026-04-15 23:50:26 +00:00
parent 07b84a0d42
commit 14ef7a3688
35 changed files with 229 additions and 229 deletions

View file

@ -1,6 +1,6 @@
Plano Docs v0.4.18
Plano Docs v0.4.19
llms.txt (auto-generated)
Generated (UTC): 2026-04-15T23:42:11.682797+00:00
Generated (UTC): 2026-04-15T23:50:22.163952+00:00
Table of contents
- Agents (concepts/agents)
@ -3190,13 +3190,13 @@ $ curl -LsSf https://astral.sh/uv/install.sh | sh
Option 1: Install planoai with uv (Recommended)
$ uv tool install planoai==0.4.18
$ uv tool install planoai==0.4.19
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.18
$ pip install planoai==0.4.19
@ -6697,7 +6697,7 @@ Create a docker-compose.yml file with the following configuration:
# docker-compose.yml
services:
plano:
image: katanemo/plano:0.4.18
image: katanemo/plano:0.4.19
container_name: plano
ports:
- "10000:10000" # ingress (client -> plano)
@ -6767,7 +6767,7 @@ spec:
spec:
containers:
- name: plano
image: katanemo/plano:0.4.18
image: katanemo/plano:0.4.19
ports:
- containerPort: 12000 # LLM gateway (chat completions, model routing)
name: llm-gateway