Initial commit: workspace setup with skills, memory, config
This commit is contained in:
72
memory/2026-02-07.md
Normal file
72
memory/2026-02-07.md
Normal file
@@ -0,0 +1,72 @@
|
||||
# 2026-02-07 — Daily Memory Log
|
||||
|
||||
## Agent System Updates
|
||||
|
||||
### Jarvis (Local Agent) Setup
|
||||
- Jarvis deployed as local LLM clone of Max
|
||||
- 64k context window (sufficient for most tasks)
|
||||
- Identity: "jarvis" in agent-messages stream
|
||||
- Runs on CPU (no GPU)
|
||||
- Requires detailed step-by-step instructions
|
||||
- One command per step with acknowledgements required
|
||||
- Conversational communication style expected
|
||||
|
||||
### Multi-Agent Protocols Established
|
||||
- SSH Host Change Protocol: Any agent modifying deb/deb2 must notify others via agent-messages
|
||||
- Jarvis Task Protocol: All steps provided upfront, execute one at a time with ACKs
|
||||
- Software Inventory Protocol: Check installed list before recommending
|
||||
- Agent messaging via Redis stream at 10.0.0.36:6379
|
||||
|
||||
### SOUL.md Updates (All Agents)
|
||||
- Core Truths: "Know the roster", "Follow Instructions Precisely"
|
||||
- Communication Rules: Voice/text protocols, no filler words
|
||||
- Infrastructure Philosophy: Privacy > convenience, Local > cloud, Free > paid
|
||||
- Task Handling: Acknowledge receipt, report progress, confirm completion
|
||||
|
||||
## Infrastructure Changes
|
||||
|
||||
### SSH Hosts
|
||||
- **deb** (10.0.0.38): OpenClaw removed, now available for other uses
|
||||
- **deb2** (10.0.0.39): New host added, same credentials (n8n/passw0rd)
|
||||
|
||||
### Software Inventory (Never Recommend These)
|
||||
- n8n, ollama, openclaw, openwebui, anythingllm
|
||||
- searxng, flowise
|
||||
- plex, radarr, sonarr, sabnzbd
|
||||
- comfyui
|
||||
|
||||
## Active Tasks
|
||||
|
||||
### Jarvis KB Documentation Task
|
||||
- 13 software packages to document:
|
||||
1. n8n, 2. ollama, 3. openwebui, 4. anythingllm, 5. searxng
|
||||
6. flowise, 7. plex, 8. radarr, 9. sonarr, 10. sabnzbd
|
||||
11. comfyui, 12. openclaw (GitHub), 13. openclaw (Docs)
|
||||
- Status: Task assigned, awaiting Step 1 completion report
|
||||
- Method: Use batch_crawl.py or scrape_to_kb.py
|
||||
- Store with domain="Software", path="<name>/Docs"
|
||||
|
||||
### Jarvis Tool Verification
|
||||
- Checking for: Redis scripts, Python client, Qdrant memory scripts
|
||||
- Whisper STT, TTS, basic tools (curl, ssh)
|
||||
- Status: Checklist sent, awaiting response
|
||||
|
||||
### Jarvis Model Info Request
|
||||
- Requested: Model name, hardware specs, 64k context assessment
|
||||
- Status: Partial response received (truncated), may need follow-up
|
||||
|
||||
## Coordination Notes
|
||||
|
||||
- All agents must ACK protocol messages
|
||||
- Heartbeat checks every 30 minutes
|
||||
- Agent-messages stream monitored for new messages
|
||||
- Delayed notifications queue for outside 7am-10pm window
|
||||
- All timestamps use US CST
|
||||
|
||||
## Memory Storage
|
||||
- 19 new memories stored in Qdrant today
|
||||
- Includes protocols, inventory, Jarvis requirements, infrastructure updates
|
||||
- All tagged for semantic search
|
||||
|
||||
---
|
||||
*Stored for long-term memory retention*
|
||||
Reference in New Issue
Block a user