pull/715/head
Travis Fischer 2025-06-28 05:09:34 -05:00
rodzic de7d18c447
commit d505eb17c4
3 zmienionych plików z 47 dodań i 28 usunięć

Wyświetl plik

@ -18,32 +18,32 @@ export default function AboutPage() {
<h2>Setting the stage</h2>
<p>
it's 2025. LLMs are still scaling. AI agents are just starting to take
off. MCP is exploding. the singularity looms. shoggoth looks back on
It's 2025. LLMs are still scaling. AI agents are just starting to take
off. MCP is exploding. The singularity looms. Shoggoth looks back on
us from the near future and gives a sly smile that doesn't quite reach
His inhuman eyes.
</p>
<p>
in this increasingly AI-native world, what's the best way for "normal"
In this increasingly AI-native world, what's the best way for "normal"
software engineers like us to stay relevant and provide value for both
our families as well as our future AI edgelords?
</p>
<p>
well, i don't know about you, but contributing to foundation models,
Well, I don't know about you, but contributing to foundation models,
AI alignment, and AGI research all seem incredibly sexy but are also a
lil outside my areas of expertise.
</p>
<p>
that's why agentic is focused solely on building value at the LLM tool
That's why Agentic is focused solely on building value at the LLM tool
calling layer. MCPs are a great example here.
</p>
<p>
there's a lot that will change in AI over the next decade, but one
thing i believe strongly is that no matter how much the underlying AI
There's a lot that will change in AI over the next decade, but one
thing I believe strongly is that no matter how much the underlying AI
systems change,{' '}
<span className='font-semibold'>
providing access to high quality tools that are specifically
@ -54,14 +54,14 @@ export default function AboutPage() {
</p>
<p>
we call this <span className='font-semibold'>Agentic UX</span>, and
We call this <span className='font-semibold'>Agentic UX</span>, and
it's at the heart of Agentic's mission.
</p>
<h2>Mission</h2>
<p className='font-semibold italic'>
our mission is to build the world's best standard library of tools for
AI agents.
Agentic's mission is to build the world's best library of tools for AI
agents.
</p>
{/* <h2>What is Agentic UX?</h2>

Wyświetl plik

@ -8,7 +8,11 @@ import { GitHubStarCounter } from '@/components/github-star-counter'
import { HeroSimulation2 } from '@/components/hero-simulation-2'
import { MCPMarketplaceFeatures } from '@/components/mcp-marketplace-features'
import { PageContainer } from '@/components/page-container'
import { githubUrl, twitterUrl } from '@/lib/config'
import {
docsPublishingQuickStartUrl,
githubUrl,
twitterUrl
} from '@/lib/config'
import {
defaultConfig,
getCodeForDeveloperConfig
@ -106,7 +110,20 @@ export default async function TheBestDamnLandingPageEver() {
<HeroSimulation2 />
</div>
<p className='text-sm'>TODO</p>
<p className='italic font-semibold'>
Agentic's mission is to build the world's best library of tools for AI
agents.
</p>
<p>
<Link href={docsPublishingQuickStartUrl} className='link'>
And of course, <span className='font-semibold'>MCP</span> is an
integral part of that mission. We're working on a bunch of features
designed to simplify advanced MCP use cases like bundling multiple
tools, shared auth profiles, Vercel-like preview deployments, and a
lot more...
</Link>
</p>
</section>
{/* Open source section */}
@ -142,17 +159,16 @@ export default async function TheBestDamnLandingPageEver() {
<GitHubStarCounter />
</section>
{/* Social proof section */}
<section className='gap-8 mb-16'>
{/* Social proof section (TODO) */}
{/* <section className='gap-8 mb-16'>
<h2 className='text-center text-balance leading-snug md:leading-none text-3xl font-heading'>
TODO: social proof
</h2>
<p className='text-center text-lg max-w-2xl'>TODO</p>
</section>
</section> */}
{/* CTA section */}
<DotsSection className='mb-16'>
<div className='flex flex-col gap-12 relative z-10'>
<h2 className='text-center text-balance leading-snug md:leading-none text-3xl font-heading'>

Wyświetl plik

@ -1,12 +1,12 @@
'use client'
import {
CheckCheckIcon,
CreditCardIcon,
FileJsonIcon,
HistoryIcon,
ShieldCheckIcon,
StarIcon
StarIcon,
ZapIcon
} from 'lucide-react'
import { Feature, type FeatureData } from './feature'
@ -16,8 +16,11 @@ const mcpMarketplaceFeatures: FeatureData[] = [
name: 'Highly Curated Tools',
description: (
<>
All Agentic tools have been hand-crafted specifically for LLM tool use.
We call this Agentic DX, and it's at the heart of why Agentic tools work
<span className='font-semibold'>
All Agentic tools have been hand-crafted specifically for LLM tool
use.
</span>
We call this Agentic UX, and it's at the heart of why Agentic tools work
better for LLM &amp; MCP use cases than legacy APIs.
</>
),
@ -50,7 +53,7 @@ const mcpMarketplaceFeatures: FeatureData[] = [
<>
Agentic is written in TypeScript and strives for a Vercel-like DX.
<span className='font-semibold'>One-line tool integrations</span> for
all the popular TS LLM SDKs (
all of the popular TS LLM SDKs (
<span className='font-semibold'>Vercel AI SDK</span>,{' '}
<span className='font-semibold'>OpenAI</span>,{' '}
<span className='font-semibold'>LangChain</span>, etc).
@ -84,17 +87,17 @@ const mcpMarketplaceFeatures: FeatureData[] = [
}
},
{
name: 'Support both MCP and HTTP',
name: 'Blazing Fast MCP Gateway',
description: (
<>
All Agentic tools are exposed as both{' '}
<span className='font-semibold'>MCP servers</span> as well as simple{' '}
<span className='font-semibold'>HTTP APIs</span>. MCP is important for
interop and future-proofing, whereas simple HTTP POST requests make
tools easy to debug and simplifies integrating with LLM SDKs.
Agentic's MCP gateway is powered by{' '}
<span className='font-semibold'>Cloudflare's global edge network</span>.
Tools come with customizable caching and rate-limits, so you can REST
assured that your agents will always have a fast and reliable
experience.
</>
),
icon: CheckCheckIcon,
icon: ZapIcon,
pattern: {
y: 32,
squares: [