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

View File

@@ -0,0 +1,5 @@
"""Agentic Gitea issue-to-PR manager."""
__all__ = ["__version__"]
__version__ = "0.1.0"