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. 

diff --git a/concepts/llm_providers/model_aliases.html b/concepts/llm_providers/model_aliases.html index 3637a8e2..a8ae7374 100755 --- a/concepts/llm_providers/model_aliases.html +++ b/concepts/llm_providers/model_aliases.html @@ -430,7 +430,7 @@ diff --git a/concepts/llm_providers/supported_providers.html b/concepts/llm_providers/supported_providers.html index bcfa4e87..7367653d 100755 --- a/concepts/llm_providers/supported_providers.html +++ b/concepts/llm_providers/supported_providers.html @@ -977,7 +977,7 @@ Any provider that implements the OpenAI API interface can be configured using cu diff --git a/concepts/prompt_target.html b/concepts/prompt_target.html index 009fcf00..a4ba1ea7 100755 --- a/concepts/prompt_target.html +++ b/concepts/prompt_target.html @@ -469,7 +469,7 @@ that you can test and modify locally for multi-turn RAG scenarios.

diff --git a/get_started/intro_to_plano.html b/get_started/intro_to_plano.html index dd92167f..973d4659 100755 --- a/get_started/intro_to_plano.html +++ b/get_started/intro_to_plano.html @@ -222,7 +222,7 @@ This gives Plano several advantages:

diff --git a/get_started/overview.html b/get_started/overview.html index 4d93a885..8d9660cb 100755 --- a/get_started/overview.html +++ b/get_started/overview.html @@ -333,7 +333,7 @@ diff --git a/get_started/quickstart.html b/get_started/quickstart.html index 7aaf6b18..10a5bbbc 100755 --- a/get_started/quickstart.html +++ b/get_started/quickstart.html @@ -308,12 +308,12 @@

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.

@@ -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!
 
@@ -496,7 +496,7 @@ diff --git a/guides/function_calling.html b/guides/function_calling.html index f342b55b..0704d850 100755 --- a/guides/function_calling.html +++ b/guides/function_calling.html @@ -368,7 +368,7 @@ on the stuff that matters most.

diff --git a/guides/llm_router.html b/guides/llm_router.html index 58738acf..1c7f1ed1 100755 --- a/guides/llm_router.html +++ b/guides/llm_router.html @@ -503,7 +503,7 @@ Provides a practical mechanism to encode user preferences through domain-action diff --git a/guides/observability/access_logging.html b/guides/observability/access_logging.html index 2b4f8421..65f44eb9 100755 --- a/guides/observability/access_logging.html +++ b/guides/observability/access_logging.html @@ -244,7 +244,7 @@ Access logs can be exported to centralized logging systems (e.g., ELK stack or F diff --git a/guides/observability/monitoring.html b/guides/observability/monitoring.html index 29b87b2f..6f0d6993 100755 --- a/guides/observability/monitoring.html +++ b/guides/observability/monitoring.html @@ -256,7 +256,7 @@ are some sample configuration files for both, respectively.

diff --git a/guides/observability/observability.html b/guides/observability/observability.html index 70ca743e..ec1154dc 100755 --- a/guides/observability/observability.html +++ b/guides/observability/observability.html @@ -208,7 +208,7 @@ diff --git a/guides/observability/tracing.html b/guides/observability/tracing.html index a09e0082..c33a0078 100755 --- a/guides/observability/tracing.html +++ b/guides/observability/tracing.html @@ -486,7 +486,7 @@ tools like AWS X-Ray and Datadog, enhancing observability and facilitating faste diff --git a/guides/orchestration.html b/guides/orchestration.html index b6190e6b..8b169017 100755 --- a/guides/orchestration.html +++ b/guides/orchestration.html @@ -925,7 +925,7 @@ Plano makes it easy to build and scale these systems by managing the orchestrati diff --git a/guides/prompt_guard.html b/guides/prompt_guard.html index 1f0c4699..47f6db15 100755 --- a/guides/prompt_guard.html +++ b/guides/prompt_guard.html @@ -294,7 +294,7 @@ the agent. If validation fails (
-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

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 @@
-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

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
-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

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
-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

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 @@
-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

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 @@
-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

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.

-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

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
-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

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 @@
-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

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.

-

© 2025, Katanemo Labs, Inc Last updated: Dec 24, 2025. 

+

© 2025, Katanemo Labs, Inc Last updated: Dec 25, 2025. 

diff --git a/search.html b/search.html index f3f64b68..9f54f015 100755 --- a/search.html +++ b/search.html @@ -216,7 +216,7 @@