yolop 0.12.1

Yolop — a terminal coding agent built on everruns-runtime
1
2
3
4
5
6
//! Provider LLM drivers.
//!
//! Each submodule implements a `ChatDriver` from
//! `everruns_core::driver_registry` for a specific provider/auth flavor.

pub mod codex;