chore: scaffold agent manager project

This commit is contained in:
2026-05-06 15:24:41 +08:00
commit e39c63f661
9 changed files with 630 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
.agent-gitea/
.env
.pytest_cache/
.ruff_cache/
.venv/
__pycache__/
*.py[cod]
*.sqlite3