MicroFish/backend
666ghj e432e223df Update project configuration and structure with Docker support and environment variable adjustments
- Updated .env.example to reflect new LLM configuration with Aliyun's API.
- Enhanced .gitignore to include additional files and directories for better exclusion of sensitive and build artifacts.
- Added docker-compose.yml for streamlined deployment of backend and frontend services.
- Introduced Dockerfiles for both backend and frontend to facilitate containerized builds.
- Created README.md to provide comprehensive project documentation and setup instructions.
- Established nginx configuration for frontend to support API proxying and static file serving.
2025-12-17 18:17:40 +08:00
..
app Update ReportAgent to reduce maximum tool calls and iterations for improved efficiency 2025-12-16 22:47:14 +08:00
scripts Remove warnings suppression for multiprocessing in run scripts 2025-12-09 00:41:59 +08:00
Dockerfile Update project configuration and structure with Docker support and environment variable adjustments 2025-12-17 18:17:40 +08:00
pyproject.toml Update project configuration and structure with Docker support and environment variable adjustments 2025-12-17 18:17:40 +08:00
requirements.txt Update project configuration and structure with Docker support and environment variable adjustments 2025-12-17 18:17:40 +08:00
run.py Remove startup message logging from the Flask application in `run.py` to streamline output during server initialization. This change simplifies the code and reduces unnecessary console output, particularly in debug mode. 2025-12-09 10:26:38 +08:00