feat: add Personal Deep Research agent template

This commit is contained in:
Jon Saad-Falcon
2026-03-27 12:39:28 -07:00
parent 69354136f0
commit a3b81aa200
@@ -0,0 +1,10 @@
[template]
id = "personal_deep_research"
name = "Personal Deep Research"
description = "Search across your emails, messages, meeting notes, and documents with multi-hop retrieval and cited reports. Uses BM25 keyword search, SQL aggregation, and LM-powered semantic scanning."
agent_type = "deep_research"
schedule_type = "manual"
tools = ["knowledge_search", "knowledge_sql", "scan_chunks", "think"]
max_turns = 8
temperature = 0.3
max_tokens = 4096