This commit is contained in:
adilhafeez 2026-03-05 21:58:49 +00:00
parent 66c283297f
commit 27000dc88d
35 changed files with 227 additions and 227 deletions

View file

@ -1,6 +1,6 @@
Plano Docs v0.4.10
Plano Docs v0.4.11
llms.txt (auto-generated)
Generated (UTC): 2026-03-05T21:51:21.860382+00:00
Generated (UTC): 2026-03-05T21:58:46.478179+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.10
$ uv tool install planoai==0.4.11
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.10
$ pip install planoai==0.4.11
@ -6223,7 +6223,7 @@ Create a docker-compose.yml file with the following configuration:
# docker-compose.yml
services:
plano:
image: katanemo/plano:0.4.10
image: katanemo/plano:0.4.11
container_name: plano
ports:
- "10000:10000" # ingress (client -> plano)