Enhance project structure and documentation

- Updated code structure in documentation for clarity.
- Added example configuration file for AutoGen-MCP-Server.
- Created detailed logs directory documentation.
- Expanded development requirements with additional tools.
- Updated core requirements with new dependencies.
- Added module docstrings for better code understanding.
- Introduced a web UI template for configuration management.
- Implemented integration and unit test structure.
This commit is contained in:
2025-07-06 23:27:07 +02:00
parent a774772fe1
commit c8cdb3cc28
16 changed files with 349 additions and 10 deletions

21
requirements-dev.txt Normal file
View File

@@ -0,0 +1,21 @@
# Development Requirements - zusätzlich zu requirements.txt
# Code Quality
pre-commit>=3.5.0
bandit>=1.7.5
# Testing
pytest-xdist>=3.3.0 # Parallel testing
pytest-mock>=3.12.0
httpx>=0.25.0 # For testing FastAPI endpoints
# Development Tools
ipython>=8.16.0
jupyter>=1.0.0
# Documentation
mkdocs-mermaid2-plugin>=1.1.0
# Type Checking
types-PyYAML>=6.0.0
types-requests>=2.31.0