xml-pipeline/agentserver
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
..
auth initial dir structure 2025-12-25 21:52:36 -08:00
config initial dir structure 2025-12-25 21:52:36 -08:00
console Add split-screen TUI console with prompt_toolkit 2026-01-11 14:23:19 -08:00
listeners major changes to message bus, and xml listener 2026-01-01 15:27:20 -08:00
llm Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
memory Add context buffer - virtual memory manager for AI agents 2026-01-10 17:20:43 -08:00
message_bus Add platform-managed PromptRegistry and LLM API 2026-01-11 13:57:51 -08:00
platform Fix platform.complete() to use correct LLM router API 2026-01-11 14:05:53 -08:00
primitives Add SecureConsole v3.0 with password authentication 2026-01-10 18:24:24 -08:00
prompts major changes to base 2025-12-28 21:14:08 -08:00
schema Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
utils major changes to message bus, and xml listener 2026-01-01 15:27:20 -08:00
__init__.py initial dir structure 2025-12-25 21:52:36 -08:00
agentserver.py Major design solidification and documentation sync — December 26, 2025 2025-12-26 16:51:19 -08:00
main.py initial dir structure 2025-12-25 21:52:36 -08:00
xml_listener.py re-writing docs and code 2026-01-03 14:48:57 -08:00