zag-agent 0.18.0

Core library for zag — a unified interface for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod claude;
pub mod codex;
pub mod codex_usage_limits;
pub mod common;
pub mod copilot;
pub mod copilot_usage_limits;
pub mod gemini;
pub mod gemini_usage_limits;
#[cfg(test)]
pub mod mock;
pub mod ollama;