winx-code-agent 0.2.309

High-performance Rust implementation of WCGW for LLM code agents
Documentation
1
2
3
4
5
6
7
pub mod ansi_codes;
pub mod bash_state;
pub mod persistence;
pub mod pty;
pub mod terminal;

pub use bash_state::BashState;