strix-agent 0.1.10__py3-none-any.whl → 0.1.11__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.
strix/cli/main.py CHANGED
@@ -229,9 +229,6 @@ def clone_repository(repo_url: str, run_name: str) -> str:
229
229
  [
230
230
  git_executable,
231
231
  "clone",
232
- "--depth=1",
233
- "--no-recurse-submodules",
234
- "--single-branch",
235
232
  repo_url,
236
233
  str(clone_path),
237
234
  ],
strix/llm/llm.py CHANGED
@@ -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"] = "medium"
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 (ValueError, TypeError, RuntimeError) as e:
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 (AttributeError, TypeError, ValueError) as e:
373
+ except Exception as e: # noqa: BLE001
374
374
  logger.warning(f"Failed to update usage stats: {e}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: strix-agent
3
- Version: 0.1.10
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
  [![Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
48
48
  [![Vercel AI Accelerator 2025](https://img.shields.io/badge/Vercel%20AI-Accelerator%202025-000000?style=flat&logo=vercel)](https://vercel.com/ai-accelerator)
49
49
  [![Status: Alpha](https://img.shields.io/badge/status-alpha-orange.svg)](https://github.com/usestrix/strix)
50
- [![Discord](https://dcbadge.limes.pink/api/server/yduEyduBsp?style=flat)](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
 
@@ -8,7 +8,7 @@ strix/agents/state.py,sha256=ORN2VyLOcQrppiuGcelD0C-1-uhxc6TS4AEqdbK7LZg,4858
8
8
  strix/cli/__init__.py,sha256=ww23sFOQhICEIrIo0MtwWv2qHW5qUprvPj8QVjv3SM0,44
9
9
  strix/cli/app.py,sha256=x05-SyJrZrodGbw-vS5f0oNMJrXzM2ESRKlQu83d3O8,39284
10
10
  strix/cli/assets/cli.tcss,sha256=y7N_l8sJhDeflwqjmGz_Zm6xhVzpKUPJ6zcci-3qesE,11914
11
- strix/cli/main.py,sha256=3T2ncIPXMvtPP_GRiai5zWuO4PXz89Xphet365LLcy4,21650
11
+ strix/cli/main.py,sha256=f0XGL9rCqdm_aqGYEk79_vZoCxDkp_3Mcjpz4tUj3G4,21531
12
12
  strix/cli/tool_components/__init__.py,sha256=Dz5ci3VMzvhlPOwQ2x9Nd11cmFzx1OP7sdlpZPMTT4k,935
13
13
  strix/cli/tool_components/agents_graph_renderer.py,sha256=e470Fj47WI9DDrOKLM-8YqpToXPohwnzHQuA4Kp7qGs,4380
14
14
  strix/cli/tool_components/base_renderer.py,sha256=e-xD2I3N8EDN-94tfMKAvVt0NGYC-5m2USNRGFMrEQc,1867
@@ -28,7 +28,7 @@ strix/cli/tool_components/web_search_renderer.py,sha256=JnJa22ACIcRksfxxdenesUo8
28
28
  strix/cli/tracer.py,sha256=Dhr-0GCrRWxQ7mij0wosqC5hH-4_79_3p11ZqYF1iw0,11058
29
29
  strix/llm/__init__.py,sha256=tzsJlDGGQE_Hw917dyzBWtwXsajZsIS-qdlPuS6EmSY,139
30
30
  strix/llm/config.py,sha256=iBv1tuUOUDcP2gVQWhjtN8wtO5lWOipsER7Rnc3p6k4,603
31
- strix/llm/llm.py,sha256=wtzAh7THjPoZGOH12Fe-5IDZn_9qwwS7M9-4EfXFfWc,12719
31
+ strix/llm/llm.py,sha256=775w8IJ7ovTujfxy1x4euZGLBftIpgqC6TFf39ZE0zM,12691
32
32
  strix/llm/memory_compressor.py,sha256=U2eD90SmVOxjZJTiNwVmf4G6g3lnhfwqIPtwhLztoag,6856
33
33
  strix/llm/request_queue.py,sha256=hBjj8c_6_D30-j1FCz-fm2eHJA7XGE7rk52j_8QR_4s,2090
34
34
  strix/llm/utils.py,sha256=M84mVstjWY3-fwc2KyVAcfpF3IMHWnbkjRpGUUQ1TcM,2474
@@ -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.10.dist-info/LICENSE,sha256=fblpcTQlHjFL2NOSV_4XDJiz4q2bLtZ-l6yvlhPnueM,11345
96
- strix_agent-0.1.10.dist-info/METADATA,sha256=OIeEKEsIIN1KSrXmr4WvHgMDeQbcZ5xggLXVZxBaDok,6607
97
- strix_agent-0.1.10.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
98
- strix_agent-0.1.10.dist-info/entry_points.txt,sha256=sswIgnkzSVSzQ3Rd046g7mhIPQaj_7RYlXgU_bQelF0,45
99
- strix_agent-0.1.10.dist-info/RECORD,,
95
+ strix_agent-0.1.11.dist-info/LICENSE,sha256=fblpcTQlHjFL2NOSV_4XDJiz4q2bLtZ-l6yvlhPnueM,11345
96
+ strix_agent-0.1.11.dist-info/METADATA,sha256=gS18scoidSrz-61DWr15V2K21s38P1mCiLy3uQcLiB0,6139
97
+ strix_agent-0.1.11.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
98
+ strix_agent-0.1.11.dist-info/entry_points.txt,sha256=sswIgnkzSVSzQ3Rd046g7mhIPQaj_7RYlXgU_bQelF0,45
99
+ strix_agent-0.1.11.dist-info/RECORD,,