92 lines
2.3 KiB
Markdown
92 lines
2.3 KiB
Markdown
---
|
|
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
|