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§
- Agent
Preset - A known agent preset with command templates.
- Detected
Agent - 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).