From a3b81aa200ffbf6cd19a3f47c4eca388e7075438 Mon Sep 17 00:00:00 2001 From: Jon Saad-Falcon <41205309+jonsaadfalcon@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:39:28 -0700 Subject: [PATCH] feat: add Personal Deep Research agent template --- .../agents/templates/personal_deep_research.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/openjarvis/agents/templates/personal_deep_research.toml 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