Expand description
Local coding-agent installation detection.
Provides synchronous, filesystem-based probes for known coding-agent CLIs.
§Types
The types module contains normalized types for representing agent conversations:
DetectionResult— always available- [
NormalizedConversation], [NormalizedMessage], [NormalizedSnippet] — available with theconnectorsfeature
Re-exports§
pub use types::DetectionResult;
Modules§
- types
- Normalized types for representing agent conversations.
Structs§
- Agent
Detect Options - Agent
Detect Root Override - Installed
Agent Detection Entry - Installed
Agent Detection Report - Installed
Agent Detection Summary
Enums§
Functions§
- default_
probe_ paths_ tilde - Returns default probe paths for all known connectors using tilde-relative paths.
- detect_
installed_ agents - Detect installed/available coding agents by running local filesystem probes.