@copilotkitnext/agent 0.0.17 → 0.0.19

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/tylerslaton/Code/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/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/agent/tsup.config.ts
9
+ CLI Using tsup config: /Users/tylerslaton/Code/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
- CJS dist/index.js 22.18 KB
15
- CJS dist/index.js.map 42.55 KB
16
- CJS ⚡️ Build success in 11ms
17
14
  ESM dist/index.mjs 20.41 KB
18
15
  ESM dist/index.mjs.map 42.51 KB
19
- ESM ⚡️ Build success in 12ms
16
+ ESM ⚡️ Build success in 10ms
17
+ CJS dist/index.js 22.18 KB
18
+ CJS dist/index.js.map 42.55 KB
19
+ CJS ⚡️ Build success in 10ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2854ms
21
+ DTS ⚡️ Build success in 1001ms
22
22
  DTS dist/index.d.ts 5.89 KB
23
23
  DTS dist/index.d.mts 5.89 KB
@@ -0,0 +1,5 @@
1
+
2
+ 
3
+ > @copilotkitnext/agent@0.0.16 check-types /Users/tylerslaton/Code/vnext_experimental/packages/agent
4
+ > tsc --noEmit
5
+
@@ -0,0 +1,5 @@
1
+
2
+ > @copilotkitnext/agent@0.0.14 test:coverage /Users/tylerslaton/Code/vnext_experimental/packages/agent
3
+ > vitest run --coverage
4
+
5
+  ELIFECYCLE  Command failed with exit code 130.
@@ -1,18 +1,18 @@
1
1
 
2
2
  
3
- > @copilotkitnext/agent@0.0.17 test /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/agent
3
+ > @copilotkitnext/agent@0.0.17 test /Users/tylerslaton/Code/vnext_experimental/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/tylerslaton/Code/vnext_experimental/packages/agent
8
8
 
9
9
  [?2026h
10
-  ❯ src/__tests__/utils.test.ts [queued]
10
+  ❯ src/__tests__/basic-agent.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 15:25:37
15
+  Duration 204ms
16
16
  [?2026l[?2026h
17
17
   ❯ src/__tests__/basic-agent.test.ts 0/14
18
18
   ❯ src/__tests__/property-overrides.test.ts [queued]
@@ -21,16 +21,24 @@
21
21
 
22
22
   Test Files 0 passed (4)
23
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
27
- ✓ 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
24
+  Start at 15:25:37
25
+  Duration 409ms
26
+ [?2026l[?2026h ✓ src/__tests__/basic-agent.test.ts (14 tests) 8ms
27
+ ✓ src/__tests__/state-tools.test.ts (10 tests) 7ms
28
+ ✓ src/__tests__/property-overrides.test.ts (21 tests) 9ms
29
+
30
+
31
+  ❯ src/__tests__/utils.test.ts 0/27
32
+
33
+  Test Files 3 passed (4)
34
+  Tests 45 passed (72)
35
+  Start at 15:25:37
36
+  Duration 509ms
37
+ [?2026l ✓ src/__tests__/utils.test.ts (27 tests) 8ms
30
38
 
31
39
   Test Files  4 passed (4)
32
40
   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)
41
+  Start at  15:25:37
42
+  Duration  653ms (transform 211ms, setup 0ms, collect 1.12s, tests 31ms, environment 0ms, prepare 287ms)
35
43
 
36
44
  [?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.19",
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.