yolop 0.11.0

Yolop — a terminal coding agent built on everruns-runtime
1
2
3
4
5
6
7
8
9
10
//! Command execution and workspace containment.
//!
//! The bash tool, subprocess execution that never corrupts the TUI's terminal,
//! pluggable sandboxing, the shared workspace host, and git worktree management.

pub mod proc;
pub mod sandbox;
pub mod tools;
pub mod workspace_host;
pub mod worktree;