yolop 0.12.1

Yolop — a terminal coding agent built on everruns-runtime
1
2
3
4
5
6
//! YEP wire types for the host side. The definitions live in the `yolop-yep`
//! crate — the single source of truth shared with extension-server authors —
//! and are re-exported here so the rest of `src/extensions/` keeps its
//! `super::protocol::…` paths. See `knowledge/specs/extensions.md`.

pub use yolop_yep::protocol::*;