mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
16210c61b9
createBot with handler registration (onMention/onMessage/onInterrupt/ onCommand), the agent run/tool/interrupt loop, content-stable JSX action binding with cold-path rehydration from a pluggable ActionStore, the PlatformAdapter boundary, capability-gated thread methods, one shared BotToolContext, defineBotTool / defineBotCommand, and typed interaction/interrupt handlers. Includes fake-adapter/fake-agent testing utilities.
7 lines
207 B
JSON
7 lines
207 B
JSON
{
|
|
"extends": "@copilotkit/typescript-config/base.json",
|
|
"compilerOptions": { "noEmit": true, "lib": ["es2022"], "types": ["node"] },
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|