refactor(rectification): let director agent own interview flow

This commit is contained in:
Jesse_Chen
2026-07-30 17:56:10 +08:00
parent 4db774f02b
commit 0e3ce47678
14 changed files with 948 additions and 124 deletions
+1
View File
@@ -57,6 +57,7 @@ class CandidateEvidence(TypedDict):
class LifeEvent(TypedDict):
id: str
domain: EventDomain
event_kind: NotRequired[str]
date: str
precision: EventPrecision
summary: NotRequired[str]