Checkpoint Odysseus local update

This commit is contained in:
pewdiepie-archdaemon
2026-07-07 00:50:07 +00:00
parent 5f6e6a2c4a
commit 017903de61
66 changed files with 22349 additions and 982 deletions
@@ -55,3 +55,10 @@ def test_genuine_keywords_still_force_include():
assert "reply_to_email" in ti.get_tools_for_query("reply to this email")
assert "edit_document" in ti.get_tools_for_query("edit the document")
assert "serve_model" in ti.get_tools_for_query("serve the model")
def test_find_info_online_forces_web_search_tools():
ti = _index()
tools = ti.get_tools_for_query("find info online about crow box designs")
assert "web_search" in tools
assert "web_fetch" in tools