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() {
- 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