Skip to main content

Module agent_presets

Module agent_presets 

Source
Expand description

Agent presets and detection for known coding-agent CLIs.

Provides built-in presets (pi, claude, aider) with run/plan templates, and runtime detection of which agents are available on PATH.

Structs§

AgentPreset
A known agent preset with command templates.
DetectedAgent
An agent detected on the current system.

Functions§

all_presets
Return all built-in agent presets.
detect_agents
Scan PATH for known agent CLIs and return those that are available.
get_preset
Look up a preset by name (case-insensitive).