@copilotkitnext/core 0.0.2 → 0.0.3
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-build.log +6 -6
- package/.turbo/turbo-check-types.log +1 -1
- package/.turbo/turbo-test.log +26 -26
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @copilotkitnext/core@0.0.
|
|
3
|
+
> @copilotkitnext/core@0.0.3 build /Users/mme/Code/vnext_experimental/packages/core
|
|
4
4
|
> tsup
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
[34mCLI[39m Cleaning output folder
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[34mESM[39m Build start
|
|
14
|
-
[32mCJS[39m [1mdist/index.js [22m[32m16.30 KB[39m
|
|
15
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m30.55 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in 11ms
|
|
17
14
|
[32mESM[39m [1mdist/index.mjs [22m[32m15.02 KB[39m
|
|
18
15
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m30.38 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 29ms
|
|
17
|
+
[32mCJS[39m [1mdist/index.js [22m[32m16.30 KB[39m
|
|
18
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m30.55 KB[39m
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 30ms
|
|
20
20
|
DTS Build start
|
|
21
|
-
DTS ⚡️ Build success in
|
|
21
|
+
DTS ⚡️ Build success in 1204ms
|
|
22
22
|
DTS dist/index.d.ts 3.38 KB
|
|
23
23
|
DTS dist/index.d.mts 3.38 KB
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkitnext/core@0.0.
|
|
2
|
+
> @copilotkitnext/core@0.0.2 test /Users/mme/Code/vnext_experimental/packages/core
|
|
3
3
|
> vitest run
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
RUN v3.2.4 /Users/mme/Code/
|
|
6
|
+
RUN v3.2.4 /Users/mme/Code/vnext_experimental/packages/core
|
|
7
7
|
|
|
8
|
+
✓ src/__tests__/simple.test.ts (1 test) 1ms
|
|
9
|
+
stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
|
|
10
|
+
Starting simple tool test
|
|
11
|
+
About to run agent
|
|
12
|
+
|
|
13
|
+
stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
|
|
14
|
+
Tool handler called
|
|
15
|
+
|
|
16
|
+
stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
|
|
17
|
+
Agent run complete
|
|
18
|
+
|
|
19
|
+
✓ src/__tests__/core-tool-simple.test.ts (1 test) 5ms
|
|
20
|
+
✓ src/__tests__/core-wildcard.test.ts (2 tests) 2ms
|
|
8
21
|
stdout | src/__tests__/core-full.test.ts > CopilotKitCore.runAgent - Full Test Suite > Tests that might reveal problems > TEST 4: should handle follow-up with recursion
|
|
9
22
|
TEST 4: Starting follow-up test
|
|
10
23
|
TEST 4: Call count: 1
|
|
@@ -63,34 +76,21 @@ TEST 9: Success - calls: 3
|
|
|
63
76
|
stdout | src/__tests__/core-full.test.ts > CopilotKitCore.runAgent - Full Test Suite > Tests that might reveal problems > TEST 10: should handle concurrent tool calls
|
|
64
77
|
TEST 10: Starting concurrent tools test
|
|
65
78
|
|
|
66
|
-
✓ src/__tests__/core-
|
|
67
|
-
✓ src/__tests__/core-
|
|
68
|
-
✓ src/__tests__/core-
|
|
69
|
-
|
|
70
|
-
Starting simple tool test
|
|
71
|
-
About to run agent
|
|
72
|
-
|
|
73
|
-
stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
|
|
74
|
-
Tool handler called
|
|
75
|
-
|
|
76
|
-
✓ src/__tests__/core-basic-functionality.test.ts (10 tests) 61ms
|
|
77
|
-
✓ src/__tests__/core-tool-minimal.test.ts (2 tests) 4ms
|
|
79
|
+
✓ src/__tests__/core-edge-cases.test.ts (7 tests) 6ms
|
|
80
|
+
✓ src/__tests__/core-follow-up.test.ts (7 tests) 10ms
|
|
81
|
+
✓ src/__tests__/core-tool-minimal.test.ts (2 tests) 13ms
|
|
82
|
+
✓ src/__tests__/core-basic.test.ts (2 tests) 32ms
|
|
78
83
|
stdout | src/__tests__/core-full.test.ts > CopilotKitCore.runAgent - Full Test Suite > Tests that might reveal problems > TEST 10: should handle concurrent tool calls
|
|
79
|
-
TEST 10: Success - duration:
|
|
80
|
-
|
|
81
|
-
stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
|
|
82
|
-
Agent run complete
|
|
84
|
+
TEST 10: Success - duration: 167ms
|
|
83
85
|
|
|
84
|
-
✓ src/__tests__/core-
|
|
85
|
-
✓ src/__tests__/core-
|
|
86
|
-
✓ src/__tests__/core-
|
|
87
|
-
✓ src/__tests__/core-tool-simple.test.ts (1 test) 79ms
|
|
88
|
-
✓ src/__tests__/simple.test.ts (1 test) 4ms
|
|
86
|
+
✓ src/__tests__/core-full.test.ts (10 tests) 176ms
|
|
87
|
+
✓ src/__tests__/core-basic-functionality.test.ts (10 tests) 24ms
|
|
88
|
+
✓ src/__tests__/core-agent-constraints.test.ts (3 tests) 4ms
|
|
89
89
|
✓ src/__tests__/import.test.ts (1 test) 1ms
|
|
90
|
-
✓ src/__tests__/core-
|
|
90
|
+
✓ src/__tests__/core-simple.test.ts (1 test) 4ms
|
|
91
91
|
|
|
92
92
|
Test Files 12 passed (12)
|
|
93
93
|
Tests 47 passed (47)
|
|
94
|
-
Start at 10:
|
|
95
|
-
Duration
|
|
94
|
+
Start at 10:13:52
|
|
95
|
+
Duration 3.22s (transform 812ms, setup 0ms, collect 7.32s, tests 278ms, environment 1ms, prepare 3.93s)
|
|
96
96
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkitnext/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Core web utilities for CopilotKit2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@ag-ui/client": "0.0.36-alpha.1",
|
|
29
29
|
"rxjs": "7.8.1",
|
|
30
30
|
"zod": "^3.25.75",
|
|
31
|
-
"@copilotkitnext/shared": "0.0.
|
|
31
|
+
"@copilotkitnext/shared": "0.0.3"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=18"
|