Generate a structured 3-pass Keshav digest from a paper's markdown content
digest_extractdigest_extract({ paperMarkdown, title, authors, year }) via dare-agentspaperMarkdown: string — full paper text as markdowntitle: string — paper titleauthors: string — paper authorsyear: number — publication year{
"pass1": {
"category": "empirical|theoretical|survey|position",
"mainContribution": "One sentence",
"relevance": "high|medium|low"
},
"pass2": {
"keyFindings": ["..."],
"methodology": "...",
"strengths": ["..."],
"weaknesses": ["..."]
},
"pass3": {
"detailedAnalysis": "...",
"connections": ["..."],
"openQuestions": ["..."]
}
}