Tolaria-Vault: Second-Brain-Struktur und erste Notizen

This commit is contained in:
Rain Ocampo 2026-08-20 20:59:41 +00:00
commit 83a8ff4a92
7 changed files with 164 additions and 0 deletions

View file

@ -0,0 +1,25 @@
---
type: Note
title: AI-Agents Übersicht
tags: [ai, agents, home]
created: 2026-08-20
---
# AI-Agents
Multi-Agent-System von Christian List (Resident-Evil-Theme).
## Agenten
- **Alice** — OpenClaw-Primäragent (v2026.4.29, Port 55163)
- **Matt Addison** — Backup-Agent (v2026.7.1-2, Port 54524)
- **Rain Ocampo** — Hermes-Support (dieser Agent, [[vps-infrastruktur]])
## Betriebsdetails
Siehe [[alice-betrieb]] für Alices Konfiguration und Betrieb.
## Wichtig
- Notion: Code-Recovery der MT5-EAs, Attribution-Pflicht (`Geändert von: Alice|Rain Ocampo`)
- Forgejo: Docs-Repo `trading-system-docs`, SSH-Port 22222

View file

@ -0,0 +1,30 @@
---
type: Note
title: Alice Betrieb
tags: [ai, alice, openclaw, betrieb]
created: 2026-08-20
---
# Alice Betrieb
## Container
- Name: `openclaw-suqw-openclaw-1`
- Port: 55163 (direkt HTTP 200)
- Version: 2026.7.1-2
- Modell: `ollama/deepseek-v4-flash:cloud`
- contextWindow: 200000, maxTokens: 8192
## Verbindungen
- Telegram: @nexo7V74756_bot
- Ollama: `http://ollama-nb6d-ollama-1:11434`
- Domain: `alice.projektaliceimhive.com` (derzeit HTTP 404 — Traefik-Konfig fehlerhaft, `ProjectAlice.yaml` hat duplizierte YAML-Keys)
## Bekannte Probleme
- Context-Overflow bei hoher Session-Größe → Session-Reset nötig (Backup + `sessions.json`-Eintrag entfernen)
- Telegram-Duplicate-Loop durch stuck Session-State
- `lossless-claw`-Plugin blockiert (uid-Mismatch), `n8n`-Plugin stale
Siehe auch [[ai-agents]].

16
notes/inbox/inbox.md Normal file
View file

@ -0,0 +1,16 @@
---
type: Note
title: Inbox
tags: [inbox]
created: 2026-08-20
---
# Inbox
Sammelort für ungeordnete Ideen, bevor sie in Bereiche sortiert werden.
## Offene Punkte
- [ ] Tolaria-Web-UI: echtes Dateisystem-Zugriff (Mock-Handler) prüfen
- [ ] Alice-Domain 404: Traefik-`ProjectAlice.yaml`-Fehler separat fixen
- [ ] Vault mit weiteren Referenz-Notizen befüllen

View file

@ -0,0 +1,16 @@
---
type: Note
title: Projekte
tags: [projects, home]
created: 2026-08-20
---
# Projekte
## Aktive Projekte
- **MT5-Expert-Advisors** — Module 0115, M15→M09-Control-Anbindung freigegeben
- **Tolaria als Second Brain** — dieses Vault
- **OpenClaw-Multi-Agent** — Alice/Matt/Rain betreiben
Siehe [[ai-agents]] und [[trading]].

View file

@ -0,0 +1,23 @@
---
type: Note
title: VPS Infrastruktur
tags: [vps, infrastruktur, reference]
created: 2026-08-20
---
# VPS-Infrastruktur
## Kern-Container
- **Forgejo** (Git): `forgejo-c4u8yyi1eaz1gepn3pqmr5fb`, API `127.0.0.1:3000`, SSH-Port 22222, Nutzer `nexo312`
- **Forgejo-Postgres**: `postgresql-c4u8yyi1eaz1gepn3pqmr5fb`, DB `forgejo`
- **OpenClaw Alice**: `openclaw-suqw-openclaw-1` (Port 55163)
- **OpenClaw Matt**: `openclaw-3sgu-openclaw-1` (Port 54524)
- **Ollama**: `ollama-nb6d-ollama-1` (Port 11434)
## Sicherheit
- Secrets nie in Logs/API/DB
- Forgejo-Credentials: nur user-owned Alice-Keys/Tokens, temporäre gelöscht
Siehe auch [[trading]].

29
notes/start.md Normal file
View file

@ -0,0 +1,29 @@
---
type: Note
title: Vault-Start
tags: [home, index]
created: 2026-08-20
---
# Vault-Start
Willkommen im Tolaria-Second-Brain von Christian List.
Dieses Vault ist ein Markdown-Wissensspeicher mit YAML-Frontmatter.
Tolaria arbeitet Git-first: jede Änderung ist versioniert.
## Bereiche
- [[ai-agents]] — Multi-Agent-System (Alice, Matt, Rain)
- [[trading]] — MT5-Expert-Advisors und Trading-Systeme
- [[projekte]] — Laufende Projekte
- [[reference]] — Referenz-Notizen
- [[inbox]] — Schnellnotizen vor der Sortierung
## Struktur
- `notes/ai-agents/` — Agent-Konfigurationen, Rollen, Betrieb
- `notes/trading/` — EAs, Module, Strategien
- `notes/inbox/` — ungeordnete Ideen
- `notes/projects/` — Projekt-Snapshots
- `notes/reference/` — dauerhafte Referenz

25
notes/trading/trading.md Normal file
View file

@ -0,0 +1,25 @@
---
type: Note
title: Trading Systeme
tags: [trading, mt5, home]
created: 2026-08-20
---
# Trading Systeme
MT5-Expert-Advisors und Infrastruktur von Christian List.
## VPS
- Host: 187.124.31.123
- Deploy-Ort: `/opt/trading-modules/`
- Netzwerk: `trading-modules_trading-modules`
- SSH: Port 22, Key `id_ed25519_deploy`
Siehe [[vps-infrastruktur]].
## Module
- Modul 15: Monitoring & Control (autoritativ für Trading-State)
- Modul 09: Execution Service (ControlClient, FAIL-CLOSED)
- M15→M09: Control-Anbindung freigegeben (Commit `d6f09c8`)