mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Fix method name conflicts: add_decision -> add_decision_simple, find_precedents -> find_precedents_by_scenario - Fix Decision ID handling: align tests with Decision model UUID generation behavior - Fix AgentContext integration: proper handling of context_graph backend in get_causal_chain - Fix Policy engine: remove invalid auto_generate_id parameter from deserialization - Fix node type consistency: handle lowercase 'decision' type across all methods - Fix timestamp handling: proper conversion for string and datetime objects - Update documentation: correct method names and Decision model usage in examples - All 62 Context Graph tests passing successfully - Production ready with comprehensive verification