eli 0.5.0

Ease Lives Instantly — hook-first AI agent framework with multi-channel support
1
2
3
4
5
6
7
8
//! Subagent orchestration: tracking, worktree isolation, and in-process fallback.

pub mod fallback;
pub mod tracker;
pub mod worktree;

#[cfg(test)]
mod tests;