pull/715/head
Travis Fischer 2025-06-25 09:49:31 -05:00
rodzic e8bc7bf1a4
commit e223d60946
2 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ export const isSafari =
export const title = 'Agentic' export const title = 'Agentic'
export const description = export const description =
'Agentic is an API gateway built exclusively for AI agents.' 'Agentic is the app store for LLM tools. Publish any MCP server or OpenAPI service to a paid MCP gateway and offer your products to an audience of over 20k AI engineers.'
export const domain = export const domain =
process.env.NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL ?? 'agentic.so' process.env.NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL ?? 'agentic.so'
@ -25,6 +25,7 @@ export const discordUrl = 'https://discord.agentic.so'
export const keywords = [ export const keywords = [
'agentic', 'agentic',
'agentic tools',
'MCP', 'MCP',
'Model Context Protocol', 'Model Context Protocol',
'MCP gateway', 'MCP gateway',
@ -33,10 +34,14 @@ export const keywords = [
'MCP API gateway', 'MCP API gateway',
'MCP monetization', 'MCP monetization',
'production MCPs', 'production MCPs',
'deploy MCPs',
'publish MCPs',
'ai', 'ai',
'AI tools', 'AI tools',
'AI agents', 'AI agents',
'LLM tools', 'LLM tools',
'LLM function calling',
'LLM tool calling',
'MCP servers', 'MCP servers',
'MCP server provider', 'MCP server provider',
'MCP server deployment', 'MCP server deployment',

Wyświetl plik

@ -38,12 +38,7 @@
- hosted docs - hosted docs
- merge with current agentic repo - merge with current agentic repo
- publish packages to npm - publish packages to npm
- api - social images
- **deploy to prod**
- database
- consider using [neon serverless driver](https://orm.drizzle.team/docs/connect-neon) for production
- can this also be used locally?
- may need to update our `drizzle-orm` fork
- simplify `AgenticToolClient` and only require one package per TS LLM SDK - simplify `AgenticToolClient` and only require one package per TS LLM SDK
- `createAISDKToolsFromIdentifier(projectIdentifier)` - `createAISDKToolsFromIdentifier(projectIdentifier)`