LICENSE.txt
README.md
pyproject.toml
src/athena/__init__.py
src/athena/currency.py
src/athena/portfolio.py
src/athena/pricingdata.py
src/athena/riskfreerates.py
src/athena/tasks.py
src/athena/agents/__init__.py
src/athena/agents/agents.py
src/athena/agents/templates/email_summary.j2
src/athena/agents/templates/initial_message.j2
src/athena/agents/templates/initial_message_short_ok.j2
src/athena/agents/templates/system_prompt.j2
src/athena/agents/templates/system_prompt_commodities.j2
src/athena/agents/templates/system_prompt_commodities_short_ok.j2
src/athena/agents/templates/system_prompt_short_ok.j2
src/athena/cli/__init__.py
src/athena/cli/dashboard.py
src/athena/cli/demo.py
src/athena/cli/frontend.py
src/athena/cli/main.py
src/athena/cli/metrics.py
src/athena/cli/report.py
src/athena/dashboard/__init__.py
src/athena/dashboard/generator.py
src/athena/dashboard/templates/dashboard.html
src/athena/frontend/__init__.py
src/athena/frontend/app.py
src/athena/frontend/gateways.py
src/athena/frontend/scheduler.py
src/athena/frontend/static/style.css
src/athena/frontend/templates/index.html
src/athena/metrics/__init__.py
src/athena/metrics/alpha_beta.py
src/athena/metrics/max_drawdown.py
src/athena/metrics/options.py
src/athena/metrics/options_theta.py
src/athena/metrics/sharpe.py
src/athena/metrics/sharpe_advanced.py
src/athena/metrics/sortino.py
src/athena/metrics/value_at_risk.py
src/athena/metrics/volatility.py
src/athena/metrics/win_rate.py
src/athena/tools/__init__.py
src/athena/tools/dashboard.py
src/athena/tools/events.py
src/athena/tools/filings.py
src/athena/tools/prices.py
src/athena/tools/tasks.py
src/athena/tools/web.py
src/athenaos.egg-info/PKG-INFO
src/athenaos.egg-info/SOURCES.txt
src/athenaos.egg-info/dependency_links.txt
src/athenaos.egg-info/entry_points.txt
src/athenaos.egg-info/requires.txt
src/athenaos.egg-info/top_level.txt
tests/test_alpha_beta.py
tests/test_currency.py
tests/test_portfolio.py
tests/test_pricingdata.py