Platform architecture for trusted orchestration: - PromptRegistry: immutable system prompts per agent, loaded at bootstrap - platform.complete(): assembles LLM calls (prompt + history + user msg) - Handlers use platform API, cannot see/modify prompts - organism.yaml now supports prompt field per listener 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 | ||
| thread.py | ||
| thread_registry.py | ||
| todo_registry.py | ||