@copilotkitnext/agent 0.0.17 → 0.0.18

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,23 +1,23 @@
1
1
 
2
2
  
3
- > @copilotkitnext/agent@0.0.17 build /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/agent
3
+ > @copilotkitnext/agent@0.0.18 build /Users/mme/Projects/CopilotKit2/main/packages/agent
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v8.5.0
9
- CLI Using tsup config: /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/agent/tsup.config.ts
9
+ CLI Using tsup config: /Users/mme/Projects/CopilotKit2/main/packages/agent/tsup.config.ts
10
10
  CLI Target: es2022
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
14
  CJS dist/index.js 22.18 KB
15
15
  CJS dist/index.js.map 42.55 KB
16
- CJS ⚡️ Build success in 11ms
16
+ CJS ⚡️ Build success in 20ms
17
17
  ESM dist/index.mjs 20.41 KB
18
18
  ESM dist/index.mjs.map 42.51 KB
19
- ESM ⚡️ Build success in 12ms
19
+ ESM ⚡️ Build success in 20ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2854ms
21
+ DTS ⚡️ Build success in 2138ms
22
22
  DTS dist/index.d.ts 5.89 KB
23
23
  DTS dist/index.d.mts 5.89 KB
@@ -0,0 +1,4 @@
1
+
2
+ > @copilotkitnext/agent@0.0.13-alpha.1 check-types /Users/mme/Projects/CopilotKit2/main/packages/agent
3
+ > tsc --noEmit
4
+
@@ -1,36 +1,79 @@
1
1
 
2
2
  
3
- > @copilotkitnext/agent@0.0.17 test /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/agent
3
+ > @copilotkitnext/agent@0.0.13-alpha.1 test /Users/mme/Projects/CopilotKit2/main/packages/agent
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
-  RUN  v3.2.4 /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/agent
7
+  RUN  v3.2.4 /Users/mme/Projects/CopilotKit2/main/packages/agent
8
8
 
9
9
  [?2026h
10
-  ❯ src/__tests__/utils.test.ts [queued]
10
+  ❯ src/__tests__/property-overrides.test.ts [queued]
11
11
 
12
12
   Test Files 0 passed (4)
13
13
   Tests 0 passed (0)
14
-  Start at 15:03:39
15
-  Duration 206ms
14
+  Start at 12:07:03
15
+  Duration 308ms
16
16
  [?2026l[?2026h
17
-  ❯ src/__tests__/basic-agent.test.ts 0/14
17
+  ❯ src/__tests__/property-overrides.test.ts [queued]
18
+  ❯ src/__tests__/state-tools.test.ts [queued]
19
+
20
+  Test Files 0 passed (4)
21
+  Tests 0 passed (0)
22
+  Start at 12:07:03
23
+  Duration 525ms
24
+ [?2026l[?2026h
25
+  ❯ src/__tests__/basic-agent.test.ts [queued]
18
26
   ❯ src/__tests__/property-overrides.test.ts [queued]
19
27
   ❯ src/__tests__/state-tools.test.ts [queued]
20
28
   ❯ src/__tests__/utils.test.ts [queued]
21
29
 
22
30
   Test Files 0 passed (4)
23
-  Tests 0 passed (14)
24
-  Start at 15:03:39
25
-  Duration 508ms
26
- [?2026l ✓ src/__tests__/basic-agent.test.ts (14 tests) 10ms
31
+  Tests 0 passed (0)
32
+  Start at 12:07:03
33
+  Duration 998ms
34
+ [?2026l[?2026h
35
+  ❯ src/__tests__/basic-agent.test.ts [queued]
36
+  ❯ src/__tests__/property-overrides.test.ts 0/21
37
+  ❯ src/__tests__/state-tools.test.ts [queued]
38
+  ❯ src/__tests__/utils.test.ts [queued]
39
+
40
+  Test Files 0 passed (4)
41
+  Tests 0 passed (21)
42
+  Start at 12:07:03
43
+  Duration 1.52s
44
+ [?2026l[?2026h ✓ src/__tests__/basic-agent.test.ts (14 tests) 14ms
27
45
  ✓ src/__tests__/property-overrides.test.ts (21 tests) 10ms
28
- ✓ src/__tests__/state-tools.test.ts (10 tests) 6ms
29
- ✓ src/__tests__/utils.test.ts (27 tests) 7ms
46
+
47
+
48
+  ❯ src/__tests__/state-tools.test.ts 0/10
49
+  ❯ src/__tests__/utils.test.ts [queued]
50
+
51
+  Test Files 2 passed (4)
52
+  Tests 35 passed (45)
53
+  Start at 12:07:03
54
+  Duration 1.62s
55
+ [?2026l[?2026h ✓ src/__tests__/state-tools.test.ts (10 tests) 50ms
56
+
57
+
58
+  ❯ src/__tests__/utils.test.ts 0/27
59
+
60
+  Test Files 3 passed (4)
61
+  Tests 45 passed (72)
62
+  Start at 12:07:03
63
+  Duration 1.82s
64
+ [?2026l[?2026h
65
+
66
+  ❯ src/__tests__/utils.test.ts 1/27
67
+
68
+  Test Files 3 passed (4)
69
+  Tests 46 passed (72)
70
+  Start at 12:07:03
71
+  Duration 1.94s
72
+ [?2026l ✓ src/__tests__/utils.test.ts (27 tests) 85ms
30
73
 
31
74
   Test Files  4 passed (4)
32
75
   Tests  72 passed (72)
33
-  Start at  15:03:39
34
-  Duration  606ms (transform 183ms, setup 0ms, collect 1.09s, tests 33ms, environment 0ms, prepare 357ms)
76
+  Start at  12:07:03
77
+  Duration  2.01s (transform 988ms, setup 0ms, collect 4.57s, tests 159ms, environment 0ms, prepare 986ms)
35
78
 
36
79
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/agent",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Basic Agent for CopilotKit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,21 +0,0 @@
1
-
2
- > @copilotkitnext/agent@0.0.15 lint /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/agent
3
- > eslint . --max-warnings 0
4
-
5
-
6
- Oops! Something went wrong! :(
7
-
8
- ESLint: 9.30.0
9
-
10
- ESLint couldn't find an eslint.config.(js|mjs|cjs) file.
11
-
12
- From ESLint v9.0.0, the default configuration file is now eslint.config.js.
13
- If you are using a .eslintrc.* file, please follow the migration guide
14
- to update your configuration file to the new format:
15
-
16
- https://eslint.org/docs/latest/use/configure/migration-guide
17
-
18
- If you still have problems after following the migration guide, please stop by
19
- https://eslint.org/chat/help to chat with the team.
20
-
21
-  ELIFECYCLE  Command failed with exit code 2.