strix/strix/tools
Ahmed Allam 84f4108195 fix(web_search): send only the agent's query to Exa search
Exa /search is a neural search endpoint, not a chat model, so prepending
the Perplexity system prompt made Exa match the prompt's own vocabulary
(Kali, OWASP, apt, NIST) instead of the query. The system prompt stays
on the Perplexity path where it is a chat system message; the Exa
summary instruction is unchanged.
2026-09-13 19:40:50 +03:00
..
agent_browser Document the SDK-provided tools as stub dirs under strix/tools/ 2026-05-25 22:23:14 -07:00
agents_graph fix(agents): stop parents waiting on finished non-interactive children 2026-09-02 22:11:12 +03:00
apply_patch Document the SDK-provided tools as stub dirs under strix/tools/ 2026-05-25 22:23:14 -07:00
coverage feat(agents): evidence discipline, and coverage as a first-class artifact (#961) 2026-08-24 03:34:09 -07:00
finish feat(agents): evidence discipline, and coverage as a first-class artifact (#961) 2026-08-24 03:34:09 -07:00
load_skill Restore load_skill + surface skill catalog in system prompt 2026-05-25 15:02:24 -07:00
mcp fix(mcp): keep the session on tool-call protocol errors and report quarantine truthfully (#1228) 2026-09-01 22:43:54 -04:00
notes Treat literal 'null'/'none' strings as absent for optional tool args (#1164) 2026-08-25 13:21:12 -04:00
proxy feat(reporting): link HTTP exchange evidence (#1281) 2026-09-09 07:50:23 -07:00
reporting feat(reporting): link HTTP exchange evidence (#1281) 2026-09-09 07:50:23 -07:00
respond fix(agents): let an agent wait on what it already said (#1020) 2026-08-09 00:57:16 +03:00
shell fix(proxy,tooling): serialize+reconnect Caido client, actionable HTTPQL errors, sandbox tool guidance (#794) 2026-07-17 13:31:57 -04:00
thinking Tighten tool surface consistency 2026-05-26 12:16:47 -07:00
threat_model Mirror the run's threat models into its state dir so resume keeps them 2026-08-27 01:36:47 +03:00
todo fix(todo): stop a todo plan failing on priority or duplicates (#1021) 2026-08-08 15:18:48 -07:00
view_image Strip all images from session on vision-rejection, not just the latest (#553) 2026-06-09 02:48:30 -07:00
web_search fix(web_search): send only the agent's query to Exa search 2026-09-13 19:40:50 +03:00
__init__.py refactor: nuke `strix_tool` shim + dead package re-exports 2026-04-25 15:17:46 -07:00
nullish.py Treat literal 'null'/'none' strings as absent for optional tool args (#1164) 2026-08-25 13:21:12 -04:00
output_store.py prompt changes 2026-08-06 15:39:43 +03:00