mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 10:56:35 +02:00
deploy: 77cdc7f6ef
This commit is contained in:
parent
962bd3f828
commit
a5e44fc696
33 changed files with 244 additions and 244 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Plano Docs v0.4.1
|
||||
Plano Docs v0.4.0
|
||||
llms.txt (auto-generated)
|
||||
Generated (UTC): 2025-12-28T22:29:48.621749+00:00
|
||||
Generated (UTC): 2025-12-30T23:28:59.640833+00:00
|
||||
|
||||
Table of contents
|
||||
- Agents (concepts/agents)
|
||||
|
|
@ -2474,13 +2474,13 @@ $ curl -LsSf https://astral.sh/uv/install.sh | sh
|
|||
|
||||
Option 1: Install planoai with uv (Recommended)
|
||||
|
||||
$ uv tool install planoai==0.4.1
|
||||
$ uv tool install planoai==0.4.0
|
||||
|
||||
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.1
|
||||
$ pip install planoai==0.4.0
|
||||
|
||||
Build Agentic Apps with Plano
|
||||
|
||||
|
|
@ -2676,7 +2676,7 @@ Start Plano:
|
|||
|
||||
$ planoai up plano_config.yaml
|
||||
# Or if installed with uv tool: uvx planoai up plano_config.yaml
|
||||
2024-12-05 11:24:51,288 - planoai.main - INFO - Starting plano cli version: 0.4.1
|
||||
2024-12-05 11:24:51,288 - planoai.main - INFO - Starting plano cli version: 0.4.0
|
||||
2024-12-05 11:24:51,825 - planoai.utils - INFO - Schema validation successful!
|
||||
2024-12-05 11:24:51,825 - planoai.main - INFO - Starting plano
|
||||
...
|
||||
|
|
@ -4994,7 +4994,7 @@ Create a docker-compose.yml file with the following configuration:
|
|||
# docker-compose.yml
|
||||
services:
|
||||
plano:
|
||||
image: katanemo/plano:0.4.1
|
||||
image: katanemo/plano:0.4.0
|
||||
container_name: plano
|
||||
ports:
|
||||
- "10000:10000" # ingress (client -> plano)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue