strix/strix/tools
0xallam 2bfb80ff4a refactor: share single browser instance across all agents
- Use singleton browser with isolated BrowserContext per agent instead of
  separate Chromium processes per agent
- Add cleanup logic for stale browser/playwright on reconnect
- Add resource management instructions to browser schema (close tabs/browser when done)
- Suppress Kali login message in Dockerfile
2026-01-18 17:51:23 -08:00
..
agents_graph Refactor(skills): rename prompt modules to skills and update documentation 2026-01-06 17:50:15 -08:00
browser refactor: share single browser instance across all agents 2026-01-18 17:51:23 -08:00
file_edit docs(tools): add comprehensive multiline examples and remove XML terminology 2026-01-15 17:25:28 -08:00
finish docs(tools): add comprehensive multiline examples and remove XML terminology 2026-01-15 17:25:28 -08:00
notes docs(tools): add comprehensive multiline examples and remove XML terminology 2026-01-15 17:25:28 -08:00
proxy fix: create fresh gql client per request to avoid transport state issues 2026-01-17 22:19:21 -08:00
python refactor: simplify tool server to asyncio tasks with per-agent isolation 2026-01-17 22:19:21 -08:00
reporting docs(tools): add comprehensive multiline examples and remove XML terminology 2026-01-15 17:25:28 -08:00
terminal refactor: simplify tool server to asyncio tasks with per-agent isolation 2026-01-17 22:19:21 -08:00
thinking docs(tools): add comprehensive multiline examples and remove XML terminology 2026-01-15 17:25:28 -08:00
todo enhance todo tool prompt 2025-12-15 10:26:59 -08:00
web_search Open-source release for Alpha version 2025-08-08 20:36:44 -07:00
__init__.py feat: add centralized Config class with auto-save to ~/.strix/cli-config.json 2026-01-10 15:49:03 -08:00
argument_parser.py Redesigning the terminal tool (#11) 2025-08-17 07:43:29 +01:00
context.py refactor: simplify tool server to asyncio tasks with per-agent isolation 2026-01-17 22:19:21 -08:00
executor.py refactor: simplify tool server to asyncio tasks with per-agent isolation 2026-01-17 22:19:21 -08:00
registry.py fix(agent): fix tool schemas not retrieved on pyinstaller binary and validate tool call args 2026-01-14 10:57:32 -08:00