mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
fix(agno): log decision tracking failures in shared context - #779
This commit is contained in:
@@ -94,8 +94,8 @@ class _AgentScopedStore(AgnoContextStore):
|
||||
outcome="stored",
|
||||
confidence=1.0,
|
||||
)
|
||||
except Exception:
|
||||
pass
|
||||
except Exception as exc:
|
||||
logger.warning("[%s] record_decision failed: %s", self._role, exc)
|
||||
|
||||
if hasattr(memory, "id"):
|
||||
memory.id = mem_id
|
||||
|
||||
Reference in New Issue
Block a user