@aiready/agents 0.2.0 → 0.3.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.
@@ -1,16 +1,18 @@
1
1
 
2
2
  
3
- > @aiready/agents@0.1.3 test /Users/pengcao/projects/aiready/packages/agents
3
+ > @aiready/agents@0.3.0 test /Users/pengcao/projects/aiready/packages/agents
4
4
  > vitest run
5
5
 
6
6
 
7
7
   RUN  v1.6.1 /Users/pengcao/projects/aiready/packages/agents
8
8
 
9
- ✓ src/__tests__/smoke.test.ts  (1 test) 2ms
9
+ ✓ src/__tests__/smoke.test.ts (1)
10
+ ✓ Agents Smoke Test (1)
11
+ ✓ should pass
10
12
 
11
13
   Test Files  1 passed (1)
12
14
   Tests  1 passed (1)
13
-  Start at  18:36:02
14
-  Duration  421ms (transform 53ms, setup 0ms, collect 51ms, tests 2ms, environment 0ms, prepare 60ms)
15
+  Start at  17:20:21
16
+  Duration  396ms (transform 50ms, setup 0ms, collect 47ms, tests 1ms, environment 0ms, prepare 58ms)
15
17
 
16
18
  [?25h
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@aiready/agents",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "description": "Agentic remediation and analysis system for AIReady",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "dependencies": {
8
8
  "mastra": "^0.18.0",
9
9
  "zod": "^3.0.0",
10
- "@aiready/core": "0.22.0",
11
- "@aiready/cli": "0.13.0"
10
+ "@aiready/core": "0.23.1",
11
+ "@aiready/cli": "0.14.1"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "^5.0.0",