(agents) use uv for dependency management

Change from pip to uv for dependancy management in src/agents.
This commit is contained in:
leo
2026-05-12 11:56:43 +02:00
committed by aleb_the_flash
parent 05f32d008a
commit ec67a12fe4
7 changed files with 2058 additions and 24 deletions
+38
View File
@@ -0,0 +1,38 @@
# Python
__pycache__
*.pyc
**/__pycache__
**/*.pyc
venv
**/.venv
# System-specific files
.DS_Store
**/.DS_Store
# Docker
compose.*
env.d
# Docs
docs
*.md
*.log
# Development/test cache & configurations
data
.cache
.circleci
.git
.iml
db.sqlite3
.pylint.d
**/.idea
**/.vscode
**/.pytest_cache
**/.mypy_cache
**/.ruff_cache
# Env
.env