module

Autobot::CLI::Agent

Constants

MAX_HISTORY_LINES = 1000

Class methods

history_file
Source
process_message(config : Config::Config, bus : Bus::MessageBus, tool_registry : Tools::Registry, session : Session::Session, message : String) : String

Process a message through the agent. Simplified single-turn version — the full agent loop will be integrated once the Agent::Loop implementation is complete.

Source
run(config_path : String | Nil, message : String | Nil, session_id : String, markdown : Bool, show_logs : Bool) : Nil
Source