@copilotkit/shared 1.0.1 → 1.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 +4 -4
- package/CHANGELOG.md +12 -0
- package/README.md +51 -0
- package/package.json +18 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/shared@1.0.
|
|
2
|
+
> @copilotkit/shared@1.0.3 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
|
|
3
3
|
> tsup --clean
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts, src/constants/index.ts, src/telemetry/events.ts, src/telemetry/index.ts, src/telemetry/security-check.ts, src/telemetry/telemetry-client.ts, src/telemetry/utils.ts, src/types/action.ts, src/types/copilot-cloud-config.ts, src/types/index.ts, src/types/openai-assistant.ts, src/utils/index.ts, src/utils/json-schema.ts
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
[32mESM[39m [1mdist/types/index.mjs.map [22m[32m71.00 B[39m
|
|
57
57
|
[32mESM[39m [1mdist/types/openai-assistant.mjs.map [22m[32m71.00 B[39m
|
|
58
58
|
[32mESM[39m [1mdist/utils/json-schema.mjs.map [22m[32m71.00 B[39m
|
|
59
|
-
[32mESM[39m ⚡️ Build success in
|
|
59
|
+
[32mESM[39m ⚡️ Build success in 84ms
|
|
60
60
|
[32mCJS[39m [1mdist/index.js [22m[32m9.39 KB[39m
|
|
61
61
|
[32mCJS[39m [1mdist/constants/index.js [22m[32m1.64 KB[39m
|
|
62
62
|
[32mCJS[39m [1mdist/telemetry/events.js [22m[32m805.00 B[39m
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
[32mCJS[39m [1mdist/types/openai-assistant.js.map [22m[32m1.53 KB[39m
|
|
84
84
|
[32mCJS[39m [1mdist/utils/index.js.map [22m[32m4.82 KB[39m
|
|
85
85
|
[32mCJS[39m [1mdist/utils/json-schema.js.map [22m[32m4.75 KB[39m
|
|
86
|
-
[32mCJS[39m ⚡️ Build success in
|
|
86
|
+
[32mCJS[39m ⚡️ Build success in 107ms
|
|
87
87
|
[34mDTS[39m Build start
|
|
88
|
-
[32mDTS[39m ⚡️ Build success in
|
|
88
|
+
[32mDTS[39m ⚡️ Build success in 5121ms
|
|
89
89
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m761.00 B[39m
|
|
90
90
|
[32mDTS[39m [1mdist/types/openai-assistant.d.ts [22m[32m1.47 KB[39m
|
|
91
91
|
[32mDTS[39m [1mdist/types/action.d.ts [22m[32m2.24 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @copilotkit/shared
|
|
2
2
|
|
|
3
|
+
## 1.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add README.md to published packages and add keywords to package.json
|
|
8
|
+
|
|
9
|
+
## 1.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Add README.md and homepage/url to published packages
|
|
14
|
+
|
|
3
15
|
## 1.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/CopilotKit/CopilotKit/assets/746397/5890217b-524e-49c5-a89e-b8743d2acd51">
|
|
4
|
+
<img alt="CopilotKit Logo" src="https://github.com/CopilotKit/CopilotKit/assets/746397/bd5c9079-929b-4d55-bdc9-16d1c8181b71" width="450px" max-width="100%"/>
|
|
5
|
+
</picture>
|
|
6
|
+
</a>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://discord.gg/6dffbvGU3D">
|
|
11
|
+
<img src="https://dcbadge.vercel.app/api/server/6dffbvGU3D?compact=true&style=flat" alt="Discord">
|
|
12
|
+
</a>
|
|
13
|
+
<a href="https://github.com/CopilotKit/CopilotKit/actions/workflows/ci.yml">
|
|
14
|
+
<img src="https://github.com/CopilotKit/CopilotKit/actions/workflows/ci.yml/badge.svg" alt="GitHub CI">
|
|
15
|
+
</a>
|
|
16
|
+
|
|
17
|
+
<a href="https://www.npmjs.com/package/@copilotkit/react-core">
|
|
18
|
+
<img src="https://img.shields.io/npm/v/@copilotkit/react-core" alt="NPM">
|
|
19
|
+
<img src="https://img.shields.io/github/license/CopilotKit/CopilotKit" alt="MIT">
|
|
20
|
+
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
<h1 align="center">
|
|
24
|
+
The Open-Source Copilot Framework
|
|
25
|
+
</h1>
|
|
26
|
+
|
|
27
|
+
<h2 align="center">
|
|
28
|
+
Build, deploy, and operate fully custom AI Copilots.
|
|
29
|
+
</h2>
|
|
30
|
+
|
|
31
|
+
<h3 align="center">
|
|
32
|
+
in-app AI chatbots, AI agents, and AI Textareas.
|
|
33
|
+
</h3>
|
|
34
|
+
|
|
35
|
+
<p align="center">
|
|
36
|
+
<a href="https://discord.com/invite/6dffbvGU3D">
|
|
37
|
+
<img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/bf8d96ea-3aeb-4c9a-9043-96a868b7ad0f" alt="Join our Discord" height="30">
|
|
38
|
+
</a>
|
|
39
|
+
·
|
|
40
|
+
<a href="https://docs.copilotkit.ai/getting-started/quickstart-chatbot">
|
|
41
|
+
<img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/a4a0fd04-6aee-4e02-9c3e-3f11d60b4e8b" alt="Read the Docs" height="30">
|
|
42
|
+
</a>
|
|
43
|
+
·
|
|
44
|
+
<a href="https://go.copilotkit.ai/kM4Lo86">
|
|
45
|
+
<img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/28ca62a8-cf93-4d3f-96b0-dc11bf89b734" alt="Try Copilot Cloud" height="30">
|
|
46
|
+
</a>
|
|
47
|
+
</p>
|
|
48
|
+
|
|
49
|
+
# Documentation
|
|
50
|
+
|
|
51
|
+
To get started with CopilotKit, please check out the [documentation](https://docs.copilotkit.ai).
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkit/shared",
|
|
3
3
|
"private": false,
|
|
4
|
+
"homepage": "https://github.com/CopilotKit/CopilotKit",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/CopilotKit/CopilotKit.git"
|
|
8
|
+
},
|
|
4
9
|
"publishConfig": {
|
|
5
10
|
"access": "public"
|
|
6
11
|
},
|
|
7
|
-
"version": "1.0.
|
|
12
|
+
"version": "1.0.3",
|
|
8
13
|
"sideEffects": false,
|
|
9
14
|
"main": "./dist/index.js",
|
|
10
15
|
"module": "./dist/index.mjs",
|
|
@@ -31,6 +36,18 @@
|
|
|
31
36
|
"@segment/analytics-node": "^2.1.2",
|
|
32
37
|
"chalk": "4.1.2"
|
|
33
38
|
},
|
|
39
|
+
"keywords": [
|
|
40
|
+
"copilotkit",
|
|
41
|
+
"copilot",
|
|
42
|
+
"react",
|
|
43
|
+
"nextjs",
|
|
44
|
+
"nodejs",
|
|
45
|
+
"ai",
|
|
46
|
+
"assistant",
|
|
47
|
+
"javascript",
|
|
48
|
+
"automation",
|
|
49
|
+
"textarea"
|
|
50
|
+
],
|
|
34
51
|
"scripts": {
|
|
35
52
|
"build": "tsup --clean",
|
|
36
53
|
"dev": "tsup --watch --no-splitting",
|