// --- // summary: "Keeps pi-autoresearch registration names and schema literals available without evaluating runtime implementations." // read_when: // - "Changing extension registration names, eager schemas, or the lazy implementation boundary." // --- export const AUTORESEARCH_COMMAND_NAME = "autoresearch"; export const AUTORESEARCH_STATUS_TOOL_NAME = "autoresearch_runtime_status"; export const AUTORESEARCH_RUN_TOOL_NAME = "autoresearch_runtime_run"; export const AUTORESEARCH_CONTROL_TOOL_NAME = "autoresearch_runtime_control"; export const AUTORESEARCH_FINALIZE_TOOL_NAME = "autoresearch_runtime_finalize"; export const AUTORESEARCH_PEER_ASSIST_TOOL_NAME = "autoresearch_runtime_peer_assist"; export const AUTORESEARCH_LOOP_TOOL_NAME = "autoresearch_runtime_loop"; export const AUTORESEARCH_RESUME_APPLY_TOOL_NAME = "autoresearch_runtime_resume_apply"; export const AUTORESEARCH_AUTOPLAN_TOOL_NAME = "autoresearch_runtime_autoplan"; export const AUTORESEARCH_SETUP_TOOL_NAME = "autoresearch_runtime_setup"; export const AUTORESEARCH_CAMPAIGN_START_TOOL_NAME = "autoresearch_campaign_start"; export const AUTORESEARCH_CANDIDATE_BIND_TOOL_NAME = "autoresearch_candidate_bind"; export const AUTORESEARCH_CANDIDATE_DECISION_TOOL_NAME = "autoresearch_candidate_decision"; export const AUTORESEARCH_SELF_HOSTING_TOOL_NAME = "autoresearch_self_hosting_run"; export const AUTORESEARCH_LLAMACPP_CAMPAIGN_TOOL_NAME = "autoresearch_llamacpp_campaign"; export const AUTORESEARCH_LLAMACPP_CAMPAIGN_CONTROL_TOOL_NAME = "autoresearch_llamacpp_campaign_control"; export const AUTORESEARCH_VLLM_CAMPAIGN_TOOL_NAME = "autoresearch_vllm_campaign"; export const AUTORESEARCH_CANDIDATE_INVENTORY_CLEANUP_CONFIRMATION = "ARCHIVE STALE AUTORESEARCH CANDIDATES";