@aiready/agents 0.3.7 → 0.3.9

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.
@@ -1,42 +1,44 @@
1
-
2
- > @aiready/agents@0.3.6 test /Users/pengcao/projects/aiready/packages/agents
3
- > vitest run
4
-
5
-
6
-  RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/agents
7
-
8
- ✓ src/__tests__/smoke.test.ts (1 test) 1ms
9
- stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should successfully connect to MCP, execute agent, and parse JSON response
10
- [RemediationSwarm] Connecting to MCP servers...
11
-
12
- stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should successfully connect to MCP, execute agent, and parse JSON response
13
- [RemediationSwarm] Executing agent logic...
14
-
15
- stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should successfully connect to MCP, execute agent, and parse JSON response
16
- [RemediationSwarm] Cleaning up MCP connections...
17
-
18
- stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should handle agent failures and return error status
19
- [RemediationSwarm] Connecting to MCP servers...
20
-
21
- stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should handle agent failures and return error status
22
- [RemediationSwarm] Executing agent logic...
23
-
24
- stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should handle agent failures and return error status
25
- [RemediationSwarm] Cleaning up MCP connections...
26
-
27
- stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should fallback to raw text if agent fails to return valid JSON
28
- [RemediationSwarm] Connecting to MCP servers...
29
-
30
- stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should fallback to raw text if agent fails to return valid JSON
31
- [RemediationSwarm] Executing agent logic...
32
-
33
- stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should fallback to raw text if agent fails to return valid JSON
34
- [RemediationSwarm] Cleaning up MCP connections...
35
-
36
- ✓ src/__tests__/remediation-swarm.test.ts (3 tests) 5ms
37
-
38
-  Test Files  2 passed (2)
39
-  Tests  4 passed (4)
40
-  Start at  15:39:52
41
-  Duration  307ms (transform 217ms, setup 0ms, import 267ms, tests 6ms, environment 0ms)
42
-
1
+
2
+ 
3
+ > @aiready/agents@0.3.8 test /Users/pengcao/projects/aiready/packages/agents
4
+ > vitest run
5
+
6
+ [?25l
7
+  RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/agents
8
+
9
+ ✓ src/__tests__/smoke.test.ts (1 test) 1ms
10
+ stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should successfully connect to MCP, execute agent, and parse JSON response
11
+ [RemediationSwarm] Connecting to MCP servers...
12
+
13
+ stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should successfully connect to MCP, execute agent, and parse JSON response
14
+ [RemediationSwarm] Executing agent logic...
15
+
16
+ stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should successfully connect to MCP, execute agent, and parse JSON response
17
+ [RemediationSwarm] Cleaning up MCP connections...
18
+
19
+ stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should handle agent failures and return error status
20
+ [RemediationSwarm] Connecting to MCP servers...
21
+
22
+ stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should handle agent failures and return error status
23
+ [RemediationSwarm] Executing agent logic...
24
+
25
+ stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should handle agent failures and return error status
26
+ [RemediationSwarm] Cleaning up MCP connections...
27
+
28
+ stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should fallback to raw text if agent fails to return valid JSON
29
+ [RemediationSwarm] Connecting to MCP servers...
30
+
31
+ stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should fallback to raw text if agent fails to return valid JSON
32
+ [RemediationSwarm] Executing agent logic...
33
+
34
+ stdout | src/__tests__/remediation-swarm.test.ts > RemediationSwarm (MCP Powered) > should fallback to raw text if agent fails to return valid JSON
35
+ [RemediationSwarm] Cleaning up MCP connections...
36
+
37
+ ✓ src/__tests__/remediation-swarm.test.ts (3 tests) 3ms
38
+
39
+  Test Files  2 passed (2)
40
+  Tests  4 passed (4)
41
+  Start at  00:02:03
42
+  Duration  367ms (transform 307ms, setup 0ms, import 344ms, tests 4ms, environment 0ms)
43
+
44
+ [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/agents",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "description": "Agentic remediation and analysis system for AIReady",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -10,8 +10,8 @@
10
10
  "@octokit/rest": "^21.0.0",
11
11
  "isomorphic-git": "^1.25.0",
12
12
  "zod": "^4.0.0",
13
- "@aiready/cli": "0.14.10",
14
- "@aiready/core": "0.23.8"
13
+ "@aiready/cli": "0.14.12",
14
+ "@aiready/core": "0.23.10"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "^24.0.0",