LICENSE
README.md
pyproject.toml
setup.py
SYS_RESEARCH/__init__.py
SYS_RESEARCH/__main__.py
SYS_RESEARCH/collaboration.py
SYS_RESEARCH/core_integration.py
SYS_RESEARCH/hf_integration.py
SYS_RESEARCH/message_broker.py
SYS_RESEARCH/research_agent.py
SYS_RESEARCH/research_orchestrator.py
SYS_RESEARCH/translation_pipeline.py
SYS_RESEARCH/web_interface.py
SYS_RESEARCH/web_search_agent.py
SYS_RESEARCH/security/__init__.py
SYS_RESEARCH/security/config.py
SYS_RESEARCH/security/oauth_models.py
SYS_RESEARCH/security/phase_tracker.py
SYS_RESEARCH/security/research_vault.py
SYS_SECURITY/__init__.py
SYS_SECURITY/research_vault.py
app/__init__.py
app/config.py
app/main.py
app/core/__init__.py
app/core/billing.py
app/core/config.py
app/core/data_management.py
app/core/data_stream.py
app/core/event_bus.py
app/core/knowledge_graph.py
app/core/market_cache.py
app/core/parallel_engine.py
app/core/research_agent.py
app/core/risk_management.py
app/core/security.py
app/core/strategy_optimizer.py
app/core/strategy_service.py
app/core/streaming.py
app/core/websocket.py
app/core/websocket_manager.py
app/core/security/__init__.py
app/core/security/auth_guard.py
app/core/security/exceptions.py
app/core/security/web_socket.py
converters/__init__.py
converters/cli.py
converters/pine_script.py
monitoring/__init__.py
monitoring/resource_monitor.py
research_agent/__init__.py
research_agent/dataset_passport.py
research_agent/knowledge_graph.py
research_agent/main.py
research_agent/clients/__init__.py
research_agent/clients/base_client.py
research_agent/clients/market_data.py
research_agent/clients/news_client.py
research_engine/__init__.py
research_engine/hybrid_sampler.py
research_engine/quantum_optimizer.py
research_engine/strategy_space.py
sys_core/__init__.py
sys_core/llm_integration.py
sys_core/security.py
sys_core/local_host/__init__.py
sys_core/local_host/main.py
sys_core/local_host/middleware.py
sys_core/local_host/system_service.py
sys_core/monitor/__init__.py
sys_core/monitor/dev_watcher.py
sys_core/monitor/file_watcher.py
sys_core/monitor/live_monitor.py
sys_core/tests/__init__.py
sys_core/tests/test_llm_integration.py
sys_research.egg-info/PKG-INFO
sys_research.egg-info/SOURCES.txt
sys_research.egg-info/dependency_links.txt
sys_research.egg-info/requires.txt
sys_research.egg-info/top_level.txt
tests/test_data_management.py
tests/test_distributed_training.py
tests/test_error_handling.py
tests/test_event_bus.py
tests/test_integration_simple.py
tests/test_minimal.py
tests/test_oauth_flow.py
tests/test_parallel_engine.py
tests/test_parallel_search.py
tests/test_pine_script.py
tests/test_realtime_security.py
tests/test_research_agent.py
tests/test_risk_management.py
tests/test_security.py
tests/test_validation.py
validation/__init__.py
validation/monte_carlo.py
validation/walk_forward.py
web/__init__.py