strix-agent 0.1.10__tar.gz → 0.1.11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {strix_agent-0.1.10 → strix_agent-0.1.11}/PKG-INFO +1 -14
- {strix_agent-0.1.10 → strix_agent-0.1.11}/README.md +0 -13
- {strix_agent-0.1.10 → strix_agent-0.1.11}/pyproject.toml +1 -1
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/main.py +0 -3
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/llm/llm.py +3 -3
- {strix_agent-0.1.10 → strix_agent-0.1.11}/LICENSE +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/agents/StrixAgent/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/agents/StrixAgent/strix_agent.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/agents/StrixAgent/system_prompt.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/agents/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/agents/base_agent.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/agents/state.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/app.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/assets/cli.tcss +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/agents_graph_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/base_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/browser_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/file_edit_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/finish_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/notes_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/proxy_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/python_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/registry.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/reporting_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/scan_info_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/terminal_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/thinking_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/user_message_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/web_search_renderer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tracer.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/llm/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/llm/config.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/llm/memory_compressor.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/llm/request_queue.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/llm/utils.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/coordination/root_agent.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/authentication_jwt.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/business_logic.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/csrf.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/idor.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/race_conditions.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/rce.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/sql_injection.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/ssrf.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/xss.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/xxe.jinja +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/runtime/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/runtime/docker_runtime.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/runtime/runtime.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/runtime/tool_server.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/agents_graph/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/agents_graph/agents_graph_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/agents_graph/agents_graph_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/argument_parser.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/browser/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/browser/browser_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/browser/browser_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/browser/browser_instance.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/browser/tab_manager.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/executor.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/file_edit/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/file_edit/file_edit_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/file_edit/file_edit_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/finish/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/finish/finish_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/finish/finish_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/notes/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/notes/notes_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/notes/notes_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/proxy/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/proxy/proxy_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/proxy/proxy_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/proxy/proxy_manager.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/python/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/python/python_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/python/python_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/python/python_instance.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/python/python_manager.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/registry.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/reporting/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/reporting/reporting_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/reporting/reporting_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/terminal/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/terminal/terminal_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/terminal/terminal_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/terminal/terminal_manager.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/terminal/terminal_session.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/thinking/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/thinking/thinking_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/thinking/thinking_actions_schema.xml +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/web_search/__init__.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/web_search/web_search_actions.py +0 -0
- {strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/web_search/web_search_actions_schema.xml +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: strix-agent
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.11
|
4
4
|
Summary: Open-source AI Hackers for your apps
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: cybersecurity,security,vulnerability,scanner,pentest,agent,ai,cli
|
@@ -47,9 +47,6 @@ Description-Content-Type: text/markdown
|
|
47
47
|
[](LICENSE)
|
48
48
|
[](https://vercel.com/ai-accelerator)
|
49
49
|
[](https://github.com/usestrix/strix)
|
50
|
-
[](https://discord.gg/yduEyduBsp)
|
51
|
-
|
52
|
-
**⚡ Use it to hack your apps before the bad guys do ⚡**
|
53
50
|
|
54
51
|
</div>
|
55
52
|
|
@@ -174,15 +171,5 @@ Our managed platform provides:
|
|
174
171
|
|
175
172
|
Have questions? Found a bug? Want to contribute? **[Join our Discord!](https://discord.gg/yduEyduBsp)**
|
176
173
|
|
177
|
-
---
|
178
|
-
|
179
|
-
<div align="center">
|
180
|
-
|
181
|
-
### About • Links
|
182
|
-
|
183
|
-
**[OmniSecure Inc.](https://omnisecure.ai)** • Applied AI Research Lab
|
184
|
-
|
185
|
-
[Discord Community](https://discord.gg/yduEyduBsp) • [Enterprise Solutions](https://form.typeform.com/to/ljtvl6X0) • [Report Issues](https://github.com/usestrix/strix/issues)
|
186
|
-
|
187
174
|
</div>
|
188
175
|
|
@@ -7,9 +7,6 @@
|
|
7
7
|
[](LICENSE)
|
8
8
|
[](https://vercel.com/ai-accelerator)
|
9
9
|
[](https://github.com/usestrix/strix)
|
10
|
-
[](https://discord.gg/yduEyduBsp)
|
11
|
-
|
12
|
-
**⚡ Use it to hack your apps before the bad guys do ⚡**
|
13
10
|
|
14
11
|
</div>
|
15
12
|
|
@@ -134,14 +131,4 @@ Our managed platform provides:
|
|
134
131
|
|
135
132
|
Have questions? Found a bug? Want to contribute? **[Join our Discord!](https://discord.gg/yduEyduBsp)**
|
136
133
|
|
137
|
-
---
|
138
|
-
|
139
|
-
<div align="center">
|
140
|
-
|
141
|
-
### About • Links
|
142
|
-
|
143
|
-
**[OmniSecure Inc.](https://omnisecure.ai)** • Applied AI Research Lab
|
144
|
-
|
145
|
-
[Discord Community](https://discord.gg/yduEyduBsp) • [Enterprise Solutions](https://form.typeform.com/to/ljtvl6X0) • [Report Issues](https://github.com/usestrix/strix/issues)
|
146
|
-
|
147
134
|
</div>
|
@@ -313,7 +313,7 @@ class LLM:
|
|
313
313
|
completion_args["stop"] = ["</function>"]
|
314
314
|
|
315
315
|
if self._should_include_reasoning_effort():
|
316
|
-
completion_args["reasoning_effort"] = "
|
316
|
+
completion_args["reasoning_effort"] = "high"
|
317
317
|
|
318
318
|
queue = get_global_queue()
|
319
319
|
response = await queue.make_request(completion_args)
|
@@ -348,7 +348,7 @@ class LLM:
|
|
348
348
|
|
349
349
|
try:
|
350
350
|
cost = completion_cost(response) or 0.0
|
351
|
-
except
|
351
|
+
except Exception as e: # noqa: BLE001
|
352
352
|
logger.warning(f"Failed to calculate cost: {e}")
|
353
353
|
cost = 0.0
|
354
354
|
|
@@ -370,5 +370,5 @@ class LLM:
|
|
370
370
|
logger.info(f"Cache creation: {cache_creation_tokens} tokens written to cache")
|
371
371
|
|
372
372
|
logger.info(f"Usage stats: {self.usage_stats}")
|
373
|
-
except
|
373
|
+
except Exception as e: # noqa: BLE001
|
374
374
|
logger.warning(f"Failed to update usage stats: {e}")
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/agents_graph_renderer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strix_agent-0.1.10 → strix_agent-0.1.11}/strix/cli/tool_components/user_message_renderer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/authentication_jwt.jinja
RENAMED
File without changes
|
{strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/business_logic.jinja
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strix_agent-0.1.10 → strix_agent-0.1.11}/strix/prompts/vulnerabilities/race_conditions.jinja
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/agents_graph/agents_graph_actions_schema.xml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/file_edit/file_edit_actions_schema.xml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/reporting/reporting_actions_schema.xml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strix_agent-0.1.10 → strix_agent-0.1.11}/strix/tools/web_search/web_search_actions_schema.xml
RENAMED
File without changes
|