pull/715/head
Travis Fischer 2025-06-25 09:42:38 -05:00
rodzic 52302243cd
commit e8bc7bf1a4
1 zmienionych plików z 11 dodań i 12 usunięć

Wyświetl plik

@ -47,7 +47,7 @@ const FEATURES: Feature[] = [
rel='noopener' rel='noopener'
className='link' className='link'
> >
let me know let us know
</Link> </Link>
. .
</> </>
@ -85,12 +85,11 @@ const FEATURES: Feature[] = [
name: 'Support both MCP and HTTP', name: 'Support both MCP and HTTP',
description: ( description: (
<> <>
All agentic products support being used both as a standard MCP server{' '} All Agentic tools are exposed as both{' '}
<em>and</em> as an extremely simple HTTP API. MCP is important for <span className='font-semibold'>MCP servers</span> as well as simple{' '}
interop and future-proofing, whereas being able to call your agentic <span className='font-semibold'>HTTP APIs</span>. MCP is important for
tools via simple <em>HTTP POST</em> requests makes tool use easy to interop and future-proofing, whereas simple HTTP POST requests make
debug and makes integration with existing LLM tool calling patterns a tools easy to debug and simplifies integrating with LLM SDKs.
breeze.
</> </>
), ),
icon: CheckCheckIcon, icon: CheckCheckIcon,
@ -126,7 +125,7 @@ const FEATURES: Feature[] = [
of Cloudflare's global infrastructure. Customize the default of Cloudflare's global infrastructure. Customize the default
rate-limits, change them based on a customer's pricing plan, or create rate-limits, change them based on a customer's pricing plan, or create
custom tool-specific overrides. REST assured that your origin API will custom tool-specific overrides. REST assured that your origin API will
be safe behind Agentic's API gateway. be safe behind Agentic's MCP gateway.
</> </>
), ),
icon: ShieldCheckIcon, icon: ShieldCheckIcon,
@ -175,15 +174,15 @@ const FEATURES: Feature[] = [
} }
}, },
{ {
name: 'Versioning', name: 'Versioning & Instant Rollbacks',
description: ( description: (
<> <>
Just like Vercel, Agentic uses immutable deployments, so every time you Just like Vercel, Agentic uses immutable deployments, so every time you
make a change to your product's config, pricing, or docs, a unique make a change to your product's config, pricing, or docs, a unique
preview deployment is created for that change. This enables instant preview deployment is created for that change. This enables instant
rollbacks if there are problems with a deployment. Publishing rollbacks if there are problems with a deployment. Publishing uses{' '}
deployments publicly uses semantic versioning (<em>semver</em>), so your <span className='font-semibold'>semver</span> (semantic versioning), so
customers can choose how to handle breaking changes. your customers can choose how to handle breaking changes.
</> </>
), ),
icon: HistoryIcon, icon: HistoryIcon,