strix-agent 0.1.2__tar.gz → 0.1.3__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.2 → strix_agent-0.1.3}/PKG-INFO +1 -1
- {strix_agent-0.1.2 → strix_agent-0.1.3}/pyproject.toml +1 -1
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/app.py +1 -1
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/llm/__init__.py +0 -2
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/runtime/docker_runtime.py +1 -1
- {strix_agent-0.1.2 → strix_agent-0.1.3}/LICENSE +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/README.md +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/agents/StrixAgent/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/agents/StrixAgent/strix_agent.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/agents/StrixAgent/system_prompt.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/agents/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/agents/base_agent.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/agents/state.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/assets/cli.tcss +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/main.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/agents_graph_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/base_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/browser_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/file_edit_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/finish_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/notes_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/proxy_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/python_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/registry.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/reporting_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/scan_info_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/terminal_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/thinking_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/user_message_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tool_components/web_search_renderer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/cli/tracer.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/llm/config.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/llm/llm.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/llm/memory_compressor.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/llm/request_queue.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/llm/utils.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/coordination/root_agent.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/authentication_jwt.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/business_logic.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/csrf.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/idor.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/race_conditions.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/rce.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/sql_injection.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/ssrf.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/xss.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/prompts/vulnerabilities/xxe.jinja +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/runtime/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/runtime/runtime.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/runtime/tool_server.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/agents_graph/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/agents_graph/agents_graph_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/agents_graph/agents_graph_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/argument_parser.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/browser/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/browser/browser_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/browser/browser_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/browser/browser_instance.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/browser/tab_manager.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/executor.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/file_edit/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/file_edit/file_edit_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/file_edit/file_edit_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/finish/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/finish/finish_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/finish/finish_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/notes/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/notes/notes_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/notes/notes_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/proxy/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/proxy/proxy_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/proxy/proxy_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/proxy/proxy_manager.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/python/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/python/python_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/python/python_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/python/python_instance.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/python/python_manager.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/registry.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/reporting/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/reporting/reporting_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/reporting/reporting_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/terminal/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/terminal/terminal_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/terminal/terminal_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/terminal/terminal_instance.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/terminal/terminal_manager.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/thinking/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/thinking/thinking_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/thinking/thinking_actions_schema.xml +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/web_search/__init__.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/web_search/web_search_actions.py +0 -0
- {strix_agent-0.1.2 → strix_agent-0.1.3}/strix/tools/web_search/web_search_actions_schema.xml +0 -0
@@ -66,7 +66,7 @@ class SplashScreen(Static): # type: ignore[misc]
|
|
66
66
|
|
67
67
|
[/bright_green]
|
68
68
|
|
69
|
-
[bright_green]Starting Strix Cybersecurity Agent...[/bright_green]
|
69
|
+
[bright_green]Starting Strix Cybersecurity Agent...[/bright_green]
|
70
70
|
"""
|
71
71
|
yield Static(ascii_art, id="splash_content")
|
72
72
|
|
@@ -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.3")
|
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.2 → strix_agent-0.1.3}/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.2 → strix_agent-0.1.3}/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.2 → strix_agent-0.1.3}/strix/tools/web_search/web_search_actions_schema.xml
RENAMED
File without changes
|