feat(runner): unify plugin execution across agents and event processors

This commit is contained in:
RockChinQ
2026-09-10 18:04:38 +08:00
parent 8903a40c41
commit f24a7c9bb2
223 changed files with 4091 additions and 3068 deletions
@@ -1,4 +1,5 @@
"""EventLog persistence entity for storing auditable event facts."""
from __future__ import annotations
import sqlalchemy
@@ -8,7 +9,7 @@ from .base import Base
class EventLog(Base):
"""EventLog stores auditable event records for AgentRunner.
"""EventLog stores auditable event records for Runner.
This is the fact source for events - messages, tool calls, system events, etc.
Large payloads are stored separately; this table stores references and