diff --git a/build_with_arch/agent.html b/build_with_arch/agent.html index 1c4aaf58..0800e945 100755 --- a/build_with_arch/agent.html +++ b/build_with_arch/agent.html @@ -412,7 +412,7 @@ the user’s intent.
diff --git a/build_with_arch/multi_turn.html b/build_with_arch/multi_turn.html index bd084789..45220325 100755 --- a/build_with_arch/multi_turn.html +++ b/build_with_arch/multi_turn.html @@ -348,7 +348,7 @@ that you can test and modify locally for multi-turn RAG scenarios. diff --git a/build_with_arch/rag.html b/build_with_arch/rag.html index 1e019bcb..b3b6f840 100755 --- a/build_with_arch/rag.html +++ b/build_with_arch/rag.html @@ -296,7 +296,7 @@ minutes. For additional details on how to build multi-turn RAG applications plea diff --git a/concepts/llm_provider.html b/concepts/llm_provider.html index 174ce355..a39ab476 100755 --- a/concepts/llm_provider.html +++ b/concepts/llm_provider.html @@ -269,7 +269,7 @@ You can easily configure an LLM that communicates over the OpenAI API interface, diff --git a/concepts/prompt_target.html b/concepts/prompt_target.html index e85f34a8..3acbc47d 100755 --- a/concepts/prompt_target.html +++ b/concepts/prompt_target.html @@ -366,7 +366,7 @@ Each parameter can be marked as required or optional. Here is a full list of par diff --git a/concepts/tech_overview/error_target.html b/concepts/tech_overview/error_target.html index 273911f6..8fde87ed 100755 --- a/concepts/tech_overview/error_target.html +++ b/concepts/tech_overview/error_target.html @@ -233,7 +233,7 @@ The errors are communicated to the application via headers like
-© 2025, Katanemo Labs, Inc Last updated: Aug 20, 2025.
+© 2025, Katanemo Labs, Inc Last updated: Aug 21, 2025.
diff --git a/concepts/tech_overview/listener.html b/concepts/tech_overview/listener.html
index a125595d..1795fb65 100755
--- a/concepts/tech_overview/listener.html
+++ b/concepts/tech_overview/listener.html
@@ -236,7 +236,7 @@ address like arch.l
diff --git a/concepts/tech_overview/model_serving.html b/concepts/tech_overview/model_serving.html
index 0625bb8a..564ee79f 100755
--- a/concepts/tech_overview/model_serving.html
+++ b/concepts/tech_overview/model_serving.html
@@ -224,7 +224,7 @@ how to generate API keys for model serving
diff --git a/concepts/tech_overview/prompt.html b/concepts/tech_overview/prompt.html
index cc879c86..ef3bf6ec 100755
--- a/concepts/tech_overview/prompt.html
+++ b/concepts/tech_overview/prompt.html
@@ -396,7 +396,7 @@ This setup allows you to take advantage of Arch’s advanced traffic management
diff --git a/concepts/tech_overview/request_lifecycle.html b/concepts/tech_overview/request_lifecycle.html
index ca138155..a7edc2fe 100755
--- a/concepts/tech_overview/request_lifecycle.html
+++ b/concepts/tech_overview/request_lifecycle.html
@@ -396,7 +396,7 @@ processing request headers and then finalized by the HCM during post-request pro
diff --git a/concepts/tech_overview/tech_overview.html b/concepts/tech_overview/tech_overview.html
index c5ec763b..ef1cf629 100755
--- a/concepts/tech_overview/tech_overview.html
+++ b/concepts/tech_overview/tech_overview.html
@@ -220,7 +220,7 @@
diff --git a/concepts/tech_overview/terminology.html b/concepts/tech_overview/terminology.html
index 70815261..0d672ac7 100755
--- a/concepts/tech_overview/terminology.html
+++ b/concepts/tech_overview/terminology.html
@@ -217,7 +217,7 @@ and take appropriate actions.
diff --git a/concepts/tech_overview/threading_model.html b/concepts/tech_overview/threading_model.html
index 810af47d..1b548f3b 100755
--- a/concepts/tech_overview/threading_model.html
+++ b/concepts/tech_overview/threading_model.html
@@ -195,7 +195,7 @@ hardware threads on the machine.
diff --git a/get_started/intro_to_arch.html b/get_started/intro_to_arch.html
index c86c7690..ae990320 100755
--- a/get_started/intro_to_arch.html
+++ b/get_started/intro_to_arch.html
@@ -239,7 +239,7 @@ For more details, read
-© 2025, Katanemo Labs, Inc Last updated: Aug 20, 2025.
+© 2025, Katanemo Labs, Inc Last updated: Aug 21, 2025.
diff --git a/get_started/overview.html b/get_started/overview.html
index a7959585..93f2961b 100755
--- a/get_started/overview.html
+++ b/get_started/overview.html
@@ -332,7 +332,7 @@ simplify the interaction with upstream LLMs, and improve observability all while
diff --git a/get_started/quickstart.html b/get_started/quickstart.html
index fdffb6f4..86185a51 100755
--- a/get_started/quickstart.html
+++ b/get_started/quickstart.html
@@ -436,7 +436,7 @@
diff --git a/guides/agent_routing.html b/guides/agent_routing.html
index c3c33650..f97c3fd3 100755
--- a/guides/agent_routing.html
+++ b/guides/agent_routing.html
@@ -291,7 +291,7 @@ please see our
-© 2025, Katanemo Labs, Inc Last updated: Aug 20, 2025.
+© 2025, Katanemo Labs, Inc Last updated: Aug 21, 2025.
diff --git a/guides/function_calling.html b/guides/function_calling.html
index a2bd77c3..72b9a126 100755
--- a/guides/function_calling.html
+++ b/guides/function_calling.html
@@ -367,7 +367,7 @@ on the stuff that matters most.
diff --git a/guides/llm_router.html b/guides/llm_router.html
index e1a9266f..1e3fc775 100755
--- a/guides/llm_router.html
+++ b/guides/llm_router.html
@@ -321,7 +321,7 @@ Our preference-aligned approach matches practical definitions of performance in
diff --git a/guides/observability/access_logging.html b/guides/observability/access_logging.html
index 900d1768..a8af45ba 100755
--- a/guides/observability/access_logging.html
+++ b/guides/observability/access_logging.html
@@ -243,7 +243,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 59b16fd0..46d3b4bf 100755
--- a/guides/observability/monitoring.html
+++ b/guides/observability/monitoring.html
@@ -255,7 +255,7 @@ are some sample configuration files for both, respectively.
diff --git a/guides/observability/observability.html b/guides/observability/observability.html
index 4959ed21..0ce3397e 100755
--- a/guides/observability/observability.html
+++ b/guides/observability/observability.html
@@ -207,7 +207,7 @@
diff --git a/guides/observability/tracing.html b/guides/observability/tracing.html
index f3524dd8..bbc47b47 100755
--- a/guides/observability/tracing.html
+++ b/guides/observability/tracing.html
@@ -577,7 +577,7 @@ tools like AWS X-Ray and Datadog, enhancing observability and facilitating faste
diff --git a/guides/prompt_guard.html b/guides/prompt_guard.html
index be84724b..0c5de135 100755
--- a/guides/prompt_guard.html
+++ b/guides/prompt_guard.html
@@ -268,7 +268,7 @@ By implementing Prompt Guard, developers can provide a robust layer of input val
diff --git a/index.html b/index.html
index 502ebf61..95ead0b6 100755
--- a/index.html
+++ b/index.html
@@ -248,7 +248,7 @@ Resources
diff --git a/resources/configuration_reference.html b/resources/configuration_reference.html
index cdf84caf..bb85b699 100755
--- a/resources/configuration_reference.html
+++ b/resources/configuration_reference.html
@@ -270,7 +270,7 @@ where prompts get routed to, apply guardrails, and enable critical agent observa
diff --git a/search.html b/search.html
index 6a77a675..c49b47a1 100755
--- a/search.html
+++ b/search.html
@@ -215,7 +215,7 @@