doum-cli 0.3.2

AI-powered terminal assistant that helps you with command-line tasks.
Documentation
1
2
3
4
5
6
7
8
9
//! Anthropic LLM integration module.

pub mod client;
pub mod payloads;
pub mod secret;

pub use client::AnthropicClient;
pub use payloads::AnthropicConfig;
pub use secret::AnthropicSecret;