Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
AgentApropos::Agents
Constants
ALL = [
Claude
.new,
OpenCode
.new,
Gemini
.new,
Copilot
.new,
Codex
.new] of
Agent
Class methods
detect
(payload :
Hook::Payload
) :
Agent
Source
find
(name :
String
|
Nil
) :
Agent
|
Nil
Source
names
Source
Nested types
AgentApropos::Agents::Agent
AgentApropos::Agents::Claude
AgentApropos::Agents::Codex
AgentApropos::Agents::Copilot
AgentApropos::Agents::Gemini
AgentApropos::Agents::OpenCode