Wykres commitów

131 Commity (f3a1662fbfe2ade41cda4795a652c4467ffaaa32)

Autor SHA1 Wiadomość Data
Travis Fischer 1a7d3ab732 feat: add MCP, arxiv, and duck-duck-go tools 2025-03-24 00:46:55 +08:00
Travis Fischer 2db62b0ca2 feat: add support for JSON Schema in AIFunction inputSchema in addition to zod schemas 2025-03-24 00:46:06 +08:00
Travis Fischer a9e0389bf3 2025-03-23 16:54:09 +08:00
Travis Fischer c5fc5d7da6 2025-03-23 16:53:26 +08:00
Travis Fischer 86f8a9771d 2025-03-23 14:56:17 +08:00
Travis Fischer 8651ab1abb 2025-03-23 04:42:26 +08:00
Travis Fischer b2110896d1 🚜 2025-03-23 04:38:13 +08:00
Travis Fischer a718bf09cc 💅 2025-03-23 04:34:19 +08:00
Travis Fischer 47dabc296e 💉 2025-03-23 04:30:50 +08:00
Travis Fischer 3b32894992 👙 2025-03-23 04:28:12 +08:00
Travis Fischer fdedede6a1 🌀 2025-03-23 04:24:45 +08:00
Travis Fischer f353dd55b3 💜 2025-03-23 03:55:34 +08:00
Travis Fischer e717810812 Add Notion client generation from OpenAPI spec
This updates the code to support generating a Notion client
from an OpenAPI specification. It includes schemas,
operation schemas, and AI function decorators. Improved handling
of union types in operation parameters and added a placeholder
for recursive types. Options to supply a Notion API key and base
URL are available. Code aesthetics such as prettier formatting and
comment clues have been addressed for clarity.
2025-03-23 03:53:03 +08:00
Travis Fischer c2ef2271d8 feat: WIP add openapi-to-ts-client generator to automate the creation of agentic TS clients 2025-03-23 01:31:50 +08:00
Travis Fischer 23221d3bf4 💊 2025-03-20 23:37:47 +08:00
Travis Fischer 1017a58db5 🛠 2025-03-20 23:36:02 +08:00
Travis Fischer fa5dc3935f chore: add unit test 2025-03-20 20:57:34 +08:00
Travis Fischer 2da5a84615 feaet: rename AIFunction.impl to AIFunction.execute 2025-03-20 20:53:48 +08:00
Travis Fischer a7301087b9 chore: release v7.5.3 2025-03-20 17:53:25 +08:00
Travis Fischer 8f06052bf9 Rename `createXSAISDKTools` to `createXSAITools` 2025-03-20 17:52:34 +08:00
Travis Fischer 7660fdc7ed chore: release v7.5.2 2025-03-20 17:48:03 +08:00
Travis Fischer 0475c5f1fe Move `zoominfo-api-auth-client` dependency 2025-03-20 17:47:37 +08:00
Travis Fischer b36cd31f40
Merge pull request #698 from transitive-bullshit/feature/update-twitter-nango
Improve Twitter client
2025-03-20 17:44:29 +08:00
Travis Fischer 120fe2c6b0 feat: add the xsAI SDK 2025-03-20 17:37:16 +08:00
Travis Fischer c6e374a932 🏘 2025-03-19 23:37:00 +08:00
Travis Fischer 3dc79689eb Add tweet listing and improve error handling 2025-03-19 23:22:52 +08:00
Travis Fischer 61dd665419 chore: simplify tsup scripts 2025-03-18 23:16:05 +08:00
Travis Fischer 66cf88035d chore: release v7.5.1 2025-03-18 23:04:57 +08:00
Travis Fischer 92255f0b46 📑 2025-03-18 22:06:39 +08:00
Travis Fischer 1849757101 chore: release v7.5.0 2025-03-18 21:50:45 +08:00
Travis Fischer 7752236b8a chore: update all packages to be in sync: 7.4.7 2025-03-18 21:23:17 +08:00
Travis Fischer 1bd7a1b0a2 🔗 2025-03-18 21:12:55 +08:00
Travis Fischer a2544b27d8 2025-03-18 21:04:29 +08:00
Travis Fischer 23ffa29da6 😼 2025-03-18 21:03:08 +08:00
Travis Fischer 0ec220446d fix: firecrawl updates from last pr 2025-03-18 21:02:16 +08:00
Travis Fischer d0207e7475 🌜 2025-03-18 20:42:16 +08:00
Travis Fischer 55afdc8197 🥘 2025-03-18 20:42:16 +08:00
Travis Fischer ec856454e6 feat: switch to pnpm catalog for consistent deps 2025-03-18 20:42:16 +08:00
Travis Fischer f642ecd4fe Delete changelog files for package cleanup 2025-03-18 20:42:16 +08:00
Ademílson F. Tonato 35eb0969f2
feat: update Firecrawl API version
- Refactored `firecrawl-client.ts` to improve API request handling and added new methods for scraping, searching, crawling, and extracting data.
- Introduced comprehensive tests in `test-firecrawl-client.ts` to validate the functionality of the FirecrawlClient.
- Updated `index.ts` to export new types and the FirecrawlClient class.
2025-03-17 19:35:37 +00:00
Travis Fischer 4baa208258 chore: changeset 2025-03-16 20:17:22 +08:00
Travis Fischer 7b7dcf6a4b docs: update ai sdk readmes 2025-03-16 20:05:32 +08:00
Travis Fischer 1029bc0f0c chore: changeset 2025-03-16 19:40:39 +08:00
Travis Fischer b2cb263daf Remove unused dependencies from `package.json` 2025-03-16 19:01:34 +08:00
Travis Fischer e0abb4af82 Add support for Mastra AI Agent framework
Introduced `@agentic/mastra` for integrating with the Mastra AI agent
framework.
Updated documentation and examples to reflect the new framework
support.
2025-03-16 18:59:57 +08:00
Travis Fischer 849d3f56a8 🐾 2025-03-14 21:44:27 +08:00
Travis Fischer 9d99afa2cb feat: set AIFunction.name in addition to AIFunction.spec.name 2025-03-14 21:29:27 +08:00
Travis Fischer 43bda73d09 🕎 2025-03-14 21:20:36 +08:00
Travis Fischer e0fa4cded9 feat: add support for jina search favicons 2025-03-14 21:18:52 +08:00
Travis Fischer 2b05c9771f feat: add ai sdk experimental_activeTools example 2025-03-14 21:13:40 +08:00