diff --git a/legacy/docs/intro.mdx b/legacy/docs/intro.mdx index 50ef4c10..4cd4635c 100644 --- a/legacy/docs/intro.mdx +++ b/legacy/docs/intro.mdx @@ -27,7 +27,7 @@ Agentic tools work with any LLM capable of function calling and all of the major - ✅ Tools are hand-coded and extremely minimal - ✅ Tools have both a good manual DX and LLM DX via the `@aiFunction` decorator - ✅ Tools use native `fetch` -- ✅ Tools use `ky` to wrap `fetch`, so HTTP options, throttling, retries, etc are easy to customize +- ✅ Tools use [ky](https://github.com/sindresorhus/ky) to wrap `fetch`, so HTTP options, throttling, retries, etc are easy to customize - ✅ Supports tools from any MCP server ([createMcpTools](/tools/mcp)) - ✅ Generate new Agentic tool clients from OpenAPI specs ([@agentic/openapi-to-ts](https://github.com/transitive-bullshit/agentic/tree/main/packages/openapi-to-ts)) - ✅ 100% open source && not trying to sell you anything 💯 diff --git a/legacy/readme.md b/legacy/readme.md index 79ef48c9..934b00c9 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -119,7 +119,7 @@ All adapters (like `createAISDKTools`) accept a very flexible var args of `AIFun - ✅ Tools are hand-coded and extremely minimal - ✅ Tools have both a good manual DX and LLM DX via the `@aiFunction` decorator - ✅ Tools use native `fetch` -- ✅ Tools use `ky` to wrap `fetch`, so HTTP options, throttling, retries, etc are easy to customize +- ✅ Tools use [ky](https://github.com/sindresorhus/ky) to wrap `fetch`, so HTTP options, throttling, retries, etc are easy to customize - ✅ Supports tools from any MCP server ([createMcpTools(...)](https://agentic.so/tools/mcp)) - ✅ Generate new Agentic tool clients from OpenAPI specs ([@agentic/openapi-to-ts](./packages/openapi-to-ts)) - ✅ 100% open source && not trying to sell you anything 💯