feat(agent): add replanning, COA tooling, and status-aware graph

This commit is contained in:
GH05TCREW
2025-12-15 02:34:51 -07:00
parent 3e3c7b5b9e
commit ec30a07e4e
12 changed files with 364 additions and 29 deletions

View File

@@ -62,8 +62,8 @@ async def test_read_note():
}, runtime=None)
assert "Content to read" in result
# The format is "[key] (category, confidence) content"
assert "(info, medium)" in result
# The format is "[key] (category, confidence, status) content"
assert "(info, medium, confirmed)" in result
@pytest.mark.asyncio
async def test_update_note():