Class: ActionAgent::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/action_agent/engine.rb

Overview

Rails engine for the Active Agent dashboard: the agent builder, runs, conversations, evaluations, traces, metrics, sandboxes and session recordings, plus the trace ingest API and the MCP server facade.

Mount it wherever you like:

mount ActionAgent::Engine => "/agents"

Constant Summary collapse

INFLECTION_OVERRIDES =

Basenames this engine spells differently from Zeitwerk's default camelization, consulted by the inflections initializer below. Empty today: every file here is named for the constant default camelization produces. An engine file that wants a genuine acronym in its constant adds its basename here rather than relying on the host to register one.

{}.freeze