@inkeep/agents-run-api 0.29.0 → 0.29.1
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 +1 -2
- package/dist/index.js +1 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -8679,7 +8679,7 @@ var Agent = class {
|
|
|
8679
8679
|
storeReference,
|
|
8680
8680
|
selectedTools
|
|
8681
8681
|
);
|
|
8682
|
-
} else if (
|
|
8682
|
+
} else if (this.credentialStuffer) {
|
|
8683
8683
|
serverConfig = await this.credentialStuffer.buildMcpServerConfig(
|
|
8684
8684
|
{
|
|
8685
8685
|
tenantId: this.config.tenantId,
|
|
@@ -8942,7 +8942,6 @@ var Agent = class {
|
|
|
8942
8942
|
});
|
|
8943
8943
|
const contextWithBuiltins = {
|
|
8944
8944
|
...result.resolvedContext,
|
|
8945
|
-
$now: (/* @__PURE__ */ new Date()).toISOString(),
|
|
8946
8945
|
$env: process.env
|
|
8947
8946
|
};
|
|
8948
8947
|
logger19.debug(
|
package/dist/index.js
CHANGED
|
@@ -7206,7 +7206,7 @@ var Agent = class {
|
|
|
7206
7206
|
storeReference,
|
|
7207
7207
|
selectedTools
|
|
7208
7208
|
);
|
|
7209
|
-
} else if (
|
|
7209
|
+
} else if (this.credentialStuffer) {
|
|
7210
7210
|
serverConfig = await this.credentialStuffer.buildMcpServerConfig(
|
|
7211
7211
|
{
|
|
7212
7212
|
tenantId: this.config.tenantId,
|
|
@@ -7469,7 +7469,6 @@ var Agent = class {
|
|
|
7469
7469
|
});
|
|
7470
7470
|
const contextWithBuiltins = {
|
|
7471
7471
|
...result.resolvedContext,
|
|
7472
|
-
$now: (/* @__PURE__ */ new Date()).toISOString(),
|
|
7473
7472
|
$env: process.env
|
|
7474
7473
|
};
|
|
7475
7474
|
logger15.debug(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-run-api",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.1",
|
|
4
4
|
"description": "Agents Run API for Inkeep Agent Framework - handles chat, agent execution, and streaming",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"traverse": "^0.6.11",
|
|
53
53
|
"ts-pattern": "^5.7.1",
|
|
54
54
|
"zod": "^4.1.11",
|
|
55
|
-
"@inkeep/agents-core": "^0.29.
|
|
55
|
+
"@inkeep/agents-core": "^0.29.1"
|
|
56
56
|
},
|
|
57
57
|
"optionalDependencies": {
|
|
58
58
|
"keytar": "^7.9.0"
|