vault backup: 2026-03-12 08:35:13
This commit is contained in:
10
Projects/Coding/Tasks.md
Normal file
10
Projects/Coding/Tasks.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Coding Tasks
|
||||
|
||||
## In Progress
|
||||
- [ ]
|
||||
|
||||
## Completed
|
||||
- [ ]
|
||||
|
||||
---
|
||||
Last Updated: 2026-03-12
|
||||
7
Projects/Discord Voice Bot/Tasks.md
Normal file
7
Projects/Discord Voice Bot/Tasks.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Discord Voice Bot Tasks
|
||||
|
||||
## Completed
|
||||
- [x] Voice bot operational
|
||||
|
||||
---
|
||||
Last Updated: 2026-03-12
|
||||
10
Projects/Home Assistant/Tasks.md
Normal file
10
Projects/Home Assistant/Tasks.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Home Assistant Tasks
|
||||
|
||||
## In Progress
|
||||
- [ ] Entity cleanup (972 devices in spreadsheet)
|
||||
|
||||
## Completed
|
||||
- [x] Fix hallway sensor battery (1%)
|
||||
|
||||
---
|
||||
Last Updated: 2026-03-12
|
||||
27
Projects/Memory System/Memory Vector System.md
Normal file
27
Projects/Memory System/Memory Vector System.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Memory Vector System
|
||||
|
||||
**Status:** Supermonkey-Powered
|
||||
**Created:** 2026-03-02
|
||||
|
||||
## Overview
|
||||
Local semantic memory search using SQLite + Ollama embeddings. No cloud, works offline.
|
||||
|
||||
## Innovation
|
||||
Reads OpenClaw session transcripts (.jsonl) to auto-capture conversations every 15 messages.
|
||||
|
||||
## Current Stats
|
||||
- Total embeddings: ~1,600+
|
||||
- Auto session snapshots: 27
|
||||
- Tracked sessions: 245
|
||||
|
||||
## Key Files
|
||||
- `tools/session_monitor.py` - Real-time capture
|
||||
- `tools/search_memories.py` - CLI search
|
||||
- `memory_vector.py` - Core module
|
||||
|
||||
## Full Documentation
|
||||
See: `memory/projects/memory-vector-system.md` in git repo
|
||||
|
||||
---
|
||||
*Credit: Corey's genius idea*
|
||||
*System: Operational*
|
||||
8
Projects/Memory System/Tasks.md
Normal file
8
Projects/Memory System/Tasks.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Memory System Tasks
|
||||
|
||||
## In Progress
|
||||
- [ ] Complete hierarchical restructure
|
||||
- [ ] Optimize SQLite queries
|
||||
|
||||
---
|
||||
Last Updated: 2026-03-12
|
||||
@@ -1 +0,0 @@
|
||||
Full documentation in ~/.openclaw/workspace/memory/projects/memory-vector-system.md
|
||||
8
Projects/Mission Control/Tasks.md
Normal file
8
Projects/Mission Control/Tasks.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Mission Control Tasks
|
||||
|
||||
## In Progress
|
||||
- [ ] Fix calendar date range bug
|
||||
- [ ] Fix calendar agent (uses cron not ha_calendar)
|
||||
|
||||
---
|
||||
Last Updated: 2026-03-12
|
||||
7
Projects/Multi-User Architecture/Tasks.md
Normal file
7
Projects/Multi-User Architecture/Tasks.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Multi-User Architecture Tasks
|
||||
|
||||
## Status
|
||||
Parked - no active work
|
||||
|
||||
---
|
||||
Last Updated: 2026-03-12
|
||||
@@ -1,91 +0,0 @@
|
||||
---
|
||||
title: Projects Index
|
||||
category: Projects
|
||||
status: active
|
||||
last_updated: 2026-02-25
|
||||
tags: [projects, index, active, completed]
|
||||
---
|
||||
|
||||
# Projects Index
|
||||
|
||||
## Active Projects
|
||||
|
||||
### Mission Control Python
|
||||
- Status: Live on :5050
|
||||
- Type: Dashboard
|
||||
- Tech: Flask + MySQL + HA API
|
||||
- Notes: 6 pages, cron integration, weather, calendar
|
||||
- Issues: Calendar date range bug, calendar agent bug
|
||||
|
||||
### Home Assistant
|
||||
- Status: Entity cleanup ongoing
|
||||
- Type: Home Automation
|
||||
- Notes: 972 devices cleanup, Room-Assistant working
|
||||
|
||||
### Memory System
|
||||
- Status: Hierarchical restructure complete
|
||||
- Type: Infrastructure
|
||||
- Notes: File + SQLite hybrid, Supermemory backups
|
||||
|
||||
### Coding Workflow
|
||||
- Status: Active
|
||||
- Type: DevOps
|
||||
- Notes: Git/controls-web, Kimi/mini model split
|
||||
|
||||
### Auto-Summarize Workflow {#sync}
|
||||
- Status: Active
|
||||
- Type: Agent Capability
|
||||
- Notes: "/summarize [URL]" → fetch → summarize → save to Summaries/
|
||||
- Works with: Any web URL
|
||||
|
||||
### Multi-User Agent Architecture
|
||||
- Status: Planning
|
||||
- Type: System Design
|
||||
- Notes: Researching multi-user approaches for task/project management
|
||||
- Options: Separate channels, tagging system, frontmatter, multi-agent
|
||||
- Decision: Start with Option 1 (separate Discord channels)
|
||||
|
||||
### Research Agent Spawning
|
||||
- Status: In Progress
|
||||
- Type: System Architecture
|
||||
- Notes: Spawning isolated sub-agents for async research
|
||||
- Location: Testing in #projects
|
||||
- Questions: Concurrent limits, result storage, cost tracking
|
||||
|
||||
### Daily Notes Automation
|
||||
- Status: Active
|
||||
- Type: Automation
|
||||
- Notes: Evening cron job creates daily notes
|
||||
- Schedule: 9:00 PM daily
|
||||
- Output: `Daily Notes/YYYY-MM-DD.md`
|
||||
|
||||
### Workspace Git Backup
|
||||
- Status: Active
|
||||
- Type: Backup
|
||||
- Notes: Gitea repo for workspace backup
|
||||
- Schedule: Daily 1:00 AM
|
||||
- Repo: `gitea.lasuca.com/admin/openclaw-workspace`
|
||||
|
||||
## Completed Projects
|
||||
|
||||
### Discord Voice Bot (GLaDOS)
|
||||
- Status: Completed 2026-02-08
|
||||
- Type: Voice Bot
|
||||
- Notes: Always in #coding voice
|
||||
|
||||
### Proton Mail Bridge
|
||||
- Status: Completed 2026-02-18
|
||||
- Type: Email Integration
|
||||
- Notes: IMAP/SMTP tested
|
||||
|
||||
## How to Sync
|
||||
1. Edit any project note in Obsidian
|
||||
2. Tell me to sync
|
||||
3. I read the updated note and update my memory
|
||||
|
||||
### How to Summarize
|
||||
1. Type: `/summarize [URL]`
|
||||
2. I fetch, summarize, and save to `Summaries/`
|
||||
3. Confirm and link back to you
|
||||
|
||||
Last Updated: 2026-02-23
|
||||
9
Projects/Proton Mail Bridge/Tasks.md
Normal file
9
Projects/Proton Mail Bridge/Tasks.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Proton Mail Bridge Tasks
|
||||
|
||||
## In Progress
|
||||
- [ ] Cron integration for email actions
|
||||
- [ ] Email notification system
|
||||
- [ ] Email-to-Discord forwarding
|
||||
|
||||
---
|
||||
Last Updated: 2026-03-12
|
||||
7
Projects/Research Agents/Tasks.md
Normal file
7
Projects/Research Agents/Tasks.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Research Agents Tasks
|
||||
|
||||
## In Progress
|
||||
- [ ]
|
||||
|
||||
---
|
||||
Last Updated: 2026-03-12
|
||||
Reference in New Issue
Block a user