strix-agent 0.1.3__tar.gz → 0.1.5__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.3 → strix_agent-0.1.5}/PKG-INFO +5 -9
- {strix_agent-0.1.3 → strix_agent-0.1.5}/pyproject.toml +5 -11
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/app.py +2 -2
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tracer.py +1 -2
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/runtime/docker_runtime.py +1 -1
- {strix_agent-0.1.3 → strix_agent-0.1.5}/LICENSE +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/README.md +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/agents/StrixAgent/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/agents/StrixAgent/strix_agent.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/agents/StrixAgent/system_prompt.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/agents/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/agents/base_agent.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/agents/state.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/assets/cli.tcss +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/main.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/agents_graph_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/base_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/browser_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/file_edit_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/finish_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/notes_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/proxy_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/python_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/registry.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/reporting_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/scan_info_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/terminal_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/thinking_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/user_message_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/cli/tool_components/web_search_renderer.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/llm/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/llm/config.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/llm/llm.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/llm/memory_compressor.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/llm/request_queue.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/llm/utils.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/coordination/root_agent.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/authentication_jwt.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/business_logic.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/csrf.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/idor.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/race_conditions.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/rce.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/sql_injection.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/ssrf.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/xss.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/xxe.jinja +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/runtime/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/runtime/runtime.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/runtime/tool_server.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/agents_graph/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/agents_graph/agents_graph_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/agents_graph/agents_graph_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/argument_parser.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/browser/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/browser/browser_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/browser/browser_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/browser/browser_instance.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/browser/tab_manager.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/executor.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/file_edit/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/file_edit/file_edit_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/file_edit/file_edit_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/finish/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/finish/finish_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/finish/finish_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/notes/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/notes/notes_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/notes/notes_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/proxy/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/proxy/proxy_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/proxy/proxy_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/proxy/proxy_manager.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/python/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/python/python_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/python/python_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/python/python_instance.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/python/python_manager.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/registry.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/reporting/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/reporting/reporting_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/reporting/reporting_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/terminal/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/terminal/terminal_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/terminal/terminal_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/terminal/terminal_instance.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/terminal/terminal_manager.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/thinking/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/thinking/thinking_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/thinking/thinking_actions_schema.xml +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/web_search/__init__.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/strix/tools/web_search/web_search_actions.py +0 -0
- {strix_agent-0.1.3 → strix_agent-0.1.5}/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.5
|
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
|
@@ -18,25 +18,21 @@ Classifier: Programming Language :: Python :: 3.12
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.13
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
20
20
|
Classifier: Topic :: Security
|
21
|
-
Requires-Dist: boto3 (>=1.37.2,<1.38.0)
|
22
|
-
Requires-Dist: daytona (>=0.21.5,<0.22.0)
|
23
21
|
Requires-Dist: docker (>=7.1.0,<8.0.0)
|
24
|
-
Requires-Dist: fastapi
|
22
|
+
Requires-Dist: fastapi
|
25
23
|
Requires-Dist: gql[requests] (>=3.5.3,<4.0.0)
|
26
24
|
Requires-Dist: ipython (>=9.3.0,<10.0.0)
|
27
|
-
Requires-Dist: litellm (>=1.72.1,<2.0.0)
|
25
|
+
Requires-Dist: litellm[proxy] (>=1.72.1,<2.0.0)
|
28
26
|
Requires-Dist: numpydoc (>=1.8.0,<2.0.0)
|
29
27
|
Requires-Dist: openhands-aci (>=0.3.0,<0.4.0)
|
30
28
|
Requires-Dist: playwright (>=1.48.0,<2.0.0)
|
31
29
|
Requires-Dist: pydantic[email] (>=2.11.3,<3.0.0)
|
32
30
|
Requires-Dist: pyte (>=0.8.1,<0.9.0)
|
33
31
|
Requires-Dist: requests (>=2.32.0,<3.0.0)
|
34
|
-
Requires-Dist: rich
|
35
|
-
Requires-Dist: starlette (>=0.47.2,<0.48.0)
|
32
|
+
Requires-Dist: rich
|
36
33
|
Requires-Dist: tenacity (>=9.0.0,<10.0.0)
|
37
34
|
Requires-Dist: textual (>=4.0.0,<5.0.0)
|
38
|
-
Requires-Dist: uvicorn
|
39
|
-
Requires-Dist: websockets (>=15.0.1,<16.0.0)
|
35
|
+
Requires-Dist: uvicorn
|
40
36
|
Requires-Dist: xmltodict (>=0.13.0,<0.14.0)
|
41
37
|
Description-Content-Type: text/markdown
|
42
38
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "strix-agent"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.5"
|
4
4
|
description = "Open-source AI Hackers for your apps"
|
5
5
|
authors = ["Strix <hi@usestrix.com>"]
|
6
6
|
readme = "README.md"
|
@@ -43,26 +43,22 @@ strix = "strix.cli.main:main"
|
|
43
43
|
|
44
44
|
[tool.poetry.dependencies]
|
45
45
|
python = "^3.12"
|
46
|
-
fastapi = "
|
47
|
-
uvicorn = "
|
48
|
-
litellm = "^1.72.1"
|
46
|
+
fastapi = "*"
|
47
|
+
uvicorn = "*"
|
48
|
+
litellm = {extras = ["proxy"], version = "^1.72.1"}
|
49
49
|
tenacity = "^9.0.0"
|
50
50
|
numpydoc = "^1.8.0"
|
51
|
-
boto3 = "~1.37.2"
|
52
51
|
pydantic = {extras = ["email"], version = "^2.11.3"}
|
53
52
|
ipython = "^9.3.0"
|
54
53
|
openhands-aci = "^0.3.0"
|
55
54
|
playwright = "^1.48.0"
|
56
|
-
|
57
|
-
rich = "^14.0.0"
|
55
|
+
rich = "*"
|
58
56
|
docker = "^7.1.0"
|
59
|
-
daytona = "^0.21.5"
|
60
57
|
gql = {extras = ["requests"], version = "^3.5.3"}
|
61
58
|
textual = "^4.0.0"
|
62
59
|
xmltodict = "^0.13.0"
|
63
60
|
pyte = "^0.8.1"
|
64
61
|
requests = "^2.32.0"
|
65
|
-
starlette = "^0.47.2"
|
66
62
|
|
67
63
|
[tool.poetry.group.dev.dependencies]
|
68
64
|
# Type checking and static analysis
|
@@ -118,7 +114,6 @@ module = [
|
|
118
114
|
"litellm.*",
|
119
115
|
"tenacity.*",
|
120
116
|
"numpydoc.*",
|
121
|
-
"boto3.*",
|
122
117
|
"rich.*",
|
123
118
|
"IPython.*",
|
124
119
|
"openhands_aci.*",
|
@@ -128,7 +123,6 @@ module = [
|
|
128
123
|
"pydantic_settings.*",
|
129
124
|
"jwt.*",
|
130
125
|
"httpx.*",
|
131
|
-
"daytona.*",
|
132
126
|
"gql.*",
|
133
127
|
"textual.*",
|
134
128
|
"pyte.*",
|
@@ -58,8 +58,8 @@ class SplashScreen(Static): # type: ignore[misc]
|
|
58
58
|
|
59
59
|
███████╗████████╗██████╗ ██╗██╗ ██╗
|
60
60
|
██╔════╝╚══██╔══╝██╔══██╗██║╚██╗██╔╝
|
61
|
-
███████╗ ██║ ██████╔╝██║ ╚███╔╝
|
62
|
-
╚════██║ ██║ ██╔══██╗██║ ██╔██╗
|
61
|
+
███████╗ ██║ ██████╔╝██║ ╚███╔╝
|
62
|
+
╚════██║ ██║ ██╔══██╗██║ ██╔██╗
|
63
63
|
███████║ ██║ ██║ ██║██║██╔╝ ██╗
|
64
64
|
╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝
|
65
65
|
|
@@ -54,8 +54,7 @@ class Tracer:
|
|
54
54
|
|
55
55
|
def get_run_dir(self) -> Path:
|
56
56
|
if self._run_dir is None:
|
57
|
-
|
58
|
-
runs_dir = workspace_root / "agent_runs"
|
57
|
+
runs_dir = Path.cwd() / "agent_runs"
|
59
58
|
runs_dir.mkdir(exist_ok=True)
|
60
59
|
|
61
60
|
run_dir_name = self.run_name if self.run_name else self.run_id
|
@@ -15,7 +15,7 @@ from .runtime import AbstractRuntime, SandboxInfo
|
|
15
15
|
|
16
16
|
STRIX_AGENT_LABEL = "StrixAgent_ID"
|
17
17
|
STRIX_SCAN_LABEL = "StrixScan_ID"
|
18
|
-
STRIX_IMAGE = os.getenv("STRIX_IMAGE", "ghcr.io/usestrix/strix-sandbox:0.1.
|
18
|
+
STRIX_IMAGE = os.getenv("STRIX_IMAGE", "ghcr.io/usestrix/strix-sandbox:0.1.4")
|
19
19
|
logger = logging.getLogger(__name__)
|
20
20
|
|
21
21
|
_initialized_volumes: set[str] = set()
|
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
|
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.3 → strix_agent-0.1.5}/strix/prompts/vulnerabilities/authentication_jwt.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
|
File without changes
|
File without changes
|
File without changes
|
{strix_agent-0.1.3 → strix_agent-0.1.5}/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
|
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
|
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.3 → strix_agent-0.1.5}/strix/tools/web_search/web_search_actions_schema.xml
RENAMED
File without changes
|