reasonix - DeepSeek-native agent framework
TypeScript agent framework built around DeepSeek with cache-first loops, R1 thought harvesting, and tool-call repair. Ships with an Ink-based TUI for runtime inspection.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
tui-use - drive interactive REPLs from agents
Lets agents interact with programs that expect a human at the keyboard - REPLs, debuggers, TUI apps - things bash pipes cannot reach. Fills the gap between shell and full computer-use.
opensessions - tmux sidebar for coding agents
tmux sidebar that tracks Amp, Claude Code, Codex, and OpenCode sessions with per-thread markers, a local HTTP API, and live session state.
bubblezone - mouse zones for Bubble Tea
Helper library for the Bubble Tea TUI framework that maps mouse events to declarative zones. Lets you build clickable terminal UIs without manual coordinate math.
iocraft - Rust crate for crafted CLIs and TUIs
Declarative Rust library for building CLIs and TUIs with React-like components. Targets terminal IO that needs more than ratatui's lower-level primitives.