LICENSE
README.md
pyproject.toml
app/__init__.py
app/agent.py
app/config.py
app/ghostfolio_client.py
app/llm.py
app/main.py
app/observability.py
app/schemas.py
app/telemetry.py
app/tool_defs.py
app/tools.py
app/data_sources/__init__.py
app/data_sources/base.py
app/data_sources/ghostfolio_api_provider.py
app/data_sources/mock_file_provider.py
app/data_sources/mock_provider.py
app/data_sources/mock_data/large_mock_data.json
ghostfolio_ai_agent.egg-info/PKG-INFO
ghostfolio_ai_agent.egg-info/SOURCES.txt
ghostfolio_ai_agent.egg-info/dependency_links.txt
ghostfolio_ai_agent.egg-info/requires.txt
ghostfolio_ai_agent.egg-info/top_level.txt
tests/test_agent.py
tests/test_app.py
tests/test_data_sources.py
tests/test_ghostfolio_api_provider.py
tests/test_ghostfolio_client.py
tests/test_llm_agent.py
tests/test_telemetry.py