Files
opus-orchestrator-ai/opus_orchestrator
mrhavens aab4014859 fix: Architecture - state adapter, agent validation
Team 4: Architecture & Design

Fixed:
- #6: Created unified state adapter (state_adapter.py)
  - StateAdapter class to convert between OpusState and OpusGraphState
  - create_unified_state() for initializing either system
  - graph_to_opus() and opus_to_graph() converters

- #11: Added output validation to BaseAgent
  - validate_output() method that parses JSON and validates against Pydantic schemas
  - Extracts JSON from markdown code blocks
  - Returns validated model or error message

- #12: Already properly handled (orchestrator imports get_framework_prompt)
2026-03-13 18:18:03 +00:00
..
2026-03-13 08:43:54 +00:00
2026-03-13 08:43:54 +00:00
2026-03-13 08:43:54 +00:00
2026-03-13 09:30:46 +00:00
2026-03-12 19:52:47 +00:00