mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
e251bcac83
Run the same public HTTP and socket cases against TypeScript and all native runtimes. Keep native toolchains out of JavaScript-only jobs, require the dedicated conformance gate, and retain regression evidence and fixture review rules.
15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|
"name": "runtime-conformance",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"description": "Shared socket-level specifications for native Intelligence runtimes",
|
|
"dependencies": {
|
|
"@ag-ui/client": "0.0.59",
|
|
"@copilotkit/aimock": "1.10.0",
|
|
"@copilotkit/core": "workspace:*",
|
|
"@copilotkit/runtime": "workspace:*",
|
|
"ws": "8.18.3"
|
|
}
|
|
}
|