@inkeep/agents-sdk 0.41.0 → 0.41.2
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.
|
@@ -96,8 +96,8 @@ declare function credential(config: CredentialReferenceApiInsert): {
|
|
|
96
96
|
type: "memory" | "keychain" | "nango";
|
|
97
97
|
createdAt?: string | undefined;
|
|
98
98
|
updatedAt?: string | undefined;
|
|
99
|
-
userId?: string | null | undefined;
|
|
100
99
|
retrievalParams?: Record<string, unknown> | null | undefined;
|
|
100
|
+
userId?: string | null | undefined;
|
|
101
101
|
toolId?: string | null | undefined;
|
|
102
102
|
createdBy?: string | null | undefined;
|
|
103
103
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-sdk",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.2",
|
|
4
4
|
"description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"js-yaml": "^4.1.0",
|
|
17
17
|
"typescript": "^5.3.3",
|
|
18
18
|
"zod": "^4.1.11",
|
|
19
|
-
"@inkeep/agents-core": "^0.41.
|
|
19
|
+
"@inkeep/agents-core": "^0.41.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/js-yaml": "^4.0.9",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"scripts": {
|
|
56
56
|
"knip": "knip --directory ../.. --workspace packages/agents-sdk --config packages/agents-sdk/knip.config.ts --dependencies",
|
|
57
57
|
"build": "tsdown",
|
|
58
|
+
"dev": "pnpm build --watch",
|
|
58
59
|
"test": "ENVIRONMENT=test vitest --run",
|
|
59
60
|
"test:watch": "ENVIRONMENT=test vitest",
|
|
60
61
|
"test:coverage": "ENVIRONMENT=test vitest --run --coverage",
|