kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
de7d18c447
commit
d505eb17c4
|
@ -18,32 +18,32 @@ export default function AboutPage() {
|
||||||
<h2>Setting the stage</h2>
|
<h2>Setting the stage</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
it's 2025. LLMs are still scaling. AI agents are just starting to take
|
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
|
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
|
us from the near future and gives a sly smile that doesn't quite reach
|
||||||
His inhuman eyes.
|
His inhuman eyes.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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
|
software engineers like us to stay relevant and provide value for both
|
||||||
our families as well as our future AI edgelords?
|
our families as well as our future AI edgelords?
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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
|
AI alignment, and AGI research all seem incredibly sexy but are also a
|
||||||
lil outside my areas of expertise.
|
lil outside my areas of expertise.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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.
|
calling layer. MCPs are a great example here.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
there's a lot that will change in AI over the next decade, but one
|
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
|
thing I believe strongly is that no matter how much the underlying AI
|
||||||
systems change,{' '}
|
systems change,{' '}
|
||||||
<span className='font-semibold'>
|
<span className='font-semibold'>
|
||||||
providing access to high quality tools that are specifically
|
providing access to high quality tools that are specifically
|
||||||
|
@ -54,14 +54,14 @@ export default function AboutPage() {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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.
|
it's at the heart of Agentic's mission.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Mission</h2>
|
<h2>Mission</h2>
|
||||||
<p className='font-semibold italic'>
|
<p className='font-semibold italic'>
|
||||||
our mission is to build the world's best standard library of tools for
|
Agentic's mission is to build the world's best library of tools for AI
|
||||||
AI agents.
|
agents.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{/* <h2>What is Agentic UX?</h2>
|
{/* <h2>What is Agentic UX?</h2>
|
||||||
|
|
|
@ -8,7 +8,11 @@ import { GitHubStarCounter } from '@/components/github-star-counter'
|
||||||
import { HeroSimulation2 } from '@/components/hero-simulation-2'
|
import { HeroSimulation2 } from '@/components/hero-simulation-2'
|
||||||
import { MCPMarketplaceFeatures } from '@/components/mcp-marketplace-features'
|
import { MCPMarketplaceFeatures } from '@/components/mcp-marketplace-features'
|
||||||
import { PageContainer } from '@/components/page-container'
|
import { PageContainer } from '@/components/page-container'
|
||||||
import { githubUrl, twitterUrl } from '@/lib/config'
|
import {
|
||||||
|
docsPublishingQuickStartUrl,
|
||||||
|
githubUrl,
|
||||||
|
twitterUrl
|
||||||
|
} from '@/lib/config'
|
||||||
import {
|
import {
|
||||||
defaultConfig,
|
defaultConfig,
|
||||||
getCodeForDeveloperConfig
|
getCodeForDeveloperConfig
|
||||||
|
@ -106,7 +110,20 @@ export default async function TheBestDamnLandingPageEver() {
|
||||||
<HeroSimulation2 />
|
<HeroSimulation2 />
|
||||||
</div>
|
</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>
|
</section>
|
||||||
|
|
||||||
{/* Open source section */}
|
{/* Open source section */}
|
||||||
|
@ -142,17 +159,16 @@ export default async function TheBestDamnLandingPageEver() {
|
||||||
<GitHubStarCounter />
|
<GitHubStarCounter />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* Social proof section */}
|
{/* Social proof section (TODO) */}
|
||||||
<section className='gap-8 mb-16'>
|
{/* <section className='gap-8 mb-16'>
|
||||||
<h2 className='text-center text-balance leading-snug md:leading-none text-3xl font-heading'>
|
<h2 className='text-center text-balance leading-snug md:leading-none text-3xl font-heading'>
|
||||||
TODO: social proof
|
TODO: social proof
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p className='text-center text-lg max-w-2xl'>TODO</p>
|
<p className='text-center text-lg max-w-2xl'>TODO</p>
|
||||||
</section>
|
</section> */}
|
||||||
|
|
||||||
{/* CTA section */}
|
{/* CTA section */}
|
||||||
|
|
||||||
<DotsSection className='mb-16'>
|
<DotsSection className='mb-16'>
|
||||||
<div className='flex flex-col gap-12 relative z-10'>
|
<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'>
|
<h2 className='text-center text-balance leading-snug md:leading-none text-3xl font-heading'>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
'use client'
|
'use client'
|
||||||
|
|
||||||
import {
|
import {
|
||||||
CheckCheckIcon,
|
|
||||||
CreditCardIcon,
|
CreditCardIcon,
|
||||||
FileJsonIcon,
|
FileJsonIcon,
|
||||||
HistoryIcon,
|
HistoryIcon,
|
||||||
ShieldCheckIcon,
|
ShieldCheckIcon,
|
||||||
StarIcon
|
StarIcon,
|
||||||
|
ZapIcon
|
||||||
} from 'lucide-react'
|
} from 'lucide-react'
|
||||||
|
|
||||||
import { Feature, type FeatureData } from './feature'
|
import { Feature, type FeatureData } from './feature'
|
||||||
|
@ -16,8 +16,11 @@ const mcpMarketplaceFeatures: FeatureData[] = [
|
||||||
name: 'Highly Curated Tools',
|
name: 'Highly Curated Tools',
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
All Agentic tools have been hand-crafted specifically for LLM tool use.
|
<span className='font-semibold'>
|
||||||
We call this Agentic DX, and it's at the heart of why Agentic tools work
|
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 & MCP use cases than legacy APIs.
|
better for LLM & 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.
|
Agentic is written in TypeScript and strives for a Vercel-like DX.
|
||||||
<span className='font-semibold'>One-line tool integrations</span> for
|
<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'>Vercel AI SDK</span>,{' '}
|
||||||
<span className='font-semibold'>OpenAI</span>,{' '}
|
<span className='font-semibold'>OpenAI</span>,{' '}
|
||||||
<span className='font-semibold'>LangChain</span>, etc).
|
<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: (
|
description: (
|
||||||
<>
|
<>
|
||||||
All Agentic tools are exposed as both{' '}
|
Agentic's MCP gateway is powered by{' '}
|
||||||
<span className='font-semibold'>MCP servers</span> as well as simple{' '}
|
<span className='font-semibold'>Cloudflare's global edge network</span>.
|
||||||
<span className='font-semibold'>HTTP APIs</span>. MCP is important for
|
Tools come with customizable caching and rate-limits, so you can REST
|
||||||
interop and future-proofing, whereas simple HTTP POST requests make
|
assured that your agents will always have a fast and reliable
|
||||||
tools easy to debug and simplifies integrating with LLM SDKs.
|
experience.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
icon: CheckCheckIcon,
|
icon: ZapIcon,
|
||||||
pattern: {
|
pattern: {
|
||||||
y: 32,
|
y: 32,
|
||||||
squares: [
|
squares: [
|
||||||
|
|
Ładowanie…
Reference in New Issue