scud-cli 1.67.0

Fast, simple task master for AI-driven development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod client;
pub mod oauth;
pub mod prompts;

#[cfg(feature = "direct-api")]
pub mod agent;
#[cfg(feature = "direct-api")]
pub mod provider;
#[cfg(feature = "direct-api")]
pub mod tools;

pub use client::{LLMClient, ModelInfo};
pub use prompts::Prompts;