From 7f88f08e76ccbcd25ff8cca0d834efc65e82778d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 30 Jun 2025 10:11:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 12 ++++++++---- todo.md | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 9f1f67f7..9c4fcbee 100644 --- a/readme.md +++ b/readme.md @@ -11,11 +11,11 @@ # Agentic -You can think of Agentic as a **high curated, open source RapidAPI for LLM tools**. +You can think of Agentic as an open source **RapidAPI for LLM tools**. -Agentic's marketplace of LLM tools support every major LLM SDK and MCP client out-of-the-box. +All of the tools listed on Agentic's public marketplace are manually vetted for quality. -You can publish your own MCP servers or OpenAPI services to Agentic's MCP Gateway and start charging for agentic tool use. +On the flip side, Agentic makes it easy to publish your own MCP servers & OpenAPI services to Agentic's MCP Gateway and start charging for agentic tool use. - [Website](https://agentic.so) - [Docs](https://docs.agentic.so) @@ -58,6 +58,8 @@ Agentic has first-class support for every major TS LLM SDK, including: - [Publish an existing MCP server with Agentic](https://docs.agentic.so/publishing/guides/existing-mcp-server) - [Publish an existing OpenAPI service with Agentic](https://docs.agentic.so/publishing/guides/existing-openapi-service) +Anyone can publish their own live MCP products with Agentic, but you'll need to submit your MCP to us before it can be listed on the main Agentic marketplace. + ## Join the community - Follow us on [Twitter](https://x.com/transitive_bs) @@ -65,4 +67,6 @@ Agentic has first-class support for every major TS LLM SDK, including: ## Contributing -Interested in contributing or building agentic from scratch? See [contributing.md](./contributing.md). +**Agentic is proudly 100% open source.** + +Interested in contributing or building Agentic from scratch? See [contributing.md](./contributing.md). diff --git a/todo.md b/todo.md index d8e73f2b..5a1db40f 100644 --- a/todo.md +++ b/todo.md @@ -14,17 +14,17 @@ - fix mcp examples - add example usage to project detail pages - import react example usage component into docs + - replace json project and components with actual designs - docs - sub readmes (https://www.npmjs.com/package/@agentic/cli) - double-check free-tier rate-limits for `@agentic/search` -- replace json project and components with actual designs -- create agentic products for legacy tools +- create agentic products for select legacy tools - add support for [`@google/genai`](https://github.com/googleapis/js-genai) tools adapter - add feature about optimized context to docs -- add support to `@agentic/platform-tool-client` for etwas? - add ts sdk examples to e2e tests - fix weird git state and github actions marked as failing - add scroll appearance motion to hero animation +- replace how-it-works diagram with better version ## TODO: Post-MVP