kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
old-agentic
rodzic
27d99565f8
commit
3a539abd78
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue