strix-agent 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl

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.
@@ -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.3")
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()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: strix-agent
3
- Version: 0.1.3
3
+ Version: 0.1.4
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 (>=0.116.1,<0.117.0)
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 (>=14.0.0,<15.0.0)
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 (>=0.32.0,<0.33.0)
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
 
@@ -45,7 +45,7 @@ strix/prompts/vulnerabilities/ssrf.jinja,sha256=MfRs3MtvgAEauaOrCHpKIoRnS0YCZKyC
45
45
  strix/prompts/vulnerabilities/xss.jinja,sha256=ozaEuV1X4QPRLYiUAfpQplzbovQU6QmtVF115-8_xrk,6139
46
46
  strix/prompts/vulnerabilities/xxe.jinja,sha256=E8QUtIMQoEft7FRQzz7a2SgvrpqNecRVYvhaIWOco0w,7081
47
47
  strix/runtime/__init__.py,sha256=v2oQ1JnfZXOTU8N3NOEI_MbxNp8BfNj8hTgvjCsNGvY,445
48
- strix/runtime/docker_runtime.py,sha256=T6IUZjvcc5Mn0pA8-n9WtQ0vCVRLQXyWVanow1lZ-X8,10279
48
+ strix/runtime/docker_runtime.py,sha256=-GNUWcqiWyxaXHI5YzlD-ZsfKW6NU23aeKERbqacvpg,10279
49
49
  strix/runtime/runtime.py,sha256=cHn_LnK7yLZLncVdIflz97oqNvvvhc8cWG4zsqgaF70,670
50
50
  strix/runtime/tool_server.py,sha256=7Swr4dgl6gEvDGzhSXsZk9__NEtmrwqg6Gnx-Ai8I5E,3466
51
51
  strix/tools/__init__.py,sha256=_uTsOImNlJ-q5FFuQBTIYpIAgTETNI7Pm2hkaLE-Z5Y,1743
@@ -92,8 +92,8 @@ strix/tools/thinking/thinking_actions_schema.xml,sha256=otD4dOhQx4uyudLnjA_HIP6E
92
92
  strix/tools/web_search/__init__.py,sha256=m5PCHXqeNVraLRLNIbh54Z2N4Y_75d-ftqwyq3dbCd0,70
93
93
  strix/tools/web_search/web_search_actions.py,sha256=LRS3AjGO4JLIyu_B6-ogfWOsnENwqrrCa8Rz0vxuuGQ,3107
94
94
  strix/tools/web_search/web_search_actions_schema.xml,sha256=Ihc3Gv4LaPI_MzBbwZOt3y4pwg9xmtl8KfPNvFihEP4,4805
95
- strix_agent-0.1.3.dist-info/LICENSE,sha256=fblpcTQlHjFL2NOSV_4XDJiz4q2bLtZ-l6yvlhPnueM,11345
96
- strix_agent-0.1.3.dist-info/METADATA,sha256=ZZ92rwfftIoAvAOvv97wDTfTSPfxvgSqNXJPELi-rd4,7313
97
- strix_agent-0.1.3.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
98
- strix_agent-0.1.3.dist-info/entry_points.txt,sha256=sswIgnkzSVSzQ3Rd046g7mhIPQaj_7RYlXgU_bQelF0,45
99
- strix_agent-0.1.3.dist-info/RECORD,,
95
+ strix_agent-0.1.4.dist-info/LICENSE,sha256=fblpcTQlHjFL2NOSV_4XDJiz4q2bLtZ-l6yvlhPnueM,11345
96
+ strix_agent-0.1.4.dist-info/METADATA,sha256=ZYSxSYc5KzhRoGhunqR3C394A54NP8W8PbrKGE_zTrE,7090
97
+ strix_agent-0.1.4.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
98
+ strix_agent-0.1.4.dist-info/entry_points.txt,sha256=sswIgnkzSVSzQ3Rd046g7mhIPQaj_7RYlXgU_bQelF0,45
99
+ strix_agent-0.1.4.dist-info/RECORD,,