yolop 0.11.0

Yolop — a terminal coding agent built on everruns-runtime
1
2
3
4
5
6
7
8
//! Host editor integrations.
//!
//! The Agent Client Protocol (ACP) server that editors such as Zed drive over
//! stdio, and the `into` command that writes yolop's config into supported
//! editors.

pub mod acp;
pub mod into;