cc-agent-sdk 0.1.7

claude agent sdk
Documentation
1
2
3
4
5
6
7
8
//! Type definitions for the Claude Agent SDK

pub mod config;
pub mod hooks;
pub mod mcp;
pub mod messages;
pub mod permissions;
pub mod plugin;