mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-31 03:12:16 +00:00
feat: add Personal Deep Research agent template
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user