@iqai/adk 0.1.13 → 0.1.15
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 +21 -0
- package/dist/index.d.mts +1570 -1477
- package/dist/index.d.ts +1570 -1477
- package/dist/index.js +707 -454
- package/dist/index.mjs +548 -295
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @iqai/adk
|
|
2
2
|
|
|
3
|
+
## 0.1.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d5d9750: update transfer agent tool to work
|
|
8
|
+
|
|
9
|
+
## 0.1.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- d1935c5: Update withSesion method on agent builder to withSessionService to be more accurate to its function
|
|
14
|
+
- be898e3: Adds agent tool
|
|
15
|
+
- d4a6bd3: Adds withSession to pass session from outside the agent builder
|
|
16
|
+
- 55dde45: Fixes google llm redundant config translation which is causing to loose system instruction and max tokens information
|
|
17
|
+
- c36e159: Adds Shared memory request processor & shared memory agents example
|
|
18
|
+
- da0d86f: Updates session service passing to have optional check
|
|
19
|
+
- f846fc5: Adds better state config, now we can pass state and session id to withSessionService
|
|
20
|
+
- 623f375: Refactor function declarations to utilize the new type definitions from the @google/genai package, ensuring type compatibility across various tools. Adjustments made to parameter types and schema definitions enhance consistency and clarity in tool configurations.
|
|
21
|
+
- 01b358b: Fixes callback context to properly initalize new state
|
|
22
|
+
- d2591fb: Updates agent builder to properly handle session, session service, artifact service and codeExecutor
|
|
23
|
+
|
|
3
24
|
## 0.1.13
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|