Make direct-provider agent runs durable

This commit is contained in:
2026-08-14 22:02:15 -05:00
parent f4a04d0240
commit b079f036fa
50 changed files with 9473 additions and 3189 deletions
+1
View File
@@ -386,6 +386,7 @@ fn persisted_remote_child_conversation(
conversation_id: conversation_id.to_string(),
conversation_data: serde_json::to_string(&AgentConversationData {
agent_backend: Default::default(),
active_provider_run_json: None,
server_conversation_token: Some("restored-child-token".to_string()),
conversation_usage_metadata: None,
reverted_action_ids: None,