archgraph-argo 0.10.33 → 0.10.34

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.
@@ -2203,7 +2203,7 @@ async function callTool(name, args = {}, dependencies = undefined) {
2203
2203
  }
2204
2204
 
2205
2205
  if (name === 'memory_search') {
2206
- return memorySearchTool(args, dependencies);
2206
+ return toolResult(await memorySearchTool(args, dependencies));
2207
2207
  }
2208
2208
 
2209
2209
  throw new Error(`Unknown tool: ${name}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archgraph-argo",
3
- "version": "0.10.33",
3
+ "version": "0.10.34",
4
4
  "description": "Deploy the ArchGraph ARGO toolchain, skills, and rules (schema, scripts, argo-init skill, global rule) with one command.",
5
5
  "license": "MIT",
6
6
  "bin": {