From 27abec8ab79197cef18f5d5a4b5a8d29f19454e7 Mon Sep 17 00:00:00 2001 From: liph Date: Tue, 4 Aug 2026 10:41:59 +0200 Subject: [PATCH] updated pi --- pi/.pi/agent/prompts/p-research.md | 33 ++++++++++++++++++++++++++++++ pi/.pi/agent/settings.json | 4 ++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 pi/.pi/agent/prompts/p-research.md diff --git a/pi/.pi/agent/prompts/p-research.md b/pi/.pi/agent/prompts/p-research.md new file mode 100644 index 0000000..6c57258 --- /dev/null +++ b/pi/.pi/agent/prompts/p-research.md @@ -0,0 +1,33 @@ +--- +description: Research a topic via web browsing without modifying files +argument-hint: "" +--- + +Research the following topic thoroughly using web browsing and search tools: **$1** + +## Guidelines + +- **Do NOT modify, create, or delete any files.** This is a research-only task. +- Use web search and fetch tools (e.g., `web_explore`, `ollama_web_search`, `ollama_web_fetch`, or `ctx_fetch_and_index`) to gather authoritative, current information. +- If the topic has multiple sub-questions or angles, break them down and cover each. +- Cross-reference multiple sources where appropriate; prefer primary/official sources. +- Cite sources inline (URLs or titles) so findings are verifiable. + +## Output + +Produce a well-structured research summary suitable for being saved as a Markdown file. Include: + +1. **Overview** — short summary of the topic +2. **Key Findings** — main points, organized by sub-topic +3. **Details & Evidence** — supporting facts, figures, quotes, with source URLs +4. **Open Questions / Caveats** — anything unresolved, conflicting, or uncertain +5. **Sources** — consolidated list of references + +Keep the output focused and skimmable — use headers, bullet points, and short paragraphs. + +## After presenting the findings + +Ask the user: +> "Would you like me to save these findings to a `.md` file? (if so, propose a filename based on the topic)" + +Only create the file if the user explicitly confirms. diff --git a/pi/.pi/agent/settings.json b/pi/.pi/agent/settings.json index 8ef44d0..b43af80 100644 --- a/pi/.pi/agent/settings.json +++ b/pi/.pi/agent/settings.json @@ -11,8 +11,8 @@ "npm:@demigodmode/pi-web-agent" ], "defaultProvider": "ollama", - "defaultModel": "kimi-k2.7-code:cloud", - "defaultThinkingLevel": "medium", + "defaultModel": "kimi-k2.6:cloud", + "defaultThinkingLevel": "high", "subagents": { "agentOverrides": { "scout": {