From 1d46bc7adf33043525320549c683bfadccf4b7de Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Sun, 21 Dec 2025 22:12:05 -0800 Subject: [PATCH] minor updates to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c84de6a4..a547341b 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Building agentic demos is easy. Shipping agentic applications safely, reliably, Plano solves this by moving core delivery concerns into a unified, out-of-process dataplane. -- **🚦 Orchestration:** Low-latency orchestration between agents; add new agents without changing application code -- **🔗 Model Agility:** Route [by model name, alias (semantic names) or automatically via preferences](#use-plano-as-a-llm-router) +- **🚦 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. - **🛡️ Moderation & Memory Hooks:** Build jailbreak protection, add moderation policies and memory consistently via [Filter Chains](https://docs.planoai.dev/concepts/filter_chain.html).