@copilotkitnext/agent 0.0.15 → 0.0.17-alpha.0

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.14 build /Users/mme/Projects/CopilotKit2/main/packages/agent
3
+ > @copilotkitnext/agent@0.0.17-alpha.0 build /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/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/mme/Projects/CopilotKit2/main/packages/agent/tsup.config.ts
9
+ CLI Using tsup config: /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/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
  ESM dist/index.mjs 19.33 KB
15
15
  ESM dist/index.mjs.map 40.61 KB
16
- ESM ⚡️ Build success in 15ms
16
+ ESM ⚡️ Build success in 17ms
17
17
  CJS dist/index.js 21.08 KB
18
18
  CJS dist/index.js.map 40.66 KB
19
- CJS ⚡️ Build success in 16ms
19
+ CJS ⚡️ Build success in 18ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2104ms
21
+ DTS ⚡️ Build success in 1386ms
22
22
  DTS dist/index.d.ts 5.84 KB
23
23
  DTS dist/index.d.mts 5.84 KB
@@ -0,0 +1,21 @@
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.
@@ -1,26 +1,26 @@
1
1
 
2
2
  
3
- > @copilotkitnext/agent@0.0.13-alpha.1 test /Users/mme/Projects/CopilotKit2/main/packages/agent
3
+ > @copilotkitnext/agent@0.0.16 test /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/agent
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
-  RUN  v3.2.4 /Users/mme/Projects/CopilotKit2/main/packages/agent
7
+  RUN  v3.2.4 /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/agent
8
8
 
9
9
  [?2026h
10
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 12:07:03
15
-  Duration 308ms
14
+  Start at 10:10:46
15
+  Duration 508ms
16
16
  [?2026l[?2026h
17
+  ❯ src/__tests__/basic-agent.test.ts [queued]
17
18
   ❯ src/__tests__/property-overrides.test.ts [queued]
18
-  ❯ src/__tests__/state-tools.test.ts [queued]
19
19
 
20
20
   Test Files 0 passed (4)
21
21
   Tests 0 passed (0)
22
-  Start at 12:07:03
23
-  Duration 525ms
22
+  Start at 10:10:46
23
+  Duration 721ms
24
24
  [?2026l[?2026h
25
25
   ❯ src/__tests__/basic-agent.test.ts [queued]
26
26
   ❯ src/__tests__/property-overrides.test.ts [queued]
@@ -29,51 +29,41 @@
29
29
 
30
30
   Test Files 0 passed (4)
31
31
   Tests 0 passed (0)
32
-  Start at 12:07:03
33
-  Duration 998ms
32
+  Start at 10:10:46
33
+  Duration 968ms
34
34
  [?2026l[?2026h
35
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]
36
+  ❯ src/__tests__/property-overrides.test.ts [queued]
37
+  ❯ src/__tests__/state-tools.test.ts 0/10
38
38
   ❯ src/__tests__/utils.test.ts [queued]
39
39
 
40
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
45
- ✓ src/__tests__/property-overrides.test.ts (21 tests) 10ms
46
-
41
+  Tests 0 passed (10)
42
+  Start at 10:10:46
43
+  Duration 1.95s
44
+ [?2026l[?2026h ✓ src/__tests__/state-tools.test.ts (10 tests) 6ms
45
+ ✓ src/__tests__/basic-agent.test.ts (14 tests) 17ms
47
46
 
48
-  ❯ src/__tests__/state-tools.test.ts 0/10
47
+  ❯ src/__tests__/property-overrides.test.ts 0/21
49
48
   ❯ src/__tests__/utils.test.ts [queued]
50
49
 
51
50
   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
-
51
+  Tests 24 passed (45)
52
+  Start at 10:10:46
53
+  Duration 2.05s
54
+ [?2026l[?2026h ✓ src/__tests__/property-overrides.test.ts (21 tests) 11ms
57
55
 
58
56
   ❯ src/__tests__/utils.test.ts 0/27
59
57
 
60
58
   Test Files 3 passed (4)
61
59
   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
60
+  Start at 10:10:46
61
+  Duration 2.58s
62
+ [?2026l ✓ src/__tests__/utils.test.ts (27 tests) 10ms
73
63
 
74
64
   Test Files  4 passed (4)
75
65
   Tests  72 passed (72)
76
-  Start at  12:07:03
77
-  Duration  2.01s (transform 988ms, setup 0ms, collect 4.57s, tests 159ms, environment 0ms, prepare 986ms)
66
+  Start at  10:10:46
67
+  Duration  2.73s (transform 1.10s, setup 0ms, collect 5.97s, tests 43ms, environment 0ms, prepare 1.06s)
78
68
 
79
69
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/agent",
3
- "version": "0.0.15",
3
+ "version": "0.0.17-alpha.0",
4
4
  "description": "Basic Agent for CopilotKit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "@copilotkitnext/typescript-config": "0.0.0"
26
26
  },
27
27
  "dependencies": {
28
- "@ag-ui/client": "0.0.40-alpha.3",
28
+ "@ag-ui/client": "0.0.40-alpha.6",
29
29
  "@ai-sdk/anthropic": "^2.0.22",
30
30
  "@ai-sdk/google": "^2.0.17",
31
31
  "@ai-sdk/openai": "^2.0.42",
@@ -1,4 +0,0 @@
1
-
2
- > @copilotkitnext/agent@0.0.13-alpha.1 check-types /Users/mme/Projects/CopilotKit2/main/packages/agent
3
- > tsc --noEmit
4
-