zag-agent 0.12.8

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