bugfix Alex 2026-06-30

This commit is contained in:
2026-07-01 07:15:04 -03:00
parent 7893c4c8ab
commit d603a01039
13 changed files with 811 additions and 267 deletions

View File

@@ -6,6 +6,7 @@ class AgentState(TypedDict, total=False):
agent_id: str
session_id: str
conversation_key: str
workflow_id: str
agent_profile: dict[str, Any]
user_text: str
sanitized_input: str