LICENSE
README.md
aliyun_data_client.py
aria_cli.py
aria_daemon.py
aria_feishu_bot.py
aria_relay_client.py
aria_relay_server.py
aria_telegram_bot.py
ariarc.py
artifacts.py
backtest_report.py
change_store.py
command_safety.py
computer_use_tools.py
dashboard_generator.py
data_analysis_tools.py
data_cleaner.py
data_service.py
demo_player.py
doctor.py
file_analysis_tools.py
finance_formulas.py
football_data_client.py
intent_classifier.py
local_finance_tools.py
local_llm_provider.py
macro_tools.py
market_data_client.py
mcp_client.py
memory_manager.py
model_capability.py
notification_tools.py
plan_utils.py
plugin_loader.py
portfolio_ledger.py
project_tools.py
pyproject.toml
realty_data_tools.py
report_generator.py
setup_wizard.py
strategy_vault.py
agents/__init__.py
agents/base.py
agents/portfolio_agent.py
agents/registry.py
agents/team.py
agents/deep/__init__.py
agents/deep/calibration_loop.py
agents/deep/critic.py
agents/deep/deepen.py
agents/deep/models.py
agents/deep/pipeline.py
agents/deep/quant_fusion.py
agents/deep/themes.py
agents/deep/tiers.py
agents/financial/__init__.py
agents/financial/catalyst.py
agents/financial/debate.py
agents/financial/earnings.py
agents/financial/fundamental.py
agents/financial/macro.py
agents/financial/news.py
agents/financial/risk.py
agents/financial/sector.py
agents/financial/synthesis.py
agents/financial/technical.py
agents/realty/__init__.py
agents/realty/asset_diagnosis.py
agents/realty/business_match.py
agents/realty/cashflow_verify.py
agents/realty/contract_rules.py
agents/realty/energy_anomaly.py
agents/realty/exit_settlement.py
agents/realty/fulfillment_risk.py
agents/realty/ops_optimize.py
agents/realty/revenue_share.py
agents/sports/__init__.py
agents/sports/football_agent.py
apps/README.md
apps/__init__.py
apps/channels/README.md
apps/cli/README.md
apps/cli/__init__.py
apps/cli/bootstrap.py
apps/cli/codegen_paths.py
apps/cli/config_paths.py
apps/cli/config_store.py
apps/cli/deterministic.py
apps/cli/direct.py
apps/cli/github_app_auth.py
apps/cli/hooks.py
apps/cli/i18n.py
apps/cli/intent.py
apps/cli/intent_router.py
apps/cli/lifecycle_hooks.py
apps/cli/main.py
apps/cli/market_metadata.py
apps/cli/market_universe.py
apps/cli/message_processing.py
apps/cli/plan_mode.py
apps/cli/plotly_html.py
apps/cli/prediction_feedback.py
apps/cli/preflight.py
apps/cli/project_aria.py
apps/cli/runtime_consumer.py
apps/cli/session_export.py
apps/cli/session_jsonl.py
apps/cli/session_store.py
apps/cli/todo_tracker.py
apps/cli/tradingview_bridge.py
apps/cli/update_check.py
apps/cli/commands/__init__.py
apps/cli/commands/analysis_cmds.py
apps/cli/commands/backtest_cmds.py
apps/cli/commands/broker_cmds.py
apps/cli/commands/business_workflow_cmds.py
apps/cli/commands/catalog.py
apps/cli/commands/data_cmds.py
apps/cli/commands/diagnostic_cmds.py
apps/cli/commands/diagnostic_ops_cmds.py
apps/cli/commands/finance_render.py
apps/cli/commands/market.py
apps/cli/commands/market_cmds.py
apps/cli/commands/market_context.py
apps/cli/commands/market_render.py
apps/cli/commands/model_cmds.py
apps/cli/commands/ops_cmds.py
apps/cli/commands/portfolio_cmds.py
apps/cli/commands/report.py
apps/cli/commands/scaffold_templates.py
apps/cli/commands/session_cmds.py
apps/cli/commands/session_ux_cmds.py
apps/cli/commands/team.py
apps/cli/commands/team_render.py
apps/cli/commands/ui_cmds.py
apps/cli/commands/workflow_cmds.py
apps/cli/commands/workspace_cmds.py
apps/cli/handlers/__init__.py
apps/cli/handlers/broker_handlers.py
apps/cli/handlers/chart_handlers.py
apps/cli/handlers/market_handlers.py
apps/cli/handlers/realty_handlers.py
apps/cli/handlers/strategy_advice.py
apps/cli/prompts/__init__.py
apps/cli/prompts/coding.py
apps/cli/prompts/system_prompts.py
apps/cli/prompts/ui.py
apps/cli/providers/__init__.py
apps/cli/providers/base.py
apps/cli/providers/chat_routing.py
apps/cli/providers/runtime_bridge.py
apps/cli/providers/llm/__init__.py
apps/cli/providers/llm/ollama_stream.py
apps/cli/providers/llm/sse_stream.py
apps/cli/tools/__init__.py
apps/cli/tools/context.py
apps/cli/tools/file_tools.py
apps/cli/tools/market_tools.py
apps/cli/tools/notebook_tools.py
apps/cli/tools/system_tools.py
apps/cli/tools/write_tools.py
apps/cli/utils/__init__.py
apps/cli/utils/market_detect.py
apps/daemon/README.md
apps/vscode/README.md
apps/vscode/package.json
aria_code.egg-info/PKG-INFO
aria_code.egg-info/SOURCES.txt
aria_code.egg-info/dependency_links.txt
aria_code.egg-info/entry_points.txt
aria_code.egg-info/requires.txt
aria_code.egg-info/top_level.txt
brokers/__init__.py
brokers/base.py
brokers/capabilities.py
brokers/config.py
brokers/paper_broker.py
brokers/planning.py
brokers/registry.py
brokers/trading.py
brokers/cn/__init__.py
brokers/cn/easytrader_broker.py
brokers/cn/futu_broker.py
brokers/cn/longbridge_broker.py
brokers/cn/tiger_broker.py
brokers/cn/xtquant_broker.py
brokers/intl/__init__.py
brokers/intl/alpaca_broker.py
brokers/intl/ibkr_broker.py
brokers/intl/webull_broker.py
datasources/__init__.py
datasources/base.py
datasources/router.py
datasources/sources/__init__.py
datasources/sources/akshare_source.py
datasources/sources/alpha_vantage_source.py
datasources/sources/edgar_source.py
datasources/sources/finnhub_source.py
datasources/sources/fred_source.py
datasources/sources/tushare_source.py
datasources/sources/web_scraper_source.py
datasources/sources/world_bank_source.py
datasources/sources/yfinance_source.py
packages/__init__.py
packages/aria_agents/__init__.py
packages/aria_agents/manifest.py
packages/aria_core/__init__.py
packages/aria_core/architecture.py
packages/aria_core/export.py
packages/aria_core/manifest.py
packages/aria_infra/__init__.py
packages/aria_infra/arthera.py
packages/aria_infra/doctor.py
packages/aria_infra/product.py
packages/aria_mcp/__init__.py
packages/aria_mcp/bridge.py
packages/aria_mcp/config.py
packages/aria_mcp/tools.py
packages/aria_sdk/__init__.py
packages/aria_sdk/client.py
packages/aria_sdk/providers.py
packages/aria_sdk/streaming.py
packages/aria_sdk/types.py
packages/aria_services/__init__.py
packages/aria_services/context.py
packages/aria_services/data.py
packages/aria_services/provider_health.py
packages/aria_services/registry.py
packages/aria_services/usage.py
packages/aria_skills/__init__.py
packages/aria_skills/registry.py
packages/aria_tools/__init__.py
packages/aria_tools/registry.py
packages/quant_engine/__init__.py
packages/quant_engine/sports/__init__.py
packages/quant_engine/sports/calibrator.py
packages/quant_engine/sports/dixon_coles.py
packages/quant_engine/sports/elo.py
packages/quant_engine/sports/form.py
packages/quant_engine/sports/h2h.py
packages/quant_engine/sports/ml_model.py
packages/quant_engine/sports/predictor.py
packages/quant_engine/sports/tracker.py
packages/quant_engine/stochastic/__init__.py
packages/quant_engine/stochastic/gbm_enhanced.py
packages/quant_engine/stochastic/ito_calculus.py
packages/quant_engine/stochastic/kelly_criterion.py
packages/quant_engine/stochastic/monte_carlo_advanced.py
packages/quant_engine/stochastic/options_pricing.py
packages/quant_engine/stochastic/stochastic_processes.py
privacy/__init__.py
privacy/feedback.py
providers/__init__.py
providers/llm/__init__.py
providers/llm/anthropic.py
providers/llm/base.py
providers/llm/ollama.py
providers/llm/openai_compat.py
providers/llm/registry.py
runtime/__init__.py
runtime/agent_loop.py
runtime/approval.py
runtime/events.py
runtime/gateway.py
runtime/lsp.py
runtime/subagent.py
runtime/tool_executor.py
runtime/tool_policy.py
safety/__init__.py
safety/permissions.py
tests/test_architecture_report.py
tests/test_aria_cli_core.py
tests/test_aria_sdk.py
tests/test_artifacts_and_reports.py
tests/test_backtest_cmds.py
tests/test_backtest_report.py
tests/test_broker_planning.py
tests/test_business_workflow_cmds.py
tests/test_chart_handlers.py
tests/test_chat_routing.py
tests/test_cli_app_split.py
tests/test_cli_bootstrap.py
tests/test_cli_config_store.py
tests/test_cli_lifecycle_hooks.py
tests/test_cli_runtime_consumer.py
tests/test_codegen_output.py
tests/test_command_safety.py
tests/test_completions_builder.py
tests/test_config_paths.py
tests/test_context_service.py
tests/test_dashboard_generator.py
tests/test_data_service.py
tests/test_deep_analysis.py
tests/test_doctor.py
tests/test_football_prediction_output.py
tests/test_image_inputs.py
tests/test_intent_router.py
tests/test_lsp.py
tests/test_market_data_client.py
tests/test_market_history_tool.py
tests/test_market_universe.py
tests/test_new_modules.py
tests/test_output_rendering.py
tests/test_packages_facade.py
tests/test_plan_mode.py
tests/test_plotly_html_output.py
tests/test_preflight.py
tests/test_privacy_feedback.py
tests/test_project_aria.py
tests/test_provider_integration.py
tests/test_provider_registry.py
tests/test_runtime_agent_loop.py
tests/test_runtime_approval.py
tests/test_runtime_bridge.py
tests/test_runtime_bridge_fallback.py
tests/test_runtime_gateway.py
tests/test_runtime_tool_executor.py
tests/test_safety_permissions.py
tests/test_session_search.py
tests/test_streaming_pipeline.py
tests/test_subagent.py
tests/test_system_prompts.py
tests/test_system_tools_output.py
tests/test_team_synthesis.py
tests/test_tool_policy.py
tests/test_trading_service.py
tests/test_tradingview_bridge.py
tests/test_ui_console_theme.py
tests/test_ui_input_box.py
tests/test_ui_robot_banner.py
tests/test_workspace_files.py
tests/test_workspace_verify.py
ui/__init__.py
ui/banner.py
ui/completer.py
ui/console.py
ui/image_render.py
ui/input_box.py
ui/picker.py
ui/robot.py
ui/render/__init__.py
ui/render/finance.py
ui/render/market.py
ui/render/output.py
ui/render/team.py
workspace/__init__.py
workspace/files.py
workspace/verify.py