unified-agent-api-claude-code 0.3.4

Async wrapper around the Claude Code CLI for non-interactive prompting
Documentation
1
2
3
4
5
6
7
8
9
10
mod capture;
mod process;
mod session;
mod start;
mod url;

#[cfg(unix)]
mod pty;

pub use session::ClaudeSetupTokenSession;