- Implemented functions to record trades and PnL (profit and loss) logs.
- Created database schema for trades, PnL logs, daily state, and budget anchors.
- Added functionality to aggregate PnL by market and currency.
- Included methods to check and mark daily actions to prevent duplicate processing.
- Initialized the database on module load.
- Add .env.example file with API key placeholders
- Update README.md with .env file setup instructions
- Add dotenv loading in main.py for environment variables
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added support for running CLI and Ollama server via Docker
- Introduced tests for local embeddings model and standalone Docker setup
- Enabled conditional Ollama server launch via LLM_PROVIDER