@inkeep/agents-core 0.6.4 → 0.6.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/dist/client-exports.d.cts +280 -0
- package/dist/client-exports.d.ts +280 -0
- package/dist/db/schema.d.cts +8 -0
- package/dist/db/schema.d.ts +8 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +3991 -0
- package/dist/index.d.ts +3991 -0
- package/dist/index.js +1 -1
- package/dist/schema-Blsr-8V7.d.cts +4537 -0
- package/dist/schema-CrVPiPCt.d.ts +4537 -0
- package/dist/types/index.d.cts +125 -0
- package/dist/types/index.d.ts +125 -0
- package/dist/utility-CgaoTJn6.d.cts +8335 -0
- package/dist/utility-CgaoTJn6.d.ts +8335 -0
- package/dist/validation/index.d.cts +64 -0
- package/dist/validation/index.d.ts +64 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6396,7 +6396,7 @@ var McpClient = class {
|
|
|
6396
6396
|
if (!activeTools) return;
|
|
6397
6397
|
for (const item of activeTools) {
|
|
6398
6398
|
if (tools2.includes(item)) continue;
|
|
6399
|
-
|
|
6399
|
+
console.warn(`[Tools] Tool ${item} not found in tools`);
|
|
6400
6400
|
}
|
|
6401
6401
|
}
|
|
6402
6402
|
async selectTools() {
|