Câu 4: CCA-F: Claude Certified Architect - Foundations
Your multi-agent research pipeline crashed after processing12 of 28 documents. The web search agent had identified relevant sources, the document analyzer had partially completed extraction, and the synthesizer had begun pattern identification. You need to resume processing without repeating work or losing fidelity of…
Nội dung câu hỏi
Your multi-agent research pipeline crashed after processing12 of 28 documents. The web search agent had identified relevant sources, the document analyzer had partially completed extraction, and the synthesizer had begun pattern identification. You need to resume processing without repeating work or losing fidelity of prior findings. What state management approach best balances information fidelity with context efficiency when restoring agent state?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Have each agent persist a structured export to a known location. On resume, the coordinator loads the manifest and injects relevant state into agent prompts. — đáp án hiện tại
- B. Index all agent outputs in a shared vector store. When resuming, each agent queries the store using semantic search to retrieve relevant prior findings.
- C. Have each agent maintain its own persistent state file and reload it independently at the start of each session.
- D. Persist the coordinator’s conversation log containing all task delegations and responses, providing this to agents when resuming.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.