LICENSE
README.md
pyproject.toml
src/sas/__init__.py
src/sas/__main__.py
src/sas/argopack.py
src/sas/mcp_server.py
src/sas/plugins.py
src/sas/registry.py
src/sas/core/__init__.py
src/sas/core/config.py
src/sas/core/scoring.py
src/sas/dashboard/__init__.py
src/sas/dashboard/report.py
src/sas/dashboard/server.py
src/sas/dashboard/static/app.js
src/sas/dashboard/static/index.html
src/sas/dashboard/static/styles.css
src/sas/layers/__init__.py
src/sas/layers/auth.py
src/sas/layers/harness.py
src/sas/layers/harness_providers.py
src/sas/layers/identity.py
src/sas/layers/knowledge.py
src/sas/layers/knowledge_resolver.py
src/sas/layers/memory.py
src/sas/layers/memory_providers.py
src/sas/layers/model.py
src/sas/layers/model_providers.py
src/sas/layers/payments.py
src/sas/layers/registry.py
src/sas/layers/substrate.py
src/sas/quant/__init__.py
src/sas/quant/evaluation.py
src/sas/quant/model.py
src/sas/quant/model_and_toolbox.py
src/sas/quant/toolbox.py
src/sas/quant/world.py
src/sas/quant/agents/__init__.py
src/sas/quant/backtest/__init__.py
src/sas/quant/broker/__init__.py
src/sas/quant/cli/__init__.py
src/sas/quant/engine/__init__.py
src/sas/quant/knowledge/__init__.py
src/sas/quant/knowledge/compiler.py
src/sas/quant/lifecycle/__init__.py
src/sas/quant/market/__init__.py
src/sas/quant/market/alpaca.py
src/sas/quant/market/stooq.py
src/sas/quant/market/yfinance.py
src/sas/quant/policy/__init__.py
src/sas/quant/provenance/__init__.py
src/sas/quant/reports/__init__.py
src/sas/quant/risk/__init__.py
src/sas/quant/strategy/__init__.py
src/sas/quant/tests/__init__.py
src/sas/quant/tests/test_adversarial.py
src/sas/quant/tests/test_quant.py
src/sas/quant/worlds/__init__.py
src/sas/quant/worlds/adversarial.py
src/sas/quant/worlds/momentum.py
src/sas/quant/worlds/portfolio_intelligence.py
src/sas/quant/worlds/risk_parity.py
src/sas/runtime/__init__.py
src/sas/runtime/agent_runtime.py
src/sas/runtime/cli.py
src/sas/runtime/mcp_server.py
src/sas/runtime/orchestrator.py
src/sas/rust_bridge/__init__.py
src/sas/rust_bridge/capabilities.py
src/sas/rust_bridge/execution.py
src/sas/rust_bridge/policy.py
src/sas/rust_bridge/sovereignty.py
src/sas/rust_bridge/state_machine.py
src/sas_tie_knowledge/README.md
src/sas_tie_knowledge/__init__.py
src/sas_tie_knowledge/adapter.py
src/sas_tie_knowledge/plugin.py
src/sovereign_agent_stack.egg-info/PKG-INFO
src/sovereign_agent_stack.egg-info/SOURCES.txt
src/sovereign_agent_stack.egg-info/dependency_links.txt
src/sovereign_agent_stack.egg-info/entry_points.txt
src/sovereign_agent_stack.egg-info/requires.txt
src/sovereign_agent_stack.egg-info/top_level.txt
tests/test_e2e_comprehensive.py