diff --git a/src/openjarvis/agents/templates/personal_deep_research.toml b/src/openjarvis/agents/templates/personal_deep_research.toml new file mode 100644 index 00000000..1e78046c --- /dev/null +++ b/src/openjarvis/agents/templates/personal_deep_research.toml @@ -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