npcterm 1.3.3

Headless terminal emulator for AI agents
Documentation
1
2
3
4
5
6
7
8
pub mod terminal;
pub mod input;
pub mod screen;
pub mod status;
pub mod manager;
pub mod mcp;
#[cfg(feature = "viewer")]
pub mod web;