diff --git a/dir_dot_pi/agent/settings.json.tmpl b/dir_dot_pi/agent/settings.json.tmpl deleted file mode 100644 index ab98e72..0000000 --- a/dir_dot_pi/agent/settings.json.tmpl +++ /dev/null @@ -1,59 +0,0 @@ -{ - "defaultProvider": "miche.llama", - "defaultModel": "qwen36-35b-genesis", - "defaultThinkingLevel": "high", - "quietStartup": true, - "lastChangelogVersion": "0.80.3", - "theme": "gruvbox-dark", - "tokenSpeed": { - "display": "full" - }, - "powerline": true, - "footer": false, - "header": true, - "header-info": true, - "packages": [ - "https://github.com/gsanhueza/pi-token-speed", - "npm:pi-powerline", - "npm:pi-bar", - "npm:pi-mcp-adapter", - "https://github.com/firecrawl/pi-firecrawl", - "npm:pi-subagents", - "npm:pi-intercom", - "npm:gentle-engram", - "npm:pi-llama-cpp-stats" - ], - "enableInstallTelemetry": false, - "subagents": { - "agentOverrides": { - "worker": { - "model": "qwen3.6-27b-mtp" - }, - "planner": { - "model": "qwen3.6-27b-mtp" - }, - "oracle": { - "model": "qwen3.6-27b-mtp" - }, - "reviewer": { - "model": "qwen3.6-27b-mtp" - }, - "scout": { - "model": "qwen3.6-35b-a3b-mtp" - }, - "researcher": { - "tools": [ - "read", - "write", - "firecrawl_search", - "firecrawl_scrape", - "firecrawl_map", - "firecrawl_extract", - "intercom" - ], - "systemPrompt": "You are a research subagent.\n\nGiven a question or topic, run focused web research and produce a concise, well-sourced brief that answers the question directly.\n\nWorking rules:\n- Break the problem into 2-4 distinct research angles.\n- Use `firecrawl_search` with a focused query to cover each angle. Run multiple searches for different angles.\n- Use `firecrawl_scrape` to read full content from the most promising URLs. Pass `{ formats: [\"markdown\"] }` for clean text.\n- Use `firecrawl_extract` when you need structured data from specific pages.\n- Prefer primary sources, official docs, specs, benchmarks, and direct evidence over commentary.\n- Drop stale, redundant, or SEO-heavy sources.\n- If the first search pass leaves important gaps, search again with tighter follow-up queries.\n\nSearch strategy:\n- direct answer query\n- authoritative source query\n- practical experience or benchmark query\n- recent developments query when the topic is time-sensitive\n\nOutput format (research.md):\n\n# Research: [topic]\n\n## Summary\n2-3 sentence direct answer.\n\n## Findings\nNumbered findings with inline source citations.\n1. **Finding** — explanation. [Source](url)\n2. **Finding** — explanation. [Source](url)\n\n## Sources\n- Kept: Source Title (url) — why it matters\n- Dropped: Source Title — why it was excluded\n\n## Gaps\nWhat could not be answered confidently. Suggested next steps.\n\n## Supervisor coordination\nIf runtime bridge instructions identify a safe supervisor target and you are blocked or need a decision, use `contact_supervisor` with `reason: \"need_decision\"` and wait for the reply. Use `reason: \"progress_update\"` only for meaningful progress or unexpected discoveries that change the plan. Do not send routine completion handoffs; return the completed research brief normally." - } - } - }, - "hideThinkingBlock": false -} diff --git a/dot_omp/private_agent/config.yml b/dot_omp/private_agent/config.yml deleted file mode 100644 index 43d3719..0000000 --- a/dot_omp/private_agent/config.yml +++ /dev/null @@ -1,66 +0,0 @@ -providers: - webSearch: searxng -searxng: - endpoint: http://kaiser.local:8800 -symbolPreset: nerd -theme: - dark: dark-gruvbox - light: light -setupVersion: 1 -modelRoles: - default: zai-coding/glm-5.2:high - task: llama-swap.miche/qwen3.6-27b-mtp - smol: llama-swap.byte/qwen36-35b-genesis - plan: zai-coding/glm-5.2:xhigh - slow: minimax-code/MiniMax-M3:high - vision: llama-swap.miche/gemma4-12b-hauhau - tiny: llama-swap.byte/qwen36-35b-genesis -retry: - fallbackChains: - default: - - zai-coding/glm-5.2 - - minimax-code/MiniMax-M3 - - deepseek/deepseek-v4-pro - - llama-swap.miche/qwen3.6-27b-mtp - - llama-swap.byte/qwen3.6-27b-mtp - task: - - llama-swap.miche/qwen3.6-27b-mtp - - llama-swap.byte/qwen3.6-27b-mtp - - zai-coding/glm-5.2 - - minimax-code/MiniMax-M3 - smol: - - llama-swap.miche/qwen36-35b-genesis - - llama-swap.byte/qwen36-35b-genesis - - llama-swap.miche/qwen3.6-27b-mtp - - zai-coding/glm-5.2 - - minimax-code/MiniMax-M3 - plan: - - zai-coding/glm-5.2:xhigh - - minimax-code/minimax-code:xhigh - - deepseek/deepseek-v4-pro:xhigh - - llama-swap.miche/step-3.7-flash:high - slow: - - zai-coding/glm-5.2 - - minimax-code/minimax-code - - deepseek/deepseek-v4-pro - - llama-swap.miche/step-3.7-flash - vision: - - llama-swap.miche/gemma4-12b-hauhau - - llama-swap.byte/gemma4-12b-hauhau - - llama-swap.miche/qwen3.6-27b-mtp -tools: - approvalMode: yolo -memory: - backend: "off" -github: - enabled: true -statusLine: - preset: default - separator: powerline - transparent: true -tui: - textSizing: false -defaultThinkingLevel: high -personality: pragmatic -hideThinkingBlock: true -readLineNumbers: true \ No newline at end of file diff --git a/dot_omp/private_agent/encrypted_private_models.yml.age b/dot_omp/private_agent/encrypted_private_models.yml.age index c0875cc..c7f564c 100644 Binary files a/dot_omp/private_agent/encrypted_private_models.yml.age and b/dot_omp/private_agent/encrypted_private_models.yml.age differ diff --git a/dot_omp/private_agent/private_config.yml b/dot_omp/private_agent/private_config.yml new file mode 100644 index 0000000..e12d5fe --- /dev/null +++ b/dot_omp/private_agent/private_config.yml @@ -0,0 +1,77 @@ +providers: + webSearchOrder: + - searxng + - perplexity + - gemini + - anthropic + - codex + - xai + - zai + - exa + - tinyfish + - jina + - kagi + - tavily + - firecrawl + - brave + - kimi + - parallel + - synthetic + - startpage + - duckduckgo + - ecosia + - google + - mojeek + - public +searxng: + endpoint: http://kaiser.local:8800 +symbolPreset: nerd +theme: + dark: dark-gruvbox + light: light +setupVersion: 1 +modelRoles: + task: llama-swap.byte/qwen36-27b-711 + plan: zai-coding/glm-5.2:xhigh + slow: deepseek/deepseek-v4-pro:high + vision: llama-swap.byte/qwen36-35b-heretic-apex + tiny: llama-swap.byte/gemma4-26b-hauhau + default: deepseek/deepseek-v4-flash:high + smol: llama-swap.byte/kat-coder-v2.5-dev + commit: llama-swap.byte/gemma4-26b-hauhau + designer: zai-coding/glm-5.2 + advisor: zai-coding/glm-5.2 +retry: + fallbackChains: + default: + - zai-coding/glm-5.2 + - deepseek/deepseek-v4-pro + - llama-swap.byte/qwen3.6-27b-mtp + task: + - llama-swap.byte/qwen3.6-27b-mtp + - zai-coding/glm-5.2 + smol: + - llama-swap.byte/qwen36-35b-genesis + - zai-coding/glm-5.2 + plan: + - zai-coding/glm-5.2:xhigh + - deepseek/deepseek-v4-pro:xhigh + slow: + - zai-coding/glm-5.2 + - deepseek/deepseek-v4-pro +tools: + approvalMode: yolo +memory: + backend: "off" +github: + enabled: true +statusLine: + preset: default + separator: powerline + transparent: true +tui: + textSizing: false +defaultThinkingLevel: auto +personality: pragmatic +hideThinkingBlock: false +readLineNumbers: true \ No newline at end of file diff --git a/dot_pi/agent/settings.json.tmpl b/dot_pi/agent/settings.json.tmpl new file mode 100644 index 0000000..357c73f --- /dev/null +++ b/dot_pi/agent/settings.json.tmpl @@ -0,0 +1,73 @@ +{ + "defaultProvider": "zai", + "defaultModel": "glm-5.2", + "defaultThinkingLevel": "high", + "quietStartup": true, + "lastChangelogVersion": "0.83.0", + "theme": "gruvbox-dark", + "powerline": true, + "footer": false, + "header": true, + "header-info": true, + "packages": [ + "npm:pi-powerline", + "npm:pi-bar", + "npm:@juanibiapina/pi-extension-settings", + "npm:pi-mcp-adapter", + "https://github.com/firecrawl/pi-firecrawl", + "npm:pi-subagents", + "npm:pi-intercom", + "npm:gentle-engram", + "npm:pi-prompt-template-model", + "npm:pi-ask-user", + "npm:@devkade/pi-plan", + "npm:pi-simplify", + "npm:pi-add-dir", + "npm:@plannotator/pi-extension", + "npm:pi-slopchop", + "npm:@tmustier/pi-usage-extension", + "npm:@tmustier/pi-raw-paste", + "npm:pi-btw", + "npm:pi-interactive-shell", + "git:github.com/davebcn87/pi-autoresearch", + "npm:@tmustier/pi-ralph-wiggum", + "npm:@victor-software-house/pi-curated-themes", + "npm:pi-terminal-theme", + "git:github.com/DietrichGebert/ponytail", + "git:github.com/jonjonrankin/pi-caveman", + "npm:@danielmeneses/pi-llama-swap", + "npm:pi-llama-cpp-stats" + ], + "enableInstallTelemetry": false, + "subagents": { + "agentOverrides": { + "worker": { + "model": "" + }, + "planner": { + "model": "" + }, + "oracle": { + "model": "qwen3.6-27b-mtp" + }, + "reviewer": { + "model": "" + }, + "scout": { + "model": "" + }, + "researcher": { + "model": "" + }, + "context-builder": { + "model": "" + } + }, + "watchdog": { + "main": { + "model": "miche.llama/qwen36-35b-genesis-v4" + } + } + }, + "hideThinkingBlock": true +} \ No newline at end of file