sam-4screen-desktop 2026-6-15:13:35:24
This commit is contained in:
@@ -36,7 +36,7 @@ aliases: []
|
||||
| **plannotator** | `~/.agents` | Interactive plan review with browser UI, annotations, code review |
|
||||
| **caveman** | `~/.agents` | Ultra-compressed communication mode |
|
||||
| **markitdown** | `~/.agents` | Convert files (PDF, Word, Excel, PPTX, images, HTML, etc.) to Markdown. Image analysis via Qwen 2.5 VL 72B on OpenRouter. |
|
||||
| **@tintinweb/pi-subagents** | npm (global) | 18 custom agent types, background agents, mid-run steering, session resume, worktree isolation, scheduling, cross-extension RPC |
|
||||
| **@tintinweb/pi-subagents** | npm (global) | 18 custom agent types, background agents, mid-run steering, session resume, worktree isolation, scheduling, cross-extension RPC. See [[Pi Subagent]] for full documentation |
|
||||
| **@tintinweb/pi-tasks** | npm (global) | Task management with dependency tracking, auto-cascade, background process tracking, TaskExecute spawns subagents via RPC |
|
||||
| **gentle-engram** | `~/.agents` | Memory service connecting to engram via ENGRAM_URL. Replaces memory-vault. Session capture, compaction recovery |
|
||||
| **headroom-bridge** | `~/.agents` | `compress_for_agent` tool — compresses >20K chars via Headroom Docker on .13:8787. 60-95% token reduction |
|
||||
@@ -44,7 +44,7 @@ aliases: []
|
||||
|
||||
### pi-subagents (@tintinweb)
|
||||
|
||||
v0.10.2, installed globally. 18 custom agent types in `~/.pi/agent/agents/` → `~/.agents/agents/`. Tools: `Agent()`, `get_subagent_result()`, `steer_subagent()`. `/agents` command for interactive management. Features: background agents with concurrency (4 default), mid-run steering, session resume, worktree isolation, scheduling, persistent widget showing live agent status. Cross-extension RPC event bus.
|
||||
v0.10.2, installed globally. 18 custom agent types in `~/.pi/agent/agents/` → `~/.agents/agents/`. Tools: `Agent()`, `get_subagent_result()`, `steer_subagent()`. `/agents` command for interactive management. Features: background agents with concurrency (4 default), mid-run steering, session resume, worktree isolation, scheduling, persistent widget showing live agent status. Cross-extension RPC event bus. Patched: 24h agent survival (was 10min), clearDisabled on session start. See [[Pi Subagent]] for full documentation.
|
||||
|
||||
### pi-tasks (@tintinweb)
|
||||
|
||||
@@ -377,19 +377,16 @@ compress_for_agent({ content })
|
||||
|
||||
## Tasks
|
||||
|
||||
- [x] Rebuild NixOS to activate new packages (Google provider, ffmpeg/yt-dlp, pi-prompt-template-model, pi-mcp-adapter, pi-subagents) ✅ 2026-06-11
|
||||
- [x] Migrate pi-subagents to @tintinweb version with 18 agent types
|
||||
- [x] Define all 18 agent types in subagents.json
|
||||
- [x] Deploy models.json with OpenRouter provider routing
|
||||
- [x] Deploy engram + gentle-engram memory service on .13
|
||||
- [x] Install pi-tasks (@tintinweb/pi-tasks) v0.7.0
|
||||
- [x] Set up Zellij layout for Pi dev environment
|
||||
- [ ] Add MCP servers to `~/.config/mcp/mcp.json` or `.mcp.json` as needed (Home Assistant, databases, etc.)
|
||||
- [ ] Run `/reload` in Pi to activate filechanges and new templates
|
||||
- [ ] Add more prompt templates to `~/.pi/agent/prompts/` as needed
|
||||
- [x] Rebuild NixOS to activate new packages ✅ 2026-06-11
|
||||
- [x] Migrate to @tintinweb/pi-subagents with 18 agent types ✅ 2026-06-14
|
||||
- [x] Deploy models.json with OpenRouter provider pinning (only: provider) ✅ 2026-06-14
|
||||
- [x] Deploy engram + gentle-engram memory service on .13 ✅ 2026-06-13
|
||||
- [x] Install pi-tasks (@tintinweb/pi-tasks) v0.7.0 ✅ 2026-06-13
|
||||
- [x] Patch pi-subagents: 24h cleanup, disable clearCompleted ✅ 2026-06-14
|
||||
- [x] Add memory: project to all 18 agent frontmats ✅ 2026-06-14
|
||||
- [x] Remove custom subagent-registry skill (built-in /agents menu is sufficient) ✅ 2026-06-14
|
||||
- [x] Update Pi Subagent.md and Pi Agent Extensions & Skills.md documentation ✅ 2026-06-14
|
||||
- [x] Update pi-subagents to v0.10.3 ✅ 2026-06-14
|
||||
- [x] Update pi-tasks to v0.7.0 ✅ 2026-06-13
|
||||
- [ ] Verify video-extract works with Gemini
|
||||
- [x] Add markitdown skill to Obsidian skills page ✅ 2026-06-11
|
||||
- [x] Add smart-router extension and update Obsidian docs ✅ 2026-06-11
|
||||
- [x] Deploy Headroom Docker compression on .13, integrate with smart-router ✅ 2026-06-11
|
||||
- [x] Replace smart-router with headroom-bridge and update all references
|
||||
- [ ] Clean up workspace-map.json entries for any stale memory packs
|
||||
|
||||
Reference in New Issue
Block a user