updated pi
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
description: Research a topic via web browsing without modifying files
|
||||
argument-hint: "<topic>"
|
||||
---
|
||||
|
||||
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.
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user