xml-pipeline/handlers
dullfig 987c6aa214 Add platform-managed PromptRegistry and LLM API
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>
2026-01-11 13:57:51 -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 platform-managed PromptRegistry and LLM API 2026-01-11 13:57:51 -08:00