From 40b9780774e29d4ddd2992a631fb8bfb39cacb19 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Wed, 7 Jan 2026 13:51:40 -0800 Subject: [PATCH] tweaks to web and docs to align to 0.4.2 (#680) * tweaks to web and docs to align to 0.4.2 * made our release banner clickable --------- Co-authored-by: Salman Paracha --- README.md | 2 +- apps/www/src/components/Hero.tsx | 33 +++++++++++-------- .../www/src/components/IdeaToAgentSection.tsx | 2 +- apps/www/src/components/IntroSection.tsx | 2 +- .../components/VerticalCarouselSection.tsx | 2 +- docs/source/get_started/overview.rst | 2 +- docs/source/index.rst | 2 +- 7 files changed, 26 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 41a8a77e..29ede79c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Plano solves this by moving core delivery concerns into a unified, out-of-proces - **🚦 Orchestration:** Low-latency orchestration between agents; add new agents without modifying app code. - **đź”— Model Agility:** Route [by model name, alias (semantic names) or automatically via preferences](#use-plano-as-a-llm-router). -- **🕵 Agentic Signals™:** Zero-code capture of [behavior signals](#observability) plus OTEL traces/metrics across every agent. +- **🕵 Agentic Signals™:** Zero-code capture of [Signals](https://docs.planoai.dev/concepts/signals.html) plus OTEL traces/metrics across every agent. - **🛡️ Moderation & Memory Hooks:** Build jailbreak protection, add moderation policies and memory consistently via [Filter Chains](https://docs.planoai.dev/concepts/filter_chain.html). Plano pulls rote plumbing out of your framework so you can stay focused on what matters most: the core product logic of your agentic applications. Plano is backed by [industry-leading LLM research](https://planoai.dev/research) and built on [Envoy](https://envoyproxy.io) by its core contributors, who built critical infrastructure at scale for modern worklaods. diff --git a/apps/www/src/components/Hero.tsx b/apps/www/src/components/Hero.tsx index 47a9459c..b5f63dfc 100644 --- a/apps/www/src/components/Hero.tsx +++ b/apps/www/src/components/Hero.tsx @@ -16,20 +16,27 @@ export function Hero() {
{/* Version Badge */}
-
- - v0.4 - - - — - - - - Unified /v1/responses API with state management + +
+ + v0.4.2 - Unified /v1/responses API - -
+ + — + + + + Signals: Trace Sampling & Preference Data for Continuous Improvement + + Signals: Trace Sampling & Preference Data for Continuous Improvement + +
+
{/* Main Heading */} diff --git a/apps/www/src/components/IdeaToAgentSection.tsx b/apps/www/src/components/IdeaToAgentSection.tsx index 4324b690..80980b23 100644 --- a/apps/www/src/components/IdeaToAgentSection.tsx +++ b/apps/www/src/components/IdeaToAgentSection.tsx @@ -11,7 +11,7 @@ const carouselData = [ category: "LAUNCH FASTER", title: "Focus on core objectives", description: - "Building agents is hard enough. The plumbing work shouldn't be. Plano handles routing, observability, and policy hooks as a models-native sidecar—so you can focus on your agent's core product logic and ship to production faster.", + "Building agents is hard enough. The plumbing work shouldn't be. Plano handles routing, observability, and policy hooks as an AI-native sidecar—so you can focus on your agent's core product logic and ship to production faster.", image: "/LaunchFaster.svg", link: "https://docs.planoai.dev/get_started/quickstart", }, diff --git a/apps/www/src/components/IntroSection.tsx b/apps/www/src/components/IntroSection.tsx index 821a1855..5ce5bb57 100644 --- a/apps/www/src/components/IntroSection.tsx +++ b/apps/www/src/components/IntroSection.tsx @@ -20,7 +20,7 @@ export function IntroSection() { {/* Body Text */}

- Plano is a models-native proxy and dataplane for agents that + Plano is an AI-native proxy and dataplane for agents that handles critical plumbing work in AI - agent routing and orchestration, rich agentic traces, guardrail hooks, and smart model routing APIs for LLMs. Use any language, AI framework, and diff --git a/apps/www/src/components/VerticalCarouselSection.tsx b/apps/www/src/components/VerticalCarouselSection.tsx index f07ce42e..8321be6f 100644 --- a/apps/www/src/components/VerticalCarouselSection.tsx +++ b/apps/www/src/components/VerticalCarouselSection.tsx @@ -11,7 +11,7 @@ const verticalCarouselData = [ category: "INTRODUCTION", title: "", description: [ - "Plano is a models-native data plane for AI agents - a framework-friendly, protocol-native fabric that lets you focus on what really matters: your agents' product logic.", + "Plano is an AI-native data plane for AI agents - a framework-friendly, protocol-native fabric that lets you focus on what really matters: your agents' product logic.", "Plano takes over the plumbing work that slows teams down when handling and processing prompts, including detecting and blocking jailbreaks, routing tasks to the right model or agent for better accuracy, applying context engineering hooks, and centralizing observability across agentic interactions.", ], diagram: "/IntroDiagram.svg", diff --git a/docs/source/get_started/overview.rst b/docs/source/get_started/overview.rst index 05955ede..d8bcb779 100644 --- a/docs/source/get_started/overview.rst +++ b/docs/source/get_started/overview.rst @@ -2,7 +2,7 @@ Overview ======== -`Plano `_ is delivery infrastructure for agentic apps. A smart proxy server and data plane designed to help you build agents faster, and deliver them reliably to production. +`Plano `_ is delivery infrastructure for agentic apps. An AI-native proxy server and data plane designed to help you build agents faster, and deliver them reliably to production. Plano pulls out the rote plumbing work (the “hidden AI middleware”) and decouples you from brittle, ever‑changing framework abstractions. It centralizes what shouldn’t be bespoke in every codebase like agent routing and orchestration, rich agentic signals and traces for continuous improvement, guardrail filters for safety and moderation, and smart LLM routing APIs for UX and DX agility. Use any language or AI framework, and ship agents to production faster with Plano. diff --git a/docs/source/index.rst b/docs/source/index.rst index a79ea84f..57952c92 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -5,7 +5,7 @@ Welcome to Plano! :width: 100% :align: center -`Plano `_ is delivery infrastructure for agentic apps. A smart proxy server and data plane designed to help you build agents faster, and deliver them reliably to production. +`Plano `_ is delivery infrastructure for agentic apps. An AI-native proxy server and data plane designed to help you build agents faster, and deliver them reliably to production. Plano pulls out the rote plumbing work (aka “hidden AI middleware”) and decouples you from brittle, ever‑changing framework abstractions. It centralizes what shouldn’t be bespoke in every codebase like agent routing and orchestration, rich agentic signals and traces for continuous improvement, guardrail filters for safety and moderation, and smart LLM routing APIs for UX and DX agility. Use any language or AI framework, and ship agents to production faster with Plano.