@aiready/agents 0.3.9 → 0.3.11
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/.turbo/turbo-test.log +5 -5
- package/package.json +3 -3
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @aiready/agents@0.3.
|
|
3
|
+
> @aiready/agents@0.3.10 test /Users/pengcao/projects/aiready/packages/agents
|
|
4
4
|
> vitest run
|
|
5
5
|
|
|
6
6
|
[?25l
|
|
7
7
|
[1m[46m RUN [49m[22m [36mv4.0.18 [39m[90m/Users/pengcao/projects/aiready/packages/agents[39m
|
|
8
8
|
|
|
9
|
-
[32m✓[39m src/__tests__/smoke.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
9
|
+
[32m✓[39m src/__tests__/smoke.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m 3[2mms[22m[39m
|
|
10
10
|
[90mstdout[2m | src/__tests__/remediation-swarm.test.ts[2m > [22m[2mRemediationSwarm (MCP Powered)[2m > [22m[2mshould successfully connect to MCP, execute agent, and parse JSON response
|
|
11
11
|
[22m[39m[RemediationSwarm] Connecting to MCP servers...
|
|
12
12
|
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
[90mstdout[2m | src/__tests__/remediation-swarm.test.ts[2m > [22m[2mRemediationSwarm (MCP Powered)[2m > [22m[2mshould fallback to raw text if agent fails to return valid JSON
|
|
35
35
|
[22m[39m[RemediationSwarm] Cleaning up MCP connections...
|
|
36
36
|
|
|
37
|
-
[32m✓[39m src/__tests__/remediation-swarm.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
37
|
+
[32m✓[39m src/__tests__/remediation-swarm.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
38
38
|
|
|
39
39
|
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
40
40
|
[2m Tests [22m [1m[32m4 passed[39m[22m[90m (4)[39m
|
|
41
|
-
[2m Start at [22m 00:
|
|
42
|
-
[2m Duration [22m
|
|
41
|
+
[2m Start at [22m 00:25:44
|
|
42
|
+
[2m Duration [22m 444ms[2m (transform 261ms, setup 0ms, import 340ms, tests 7ms, environment 0ms)[22m
|
|
43
43
|
|
|
44
44
|
[?25h
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiready/agents",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.11",
|
|
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/
|
|
14
|
-
"@aiready/
|
|
13
|
+
"@aiready/core": "0.23.12",
|
|
14
|
+
"@aiready/cli": "0.14.14"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/node": "^24.0.0",
|