refactor: consolidate bot event routing

This commit is contained in:
Junyan Qin
2026-07-01 21:04:21 +08:00
committed by huanghuoguoguo
parent 995888f6b2
commit 0d6aa8dcd4
26 changed files with 427 additions and 370 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from .base import Base
class Agent(Base):
"""Product-level Agent orchestration instance."""
"""Product-level Agent processor."""
__tablename__ = 'agents'