Files
copilotkit__copilotkit/packages/runtime-ruby/examples/rails_conformance.rb
Mike Ryan b7f495decb feat(runtime-ruby): add native Intelligence SDK and Rack runtime
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.
2026-09-11 15:55:30 -07:00

5 lines
191 B
Ruby

# frozen_string_literal: true
# Same composition root and runtime, hosted through a real Rails application.
ENV['CPK_RAILS_FIXTURE'] = 'true'
load File.expand_path('conformance.rb', __dir__)