Class: RailsAgents::MonitoringAgent
- Defined in:
- lib/rails_agents/monitoring_agent.rb
Overview
Watches runs, traces, evals, and alerts on anomalies or SLA breaches.
Class Method Summary collapse
Methods inherited from Base
agent_directory, #agent_identifier, #agent_metadata, channel, channel_message_handler, channel_via, coerce_run_message, connector, deploy, #deploy, inherited, #initialize, knowledge_from, #knowledge_paths, memory, #memory_metadata, model, #model_metadata, on_channel_message, resolve_agent_directory, run, #run, skill, sync_knowledge, #sync_knowledge, tool
Constructor Details
This class inherits a constructor from RailsAgents::Base
Class Method Details
.agent_kind ⇒ Object
6 7 8 |
# File 'lib/rails_agents/monitoring_agent.rb', line 6 def self.agent_kind :monitoring end |