Skip to main content

Crate franken_agent_detection

Crate franken_agent_detection 

Source
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 the connectors feature

Re-exports§

pub use types::DetectionResult;

Modules§

types
Normalized types for representing agent conversations.

Structs§

AgentDetectOptions
AgentDetectRootOverride
InstalledAgentDetectionEntry
InstalledAgentDetectionReport
InstalledAgentDetectionSummary

Enums§

AgentDetectError

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.