BeatDebate / pyproject.toml

Commit History

Add autopep8 as a dependency for code formatting - Updated pyproject.toml to include autopep8 version 2.3.2 for improved code style consistency. Modified uv.lock to reflect the new dependency and its requirements. This update aims to enhance code maintainability and adherence to style guidelines.
f7943d1

SulmanK commited on

Update configuration files and remove obsolete test scripts - Increased line length limit in `pyproject.toml`, `test_hybrid_intent_final.py`, `test_hybrid_intent_fix.py`, `test_hybrid_subtypes.py`, `test_intent_fix.py`, `test_quick_hybrid.py`, `test_ui_improvements.py` to enhance code formatting flexibility. Deleted unused test files to streamline the codebase and improve maintainability. This cleanup supports ongoing refactoring efforts and enhances overall project structure.
d71324e

SulmanK commited on

Update dependencies and enhance logging and configuration - Added google-generativeai to pyproject.toml and uv.lock, improved logging in main.py, and updated environment variable loading for better configuration management. Also, refined the .gitignore to include .gradio directory.
5f7cada

SulmanK commited on

Phase 2.3: Update Design Documents and pyproject.toml - Revised design documents to reflect implementation details for JudgeAgent and PlannerAgent, including evaluation framework and diversity targets. Increased line length limit in pyproject.toml for code formatting consistency.
e6cbce9

SulmanK commited on

Phase 2.2: Enhance Design Documentation and Update pyproject.toml - Increase line length limit for Ruff, clarify GenreMoodAgent and DiscoveryAgent implementation details, and outline future considerations for ChromaDB integration and advanced caching strategies.
958625c

SulmanK commited on

Phase 2.1: Core Agent Infrastructure Complete - PlannerAgent with strategic planning, Pydantic models, BaseAgent class, comprehensive tests (11/11 passing, 90% coverage)
f9db034

SulmanK commited on

fix: Update pyproject.toml to include newline and correct linter ignore list - Add missing newline at end of file - Ensure proper formatting for linter compliance
69f209f

SulmanK commited on

feat: Update environment configuration and documentation - Add Last.fm shared secret to env.example - Enhance README with Last.fm API key and shared secret details - Modify LastFmClient to accept shared secret as an optional parameter
18c94bd

SulmanK commited on

feat: Complete Phase 1 - Foundation and API clients
965b972

SulmanK commited on