Skip to main content

Crate agent_kit

Crate agent_kit 

Source
Expand description

Agent Kit โ€” shared infrastructure for CLI tools integrating with AI agent loops.

Provides:

  • Agent environment detection (Claude Code, OpenCode, Codex, Cursor, Generic)
  • Instruction file auditing (via instruction-files crate, behind audit feature)
  • Hook-based event coordination between sessions (behind hooks feature)

Skill management has moved to the agent-skills crate.

Modulesยง

audit_common
Shared audit primitives for cross-cutting validation.
detect
Agent environment detection โ€” identify which AI agent loop is active.