Simplify SDK-native orchestration
This commit is contained in:
+27
-13
@@ -119,23 +119,37 @@ hiddenimports = [
|
||||
'strix.interface.utils',
|
||||
'strix.interface.tool_components',
|
||||
'strix.agents',
|
||||
'strix.agents.base_agent',
|
||||
'strix.agents.state',
|
||||
'strix.agents.StrixAgent',
|
||||
'strix.agents.factory',
|
||||
'strix.agents.prompt',
|
||||
'strix.llm',
|
||||
'strix.llm.llm',
|
||||
'strix.llm.config',
|
||||
'strix.llm.utils',
|
||||
'strix.llm.memory_compressor',
|
||||
'strix.llm.anthropic_cache_wrapper',
|
||||
'strix.llm.dedupe',
|
||||
'strix.llm.multi_provider_setup',
|
||||
'strix.llm.retry',
|
||||
'strix.orchestration',
|
||||
'strix.orchestration.coordinator',
|
||||
'strix.orchestration.runner',
|
||||
'strix.orchestration.utils',
|
||||
'strix.runtime',
|
||||
'strix.runtime.runtime',
|
||||
'strix.runtime.docker_runtime',
|
||||
'strix.runtime.backends',
|
||||
'strix.runtime.caido_bootstrap',
|
||||
'strix.runtime.docker_client',
|
||||
'strix.runtime.session_manager',
|
||||
'strix.telemetry',
|
||||
'strix.telemetry.tracer',
|
||||
'strix.telemetry.logging',
|
||||
'strix.telemetry.posthog',
|
||||
'strix.telemetry.scan_store',
|
||||
'strix.tools',
|
||||
'strix.tools.registry',
|
||||
'strix.tools.executor',
|
||||
'strix.tools.argument_parser',
|
||||
'strix.tools.agents_graph.tools',
|
||||
'strix.tools.finish.tool',
|
||||
'strix.tools.notes.tools',
|
||||
'strix.tools.proxy._calls',
|
||||
'strix.tools.proxy.tools',
|
||||
'strix.tools.python.tool',
|
||||
'strix.tools.reporting.tool',
|
||||
'strix.tools.thinking.tool',
|
||||
'strix.tools.todo.tools',
|
||||
'strix.tools.web_search.tool',
|
||||
'strix.skills',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user