Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Travis Fischer eb2932b799 🔪 2025-06-11 11:31:16 +07:00
.cursor/rules 💖 2025-05-21 00:50:41 +07:00
.github 📩 2025-06-01 20:02:02 +07:00
.vscode feat: wip gateway mcp work 2025-06-10 03:25:25 +07:00
apps 🔪 2025-06-11 11:31:16 +07:00
packages 🔪 2025-06-11 11:31:16 +07:00
.editorconfig feat: init skeleton 2025-04-04 17:53:50 +07:00
.gitignore feat: add sentry source-map upload to gateway deploy 2025-06-11 09:08:05 +07:00
.npmrc feat: init skeleton 2025-04-04 17:53:50 +07:00
.prettierignore 🚾 2025-06-01 02:17:31 +07:00
eslint.config.js 🥔 2025-06-10 12:01:46 +07:00
license feat: init skeleton 2025-04-04 17:53:50 +07:00
package.json feat: refactor and WIP add e2e tests 2025-06-03 16:48:24 +07:00
pnpm-lock.yaml feat: add sentry source-map upload to gateway deploy 2025-06-11 09:08:05 +07:00
pnpm-workspace.yaml feat: add sentry source-map upload to gateway deploy 2025-06-11 09:08:05 +07:00
readme.md 🐷 2025-06-11 10:09:42 +07:00
tsup.config.ts feat: init skeleton 2025-04-04 17:53:50 +07:00
turbo.json feat: init skeleton 2025-04-04 17:53:50 +07:00

readme.md

Build Status Prettier Code Formatting

Agentic

API Gateway

  • REST: GET/POST gateway.agentic.so/deploymentIdentifier/toolName
    • => MCP: MCPClient.callTool with JSON body parameters
    • => OpenAPI: GET/POST/ETC originUrl/toolName operation with transformed JSON body params
  • MCP: mcp.agentic.so/deploymentIdentifier MCP server?
    • => MCP: MCPClient.callTool just proxying tool call
    • => OpenAPI: GET/POST/ETC originUrl/toolName operation with transformed tool params
  • RAW: METHOD gateway.agentic.so/deploymentIdentifier/<pathname>
    • => Raw HTTP: METHOD originUrl/<pathname> simple HTTP proxy request
    • TODO: remove / disable raw support for now

TODO

  • webapp
  • stripe
    • stripe checkout
    • stripe billing portal
  • end-to-end working examples
    • openapi
    • mcp
    • raw
  • auth
    • custom auth pages for openauth
  • API gateway
    • usage tracking and reporting
    • oauth flow
    • openapi-kitchen-sink
    • mcp-kitchen-sink
    • how to handle binary bodies and responses?
    • improve logger vs console for non-hono path and util methods
    • extra Sentry instrumentation (setUser, captureMessage, etc)
  • Public MCP server interface
    • how does oauth work with this flow?
    • proper error handling support within this flow; will currently get generic errors
  • Origin MCP servers
    • how to guarantee that the request is coming from agentic?
      • _meta for tool calls
      • still need a way of doing this for initial connection requests
    • mcp auth provider support
    • binary bodies / responses?
    • resources
    • prompts
    • other MCP features?

TODO Post-MVP

License

UNLICENSED PROPRIETARY © Agentic

To stay up to date or learn more, follow @transitive_bs on Twitter.