From 83a8ff4a92d19360ae845ff06b9c2996e238620b Mon Sep 17 00:00:00 2001 From: Rain Ocampo Date: Thu, 20 Aug 2026 20:59:41 +0000 Subject: [PATCH] Tolaria-Vault: Second-Brain-Struktur und erste Notizen --- notes/ai-agents/ai-agents.md | 25 +++++++++++++++++++++++ notes/ai-agents/alice-betrieb.md | 30 ++++++++++++++++++++++++++++ notes/inbox/inbox.md | 16 +++++++++++++++ notes/projects/projekte.md | 16 +++++++++++++++ notes/reference/vps-infrastruktur.md | 23 +++++++++++++++++++++ notes/start.md | 29 +++++++++++++++++++++++++++ notes/trading/trading.md | 25 +++++++++++++++++++++++ 7 files changed, 164 insertions(+) create mode 100644 notes/ai-agents/ai-agents.md create mode 100644 notes/ai-agents/alice-betrieb.md create mode 100644 notes/inbox/inbox.md create mode 100644 notes/projects/projekte.md create mode 100644 notes/reference/vps-infrastruktur.md create mode 100644 notes/start.md create mode 100644 notes/trading/trading.md diff --git a/notes/ai-agents/ai-agents.md b/notes/ai-agents/ai-agents.md new file mode 100644 index 0000000..170e1cd --- /dev/null +++ b/notes/ai-agents/ai-agents.md @@ -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 diff --git a/notes/ai-agents/alice-betrieb.md b/notes/ai-agents/alice-betrieb.md new file mode 100644 index 0000000..f3f6b9d --- /dev/null +++ b/notes/ai-agents/alice-betrieb.md @@ -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]]. diff --git a/notes/inbox/inbox.md b/notes/inbox/inbox.md new file mode 100644 index 0000000..f00432c --- /dev/null +++ b/notes/inbox/inbox.md @@ -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 diff --git a/notes/projects/projekte.md b/notes/projects/projekte.md new file mode 100644 index 0000000..73569c1 --- /dev/null +++ b/notes/projects/projekte.md @@ -0,0 +1,16 @@ +--- +type: Note +title: Projekte +tags: [projects, home] +created: 2026-08-20 +--- + +# Projekte + +## Aktive Projekte + +- **MT5-Expert-Advisors** — Module 01–15, M15→M09-Control-Anbindung freigegeben +- **Tolaria als Second Brain** — dieses Vault +- **OpenClaw-Multi-Agent** — Alice/Matt/Rain betreiben + +Siehe [[ai-agents]] und [[trading]]. diff --git a/notes/reference/vps-infrastruktur.md b/notes/reference/vps-infrastruktur.md new file mode 100644 index 0000000..4cdecd1 --- /dev/null +++ b/notes/reference/vps-infrastruktur.md @@ -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]]. diff --git a/notes/start.md b/notes/start.md new file mode 100644 index 0000000..ffd7a6c --- /dev/null +++ b/notes/start.md @@ -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 diff --git a/notes/trading/trading.md b/notes/trading/trading.md new file mode 100644 index 0000000..4a91566 --- /dev/null +++ b/notes/trading/trading.md @@ -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`)