mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
b7f495decb
Provide native Intelligence SDK operations and runtime routes with application-owned identity, durable runs, A2UI, MCP Apps, entitlements, Inspector metadata, and telemetry. Include package docs, hosting examples, and regression tests.
5 lines
117 B
Ruby
5 lines
117 B
Ruby
source 'https://rubygems.org'
|
|
gem 'rails', '7.1.5.2'
|
|
gem 'copilotkit-runtime', path: '../..'
|
|
gem 'webrick', '~> 1.8'
|