xml-pipeline/handlers
dullfig 6a5c047d1e Add split-screen TUI console with prompt_toolkit
New console features:
- Scrolling output area above separator line
- Status bar with organism name
- Input area at bottom
- Color-coded messages by source
- Command history with up/down arrows
- Graceful fallback to simple mode on unsupported terminals

Usage:
  python run_organism.py           # TUI mode (or fallback)
  python run_organism.py --simple  # Force simple mode

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 14:23:19 -08:00
..
__init__.py Replace MessageBus with aiostream-based StreamPump 2026-01-10 10:41:17 -08:00
console.py Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
hello.py Add split-screen TUI console with prompt_toolkit 2026-01-11 14:23:19 -08:00