Skip to main content

Crate hermes_bot

Crate hermes_bot 

Source
Expand description

Hermes library — core types and functionality for integration tests.

This library crate exposes internal types to integration tests while keeping the main binary logic in main.rs.

Re-exports§

pub use error::HermesError;
pub use error::Result;

Modules§

agent
Agent abstraction and event model for AI coding agents.
config
error
session
Persistent session storage for tracking Claude Code sessions.
slack
sync
util