mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 14:23:20 +00:00
feat(agent): add replanning, COA tooling, and status-aware graph
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user