xml-pipeline/agentserver/message_bus
dullfig 0796e45412 Add SystemPipeline for external message injection
- SystemPipeline: Entry point for console/webhook/API messages
- TextInput/TextOutput: Generic primitives for human text I/O
- Server: WebSocket "send" command routes through SystemPipeline
- Console: @target message now injects into pipeline

Flow: Console → WebSocket → SystemPipeline → XML envelope → pump

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 21:07:28 -08:00
..
steps Replace MessageBus with aiostream-based StreamPump 2026-01-10 10:41:17 -08:00
__init__.py Add SystemPipeline for external message injection 2026-01-17 21:07:28 -08:00
config.py creating new file for thread context 2026-01-02 00:01:20 -08:00
envelope.py creating new file for thread context 2026-01-02 00:01:20 -08:00
errors.py creating new file for thread context 2026-01-02 00:01:20 -08:00
message_state.py Add TodoUntil watcher system for async confirmation tracking 2026-01-10 16:51:59 -08:00
scheduler.py creating new file for thread context 2026-01-02 00:01:20 -08:00
stream_pump.py Add platform-managed PromptRegistry and LLM API 2026-01-11 13:57:51 -08:00
system_pipeline.py Add SystemPipeline for external message injection 2026-01-17 21:07:28 -08:00
thread.py creating new file for thread context 2026-01-02 00:01:20 -08:00
thread_registry.py Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
todo_registry.py Add TodoUntil watcher system for async confirmation tracking 2026-01-10 16:51:59 -08:00