old-agentic
Travis Fischer 2025-03-24 23:14:17 +08:00
rodzic 27d99565f8
commit 3a539abd78
2 zmienionych plików z 16 dodań i 16 usunięć

Wyświetl plik

@ -22,11 +22,11 @@ Agentic tools work with any LLM capable of function calling and all of the major
## Features
✅ Thoroughly tested, production-ready AI tools
✅ Tools work across all leading TS AI SDKs
✅ 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
✅ 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))
- ✅ Thoroughly tested, production-ready AI tools
- ✅ Tools work across all leading TS AI SDKs
- ✅ 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
- ✅ 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))

Wyświetl plik

@ -114,14 +114,14 @@ All of the adapters (like `createAISDKTools`) accept a very flexible var args of
## Features
✅ Thoroughly tested, production-ready AI tools
✅ Tools work across all leading TS AI SDKs
✅ 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
✅ 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))
- ✅ Thoroughly tested, production-ready AI tools
- ✅ Tools work across all leading TS AI SDKs
- ✅ 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
- ✅ 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))
## Docs