What's Changed
Bug Fixes
- fix(graph):
dakera_graph_link_memorymissingagent_id— 422 on every call (#138) — tool was omitting the requiredagent_idfield in requests to the Dakera API, causing every call to fail with 422. Fixed by injectingagent_idon the request body, mirroring the #136 fix formemory_feedbacktools.
Full Changelog: v0.10.10...v0.10.11