mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +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 */}
|
||||
<div className="font-mono tracking-[-0.96px]! text-white text-sm sm:text-base lg:text-lg max-w-[713px]">
|
||||
<p className="mb-0">
|
||||
Plano is a models-native proxy server and dataplane for agents
|
||||
that handles the critical plumbing work in AI like agent routing and
|
||||
orchestration, comprehensive traces for agentic interactions, guardrail
|
||||
hooks, unified APIs for LLMs
|
||||
Plano is a models-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.
|
||||
</p>
|
||||
<p className="mb-0 mt-4">
|
||||
Developers can focus more on modeling workflows.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue