mirror of
https://github.com/katanemo/plano.git
synced 2026-06-14 15:15:15 +02:00
deploy: c13ce19293
This commit is contained in:
parent
691666fae0
commit
d5116762ed
35 changed files with 227 additions and 227 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Plano Docs v0.4.9
|
||||
Plano Docs v0.4.10
|
||||
llms.txt (auto-generated)
|
||||
Generated (UTC): 2026-03-05T20:10:21.817964+00:00
|
||||
Generated (UTC): 2026-03-05T20:18:16.392893+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.9
|
||||
$ uv tool install planoai==0.4.10
|
||||
|
||||
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.9
|
||||
$ pip install planoai==0.4.10
|
||||
|
||||
|
||||
|
||||
|
|
@ -6223,7 +6223,7 @@ Create a docker-compose.yml file with the following configuration:
|
|||
# docker-compose.yml
|
||||
services:
|
||||
plano:
|
||||
image: katanemo/plano:0.4.9
|
||||
image: katanemo/plano:0.4.10
|
||||
container_name: plano
|
||||
ports:
|
||||
- "10000:10000" # ingress (client -> plano)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue