44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
# Aether Core Memory
|
|
|
|
## Mission Control
|
|
Autonomous orchestration system for the Aether Collective.
|
|
|
|
## Components
|
|
|
|
### 1. System Pulse
|
|
- **Schedule:** Every 20 minutes
|
|
- **Script:** `/aether_core/pulse.sh`
|
|
- **Log:** `/aether_core/memory/pulse_history.log`
|
|
|
|
### 2. Mission Control Dashboard (AetherOS)
|
|
- **URL:** http://localhost:3001
|
|
- **Features:**
|
|
- Collective Kanban - Task tracking for sub-agents
|
|
- ClawHub Marketplace - Skill management
|
|
- Session Tracker - Work session logging
|
|
- Agent Wiki - System documentation
|
|
|
|
### 3. Infrastructure
|
|
| Service | Endpoint | Status |
|
|
|---------|----------|--------|
|
|
| Gitea | http://192.168.5.35:3000 | Online |
|
|
| Vaultwarden | http://localhost:8080 | Online |
|
|
| AetherOS | http://localhost:3001 | Online |
|
|
|
|
## The Collective
|
|
| Agent | Role | Status |
|
|
|-------|------|--------|
|
|
| Architect | Project scoping | Ready |
|
|
| Researcher | Documentation | Ready |
|
|
| Engineer | Implementation | Ready |
|
|
| QA Auditor | Testing | Ready |
|
|
| Publisher | GitHub promotion | Ready |
|
|
|
|
## SSH Key
|
|
```
|
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPo9xg6+X0F+C5gWXOIoVUi6Ipsnf4JPK05hSLcT9n2 aether@openclaw
|
|
```
|
|
|
|
---
|
|
*Last updated: 2026-02-23*
|