@inkeep/agents-sdk 0.33.0 → 0.33.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.
- package/dist/index.cjs +0 -2
- package/dist/index.js +0 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -933,8 +933,6 @@ var Agent = class {
|
|
|
933
933
|
subAgents: subAgentsObject,
|
|
934
934
|
externalAgents: externalAgentsObject,
|
|
935
935
|
contextConfig: this.contextConfig?.toObject(),
|
|
936
|
-
// Include tools used by subAgents at agent level (MCP tools only)
|
|
937
|
-
...Object.keys(agentToolsObject).length > 0 && { tools: agentToolsObject },
|
|
938
936
|
// Include function tools at agent level
|
|
939
937
|
...Object.keys(functionToolsObject).length > 0 && { functionTools: functionToolsObject },
|
|
940
938
|
...Object.keys(functionsObject).length > 0 && { functions: functionsObject },
|
package/dist/index.js
CHANGED
|
@@ -906,8 +906,6 @@ var Agent = class {
|
|
|
906
906
|
subAgents: subAgentsObject,
|
|
907
907
|
externalAgents: externalAgentsObject,
|
|
908
908
|
contextConfig: this.contextConfig?.toObject(),
|
|
909
|
-
// Include tools used by subAgents at agent level (MCP tools only)
|
|
910
|
-
...Object.keys(agentToolsObject).length > 0 && { tools: agentToolsObject },
|
|
911
909
|
// Include function tools at agent level
|
|
912
910
|
...Object.keys(functionToolsObject).length > 0 && { functionTools: functionToolsObject },
|
|
913
911
|
...Object.keys(functionsObject).length > 0 && { functions: functionsObject },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-sdk",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.2",
|
|
4
4
|
"description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"nanoid": "^5.1.5",
|
|
13
13
|
"typescript": "^5.3.3",
|
|
14
14
|
"zod": "^4.1.11",
|
|
15
|
-
"@inkeep/agents-core": "^0.33.
|
|
15
|
+
"@inkeep/agents-core": "^0.33.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/js-yaml": "^4.0.9",
|