diff --git a/concepts/agents.html b/concepts/agents.html index 9c1ce017..1fccd7bb 100755 --- a/concepts/agents.html +++ b/concepts/agents.html @@ -263,7 +263,7 @@ diff --git a/concepts/filter_chain.html b/concepts/filter_chain.html index 85a4ced4..517cc0bb 100755 --- a/concepts/filter_chain.html +++ b/concepts/filter_chain.html @@ -290,7 +290,7 @@ powerful abstraction for evolving your agent workflows over time.
diff --git a/concepts/listeners.html b/concepts/listeners.html index 556bd8e9..d3866ac9 100755 --- a/concepts/listeners.html +++ b/concepts/listeners.html @@ -263,7 +263,7 @@ application to LLMs (API-based or hosted) via prompt targets. diff --git a/concepts/llm_providers/client_libraries.html b/concepts/llm_providers/client_libraries.html index 31362994..d73ada83 100755 --- a/concepts/llm_providers/client_libraries.html +++ b/concepts/llm_providers/client_libraries.html @@ -656,7 +656,7 @@ Implement fallback logic for better reliability: diff --git a/concepts/llm_providers/llm_providers.html b/concepts/llm_providers/llm_providers.html index 80d94ce2..442ad02a 100755 --- a/concepts/llm_providers/llm_providers.html +++ b/concepts/llm_providers/llm_providers.html @@ -299,7 +299,7 @@ Use your preferred client library without changing existing code (see© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025.
+© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025.
$ planoai up plano_config.yaml
-2024-12-05 16:56:27,979 - cli.main - INFO - Starting plano cli version: 0.1.5
+2024-12-05 16:56:27,979 - planoai.main - INFO - Starting plano cli version: 0.1.5
...
-2024-12-05 16:56:28,485 - cli.utils - INFO - Schema validation successful!
-2024-12-05 16:56:28,485 - cli.main - INFO - Starting plano model server and plano gateway
+2024-12-05 16:56:28,485 - planoai.utils - INFO - Schema validation successful!
+2024-12-05 16:56:28,485 - planoai.main - INFO - Starting plano model server and plano gateway
...
-2024-12-05 16:56:51,647 - cli.core - INFO - Container is healthy!
+2024-12-05 16:56:51,647 - planoai.core - INFO - Container is healthy!
Once the gateway is up, you can start interacting with it at port 10000 using the OpenAI chat completion API.
@@ -370,11 +370,11 @@Once the config file is created, ensure that you have environment variables set up for ANTHROPIC_API_KEY and OPENAI_API_KEY (or these are defined in a .env file).
Start Plano:
$ planoai up plano_config.yaml
-2024-12-05 11:24:51,288 - cli.main - INFO - Starting plano cli version: 0.4.0
-2024-12-05 11:24:51,825 - cli.utils - INFO - Schema validation successful!
-2024-12-05 11:24:51,825 - cli.main - INFO - Starting plano
+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
...
-2024-12-05 11:25:16,131 - cli.core - INFO - Container is healthy!
+2024-12-05 11:25:16,131 - planoai.core - INFO - Container is healthy!
diff --git a/guides/state.html b/guides/state.html
index d799fc2f..28391bf9 100755
--- a/guides/state.html
+++ b/guides/state.html
@@ -449,7 +449,7 @@
diff --git a/includes/llms.txt b/includes/llms.txt
index 1d1c9cd5..e87b0829 100755
--- a/includes/llms.txt
+++ b/includes/llms.txt
@@ -1,6 +1,6 @@
Plano Docs v0.4.0
llms.txt (auto-generated)
-Generated (UTC): 2025-12-24T18:45:11.070226+00:00
+Generated (UTC): 2025-12-25T22:56:00.149831+00:00
Table of contents
- Agents (concepts/agents)
@@ -2601,12 +2601,12 @@ listeners:
Step 2. Start plano with currency conversion config
$ planoai up plano_config.yaml
-2024-12-05 16:56:27,979 - cli.main - INFO - Starting plano cli version: 0.1.5
+2024-12-05 16:56:27,979 - planoai.main - INFO - Starting plano cli version: 0.1.5
...
-2024-12-05 16:56:28,485 - cli.utils - INFO - Schema validation successful!
-2024-12-05 16:56:28,485 - cli.main - INFO - Starting plano model server and plano gateway
+2024-12-05 16:56:28,485 - planoai.utils - INFO - Schema validation successful!
+2024-12-05 16:56:28,485 - planoai.main - INFO - Starting plano model server and plano gateway
...
-2024-12-05 16:56:51,647 - cli.core - INFO - Container is healthy!
+2024-12-05 16:56:51,647 - planoai.core - INFO - Container is healthy!
Once the gateway is up, you can start interacting with it at port 10000 using the OpenAI chat completion API.
@@ -2664,11 +2664,11 @@ Once the config file is created, ensure that you have environment variables set
Start Plano:
$ planoai up plano_config.yaml
-2024-12-05 11:24:51,288 - cli.main - INFO - Starting plano cli version: 0.4.0
-2024-12-05 11:24:51,825 - cli.utils - INFO - Schema validation successful!
-2024-12-05 11:24:51,825 - cli.main - INFO - Starting plano
+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
...
-2024-12-05 11:25:16,131 - cli.core - INFO - Container is healthy!
+2024-12-05 11:25:16,131 - planoai.core - INFO - Container is healthy!
Step 3: Interact with LLM
diff --git a/index.html b/index.html
index 4896ad7d..6b5a0b08 100755
--- a/index.html
+++ b/index.html
@@ -241,7 +241,7 @@ Resources
diff --git a/resources/configuration_reference.html b/resources/configuration_reference.html
index 19610b09..902a8a5a 100755
--- a/resources/configuration_reference.html
+++ b/resources/configuration_reference.html
@@ -299,7 +299,7 @@ where prompts get routed to, apply guardrails, and enable critical agent observa
diff --git a/resources/deployment.html b/resources/deployment.html
index 12a6f33a..177c263b 100755
--- a/resources/deployment.html
+++ b/resources/deployment.html
@@ -300,7 +300,7 @@
diff --git a/resources/llms_txt.html b/resources/llms_txt.html
index a1f58096..9171a335 100755
--- a/resources/llms_txt.html
+++ b/resources/llms_txt.html
@@ -175,7 +175,7 @@
diff --git a/resources/tech_overview/model_serving.html b/resources/tech_overview/model_serving.html
index fbc4b664..bd25ac51 100755
--- a/resources/tech_overview/model_serving.html
+++ b/resources/tech_overview/model_serving.html
@@ -195,7 +195,7 @@ own deployments), and Plano reaches them via HTTP.
diff --git a/resources/tech_overview/request_lifecycle.html b/resources/tech_overview/request_lifecycle.html
index 08f731b3..423bb00f 100755
--- a/resources/tech_overview/request_lifecycle.html
+++ b/resources/tech_overview/request_lifecycle.html
@@ -372,7 +372,7 @@ processing request headers and then finalized by the HCM during post-request pro
diff --git a/resources/tech_overview/tech_overview.html b/resources/tech_overview/tech_overview.html
index ab6cdfd1..31ecdd98 100755
--- a/resources/tech_overview/tech_overview.html
+++ b/resources/tech_overview/tech_overview.html
@@ -196,7 +196,7 @@
diff --git a/resources/tech_overview/threading_model.html b/resources/tech_overview/threading_model.html
index fbe6f078..c069f31f 100755
--- a/resources/tech_overview/threading_model.html
+++ b/resources/tech_overview/threading_model.html
@@ -196,7 +196,7 @@ hardware threads on the machine.
diff --git a/search.html b/search.html
index f3f64b68..9f54f015 100755
--- a/search.html
+++ b/search.html
@@ -216,7 +216,7 @@