unified-agent-api-claude-code 0.3.4

Async wrapper around the Claude Code CLI for non-interactive prompting
Documentation
1
2
3
4
//! Low-level CLI/argv building helpers.
//!
//! This module is intentionally small. Typed request builders live under `commands/`,
//! while `client` is responsible for spawning and collecting outputs.