mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
Update IntroSection.tsx
This commit is contained in:
parent
925e775745
commit
73fce0cf18
1 changed files with 3 additions and 4 deletions
|
|
@ -20,10 +20,9 @@ export function IntroSection() {
|
||||||
{/* Body Text */}
|
{/* Body Text */}
|
||||||
<div className="font-mono tracking-[-0.96px]! text-white text-sm sm:text-base lg:text-lg max-w-[713px]">
|
<div className="font-mono tracking-[-0.96px]! text-white text-sm sm:text-base lg:text-lg max-w-[713px]">
|
||||||
<p className="mb-0">
|
<p className="mb-0">
|
||||||
Plano is a models-native proxy server and dataplane for agents
|
Plano is a models-native proxy and dataplane for agents that handles
|
||||||
that handles the critical plumbing work in AI like agent routing and
|
critical plumbing work in AI - agent routing and orchestration, rich agentic
|
||||||
orchestration, comprehensive traces for agentic interactions, guardrail
|
traces, guardrail hooks, and smart model routing APIs for LLMs.
|
||||||
hooks, unified APIs for LLMs
|
|
||||||
</p>
|
</p>
|
||||||
<p className="mb-0 mt-4">
|
<p className="mb-0 mt-4">
|
||||||
Developers can focus more on modeling workflows.
|
Developers can focus more on modeling workflows.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue