pull/717/head
Travis Fischer 2025-06-30 10:11:49 -05:00
rodzic 132cd99091
commit 7f88f08e76
2 zmienionych plików z 11 dodań i 7 usunięć

Wyświetl plik

@ -11,11 +11,11 @@
# Agentic <!-- omit from toc -->
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).

Wyświetl plik

@ -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