@iqai/adk 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @iqai/adk
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - f5962ca: Adds AI-SDK integration with comprehensive tool calling support
8
+
9
+ This release introduces integration with Vercel's AI SDK, expanding the platform's capabilities to support a wider range of large language models without requiring manual maintenance of model synchronization.
10
+
11
+ ## Key Features
12
+
13
+ - **AI-SDK Integration**: New `AiSdkLlm` class that integrates with Vercel AI SDK, supporting multiple providers (Google, OpenAI, Anthropic)
14
+ - **Tool Calling Support**: Robust tool calling capabilities with automatic transformation of ADK function declarations to AI SDK tool definitions using Zod schemas
15
+ - **Agent Builder Support**: Enhanced agent builder with AI-SDK model support
16
+ - **Example Implementation**: Complete weather agent example demonstrating AI-SDK usage with tool calling
17
+
18
+ ## Technical Details
19
+
20
+ - Adds `ai-sdk.ts` model implementation with streaming support
21
+ - Implements message format conversion between ADK and AI SDK formats
22
+ - Supports both streaming and non-streaming model interactions
23
+ - Maintains backward compatibility with existing ADK functionality
24
+
25
+ ## 0.1.4
26
+
27
+ ### Patch Changes
28
+
29
+ - 5e68c31: Adds sampling handler for mcp-simplified-syntax
30
+
3
31
  ## 0.1.3
4
32
 
5
33
  ### Patch Changes