mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
e22446fea4
We're overhauling our documentation such that the experience of selecting an agent framework or LLM is very clear. Doing this is intended to greatly improve the experience of new and existing users trying to find relevant documentation to them. Signed-off-by: johnprg <john@theartofwork.com> Co-authored-by: Tyler Slaton <tyler@copilotkit.ai>
25 lines
527 B
JSON
25 lines
527 B
JSON
{
|
|
"name": "CopilotKit",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"prepare": "husky"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"danger": "^12.3.3",
|
|
"husky": "^9.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "1.8.11",
|
|
"@copilotkit/react-textarea": "1.8.11",
|
|
"@copilotkit/react-ui": "1.8.11",
|
|
"@copilotkit/runtime": "1.8.11",
|
|
"nvm": "^0.0.4"
|
|
}
|
|
}
|