feat: 执行并提交 PDD 采集任务 (#32)

This commit is contained in:
chengma
2026-08-07 17:38:29 +08:00
parent 34b4b54b63
commit 2d1fdbea3f
17 changed files with 2156 additions and 108 deletions
+9
View File
@@ -184,6 +184,15 @@ class OutboxEventRecord:
sent_at: Optional[str]
@dataclass(frozen=True)
class StartedTaskRun:
"""已进入执行状态的一次采集尝试。"""
task: TaskDetail
attempt_id: str
attempt_no: int
@dataclass(frozen=True)
class AppSettingRecord:
"""一条非敏感应用设置。"""