feat(demo): 初始化审核智能体演示基线

This commit is contained in:
2026-06-04 23:42:37 +08:00
commit 84e045f5ab
23 changed files with 1571 additions and 0 deletions

7
review_agent/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class ReviewAgentConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "review_agent"
verbose_name = "审核智能体"