strix-agent 0.1.6__tar.gz → 0.1.8__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.
Files changed (98) hide show
  1. {strix_agent-0.1.6 → strix_agent-0.1.8}/PKG-INFO +3 -3
  2. {strix_agent-0.1.6 → strix_agent-0.1.8}/README.md +2 -2
  3. {strix_agent-0.1.6 → strix_agent-0.1.8}/pyproject.toml +1 -1
  4. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/main.py +3 -3
  5. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/llm/config.py +1 -1
  6. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/llm/llm.py +1 -0
  7. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/llm/memory_compressor.py +1 -1
  8. {strix_agent-0.1.6 → strix_agent-0.1.8}/LICENSE +0 -0
  9. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/__init__.py +0 -0
  10. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/agents/StrixAgent/__init__.py +0 -0
  11. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/agents/StrixAgent/strix_agent.py +0 -0
  12. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/agents/StrixAgent/system_prompt.jinja +0 -0
  13. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/agents/__init__.py +0 -0
  14. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/agents/base_agent.py +0 -0
  15. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/agents/state.py +0 -0
  16. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/__init__.py +0 -0
  17. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/app.py +0 -0
  18. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/assets/cli.tcss +0 -0
  19. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/__init__.py +0 -0
  20. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/agents_graph_renderer.py +0 -0
  21. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/base_renderer.py +0 -0
  22. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/browser_renderer.py +0 -0
  23. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/file_edit_renderer.py +0 -0
  24. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/finish_renderer.py +0 -0
  25. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/notes_renderer.py +0 -0
  26. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/proxy_renderer.py +0 -0
  27. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/python_renderer.py +0 -0
  28. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/registry.py +0 -0
  29. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/reporting_renderer.py +0 -0
  30. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/scan_info_renderer.py +0 -0
  31. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/terminal_renderer.py +0 -0
  32. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/thinking_renderer.py +0 -0
  33. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/user_message_renderer.py +0 -0
  34. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tool_components/web_search_renderer.py +0 -0
  35. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/cli/tracer.py +0 -0
  36. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/llm/__init__.py +0 -0
  37. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/llm/request_queue.py +0 -0
  38. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/llm/utils.py +0 -0
  39. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/__init__.py +0 -0
  40. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/coordination/root_agent.jinja +0 -0
  41. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/authentication_jwt.jinja +0 -0
  42. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/business_logic.jinja +0 -0
  43. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/csrf.jinja +0 -0
  44. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/idor.jinja +0 -0
  45. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/race_conditions.jinja +0 -0
  46. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/rce.jinja +0 -0
  47. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/sql_injection.jinja +0 -0
  48. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/ssrf.jinja +0 -0
  49. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/xss.jinja +0 -0
  50. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/prompts/vulnerabilities/xxe.jinja +0 -0
  51. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/runtime/__init__.py +0 -0
  52. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/runtime/docker_runtime.py +0 -0
  53. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/runtime/runtime.py +0 -0
  54. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/runtime/tool_server.py +0 -0
  55. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/__init__.py +0 -0
  56. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/agents_graph/__init__.py +0 -0
  57. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/agents_graph/agents_graph_actions.py +0 -0
  58. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/agents_graph/agents_graph_actions_schema.xml +0 -0
  59. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/argument_parser.py +0 -0
  60. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/browser/__init__.py +0 -0
  61. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/browser/browser_actions.py +0 -0
  62. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/browser/browser_actions_schema.xml +0 -0
  63. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/browser/browser_instance.py +0 -0
  64. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/browser/tab_manager.py +0 -0
  65. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/executor.py +0 -0
  66. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/file_edit/__init__.py +0 -0
  67. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/file_edit/file_edit_actions.py +0 -0
  68. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/file_edit/file_edit_actions_schema.xml +0 -0
  69. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/finish/__init__.py +0 -0
  70. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/finish/finish_actions.py +0 -0
  71. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/finish/finish_actions_schema.xml +0 -0
  72. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/notes/__init__.py +0 -0
  73. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/notes/notes_actions.py +0 -0
  74. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/notes/notes_actions_schema.xml +0 -0
  75. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/proxy/__init__.py +0 -0
  76. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/proxy/proxy_actions.py +0 -0
  77. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/proxy/proxy_actions_schema.xml +0 -0
  78. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/proxy/proxy_manager.py +0 -0
  79. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/python/__init__.py +0 -0
  80. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/python/python_actions.py +0 -0
  81. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/python/python_actions_schema.xml +0 -0
  82. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/python/python_instance.py +0 -0
  83. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/python/python_manager.py +0 -0
  84. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/registry.py +0 -0
  85. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/reporting/__init__.py +0 -0
  86. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/reporting/reporting_actions.py +0 -0
  87. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/reporting/reporting_actions_schema.xml +0 -0
  88. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/terminal/__init__.py +0 -0
  89. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/terminal/terminal_actions.py +0 -0
  90. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/terminal/terminal_actions_schema.xml +0 -0
  91. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/terminal/terminal_instance.py +0 -0
  92. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/terminal/terminal_manager.py +0 -0
  93. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/thinking/__init__.py +0 -0
  94. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/thinking/thinking_actions.py +0 -0
  95. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/thinking/thinking_actions_schema.xml +0 -0
  96. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/web_search/__init__.py +0 -0
  97. {strix_agent-0.1.6 → strix_agent-0.1.8}/strix/tools/web_search/web_search_actions.py +0 -0
  98. {strix_agent-0.1.6 → strix_agent-0.1.8}/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.6
3
+ Version: 0.1.8
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
@@ -68,7 +68,7 @@ Strix are autonomous AI agents that act just like real hackers - they run your c
68
68
  pipx install strix-agent
69
69
 
70
70
  # Configure AI provider
71
- export STRIX_LLM="openai/gpt-5"
71
+ export STRIX_LLM="anthropic/claude-opus-4-1-20250805"
72
72
  export LLM_API_KEY="your-api-key"
73
73
 
74
74
  # Run security assessment
@@ -131,7 +131,7 @@ strix --target api.your-app.com --instruction "Prioritize authentication and aut
131
131
 
132
132
  ```bash
133
133
  # Required
134
- export STRIX_LLM="openai/gpt-5"
134
+ export STRIX_LLM="anthropic/claude-opus-4-1-20250805"
135
135
  export LLM_API_KEY="your-api-key"
136
136
 
137
137
  # Recommended
@@ -30,7 +30,7 @@ Strix are autonomous AI agents that act just like real hackers - they run your c
30
30
  pipx install strix-agent
31
31
 
32
32
  # Configure AI provider
33
- export STRIX_LLM="openai/gpt-5"
33
+ export STRIX_LLM="anthropic/claude-opus-4-1-20250805"
34
34
  export LLM_API_KEY="your-api-key"
35
35
 
36
36
  # Run security assessment
@@ -93,7 +93,7 @@ strix --target api.your-app.com --instruction "Prioritize authentication and aut
93
93
 
94
94
  ```bash
95
95
  # Required
96
- export STRIX_LLM="openai/gpt-5"
96
+ export STRIX_LLM="anthropic/claude-opus-4-1-20250805"
97
97
  export LLM_API_KEY="your-api-key"
98
98
 
99
99
  # Recommended
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "strix-agent"
3
- version = "0.1.6"
3
+ version = "0.1.8"
4
4
  description = "Open-source AI Hackers for your apps"
5
5
  authors = ["Strix <hi@usestrix.com>"]
6
6
  readme = "README.md"
@@ -74,7 +74,7 @@ def validate_environment() -> None:
74
74
  error_text.append("• ", style="white")
75
75
  error_text.append("STRIX_LLM", style="bold cyan")
76
76
  error_text.append(
77
- " - Model name to use with litellm (e.g., 'openai/gpt-5')\n",
77
+ " - Model name to use with litellm (e.g., 'anthropic/claude-opus-4-1-20250805')\n",
78
78
  style="white",
79
79
  )
80
80
  error_text.append("• ", style="white")
@@ -92,7 +92,7 @@ def validate_environment() -> None:
92
92
 
93
93
  error_text.append("\nExample setup:\n", style="white")
94
94
  error_text.append(
95
- "export STRIX_LLM='openai/gpt-5'\n", style="dim white"
95
+ "export STRIX_LLM='anthropic/claude-opus-4-1-20250805'\n", style="dim white"
96
96
  )
97
97
  error_text.append("export LLM_API_KEY='your-api-key-here'\n", style="dim white")
98
98
  if missing_optional_vars:
@@ -144,7 +144,7 @@ async def warm_up_llm() -> None:
144
144
  console = Console()
145
145
 
146
146
  try:
147
- model_name = os.getenv("STRIX_LLM", "openai/gpt-5")
147
+ model_name = os.getenv("STRIX_LLM", "anthropic/claude-opus-4-1-20250805")
148
148
  api_key = os.getenv("LLM_API_KEY")
149
149
 
150
150
  if api_key:
@@ -9,7 +9,7 @@ class LLMConfig:
9
9
  enable_prompt_caching: bool = True,
10
10
  prompt_modules: list[str] | None = None,
11
11
  ):
12
- self.model_name = model_name or os.getenv("STRIX_LLM", "openai/gpt-5")
12
+ self.model_name = model_name or os.getenv("STRIX_LLM", "anthropic/claude-opus-4-1-20250805")
13
13
 
14
14
  if not self.model_name:
15
15
  raise ValueError("STRIX_LLM environment variable must be set and not empty")
@@ -248,6 +248,7 @@ class LLM:
248
248
  "model": self.config.model_name,
249
249
  "messages": messages,
250
250
  "temperature": self.config.temperature,
251
+ "stop": ["</function>"],
251
252
  }
252
253
 
253
254
  queue = get_global_queue()
@@ -145,7 +145,7 @@ class MemoryCompressor:
145
145
  model_name: str | None = None,
146
146
  ):
147
147
  self.max_images = max_images
148
- self.model_name = model_name or os.getenv("STRIX_LLM", "openai/gpt-5")
148
+ self.model_name = model_name or os.getenv("STRIX_LLM", "anthropic/claude-opus-4-1-20250805")
149
149
 
150
150
  if not self.model_name:
151
151
  raise ValueError("STRIX_LLM environment variable must be set and not empty")
File without changes