- 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> |
||
|---|---|---|
| .. | ||
| steps | ||
| __init__.py | ||
| config.py | ||
| envelope.py | ||
| errors.py | ||
| message_state.py | ||
| scheduler.py | ||
| stream_pump.py | ||
| system_pipeline.py | ||
| thread.py | ||
| thread_registry.py | ||
| todo_registry.py | ||