60 lines
2.6 KiB
Markdown
60 lines
2.6 KiB
Markdown
# 2026-02-10
|
|
|
|
## Ollama Memory Embeddings Setup
|
|
|
|
- **Installed**: Ollama Memory Embeddings skill from https://clawhub.ai/vidarbrekke/ollama-memory-embeddings
|
|
- **Purpose**: Use Ollama (OpenAI-compatible /v1/embeddings endpoint) instead of node-llama-cpp for local embeddings
|
|
- **Status**: Configured and running with Ollama
|
|
|
|
### Embedding Model Notes
|
|
- Embedding starts from point of setup
|
|
- Historical memories have old embeddings (from node-llama-cpp)
|
|
- Search behavior: Old memories may not surface as well when querying with new model
|
|
- Two "memory universes" in effect unless historical memories are re-embedded
|
|
|
|
### Discord Issues
|
|
- Gateway crash observed after manual restart
|
|
- Monitoring for stability
|
|
- Slow listener bug still present (49s+ delays)
|
|
|
|
### System Fixes
|
|
- Fixed shell env config that was causing `/bin/sh ENOENT` warnings on Windows
|
|
|
|
## Cron Job Success
|
|
- **Installed**: ez-cronjob skill from https://clawhub.ai/ProMadGenius/ez-cronjob
|
|
- **Key insight**: `cron` tool has deadlock bug — use CLI (`openclaw cron`) via `exec` instead
|
|
- **Created**: supermemory-daily-backup job (ID: d66ee11e-a33c-4a4d-b42d-6afb976ade27)
|
|
- **Schedule**: Daily at 2:00 AM America/Chicago
|
|
- **Delivery**: Discord #home-assistant channel with best-effort flag
|
|
- **Status**: Active, next run in ~3 hours
|
|
|
|
## Model Assignments Update
|
|
|
|
Corey confirmed:
|
|
- Kimi (`kimi-k2.5:cloud`) everywhere **except** coding
|
|
- Coding channel stays on `qwen3-coder-next:cloud`
|
|
- Updated MEMORY.md model assignments
|
|
|
|
## New Skills Installed
|
|
- **weather** — Get current weather and forecasts (no API key required)
|
|
- Uses wttr.in (primary) and Open-Meteo (fallback)
|
|
- Successfully tested with Chicago weather lookup
|
|
- **api-gateway** — API gateway for calling third-party APIs with managed auth
|
|
- **memory-to-obsidian** — Bilingual note-taking skill for Obsidian vault
|
|
|
|
## Skills Inventory
|
|
Current skills folder contains 18 skills:
|
|
- api-gateway, auto-updater, clawdbot-backup, clean-code, coding-agent
|
|
- cron-mastery, ez-cronjob, frontend-design, gog, home-assistant
|
|
- memory-to-obsidian, obsidian, ollama-memory-embeddings
|
|
- qbittorrent, radarr, skills-search, sonarr, weather
|
|
|
|
## Self-Improvement System Activated
|
|
- **Installed**: self-improving-agent skill from https://clawhub.ai/peterskoett/self-improving-agent
|
|
- **Purpose**: Log errors, learnings, and corrections for continuous improvement
|
|
- **Files created**:
|
|
- `.learnings/ERRORS.md` - cron tool deadlock documented
|
|
- `.learnings/LEARNINGS.md` - CLI workaround, weather fallbacks, Windows curl tips
|
|
- `.learnings/FEATURE_REQUESTS.md` - Auto-unit weather requests
|
|
- **Status**: Active and logging
|