Add Invest-MyVexx SPEC-051 to vault home and sidebar
This commit is contained in:
parent
1da909a017
commit
23ba14b52a
6 changed files with 619 additions and 29 deletions
14
Invest-MyVexx/Invest-MyVexx.md
Normal file
14
Invest-MyVexx/Invest-MyVexx.md
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Invest MyVexx
|
||||||
|
|
||||||
|
**CT124** · https://invest.myvexx.com
|
||||||
|
**SPEC-051** — Unified Dashboard + Index Hub (Alice-loop)
|
||||||
|
**SPEC-050** — AI Agents paper-only
|
||||||
|
|
||||||
|
## Paths Spec Hub / Obsidian (VM130 / CT130)
|
||||||
|
|
||||||
|
| Onde | Path |
|
||||||
|
|------|------|
|
||||||
|
| Acesso | `ssh big1` → `pct exec 130` · ou `ssh CT130` |
|
||||||
|
| Repo Git | `/opt/ligbox-spec-hub/repos/invest-myvexx` |
|
||||||
|
| Specs | `.../specs/051-invest-unified-dashboard-index-hub/` |
|
||||||
|
| Obsidian | `/opt/ligbox-spec-hub/obsidian-vault/Invest-MyVexx/` |
|
||||||
104
Invest-MyVexx/RULE-SSH-CT124-TO-CT130-SPEC-HUB.md
Normal file
104
Invest-MyVexx/RULE-SSH-CT124-TO-CT130-SPEC-HUB.md
Normal file
|
|
@ -0,0 +1,104 @@
|
||||||
|
# RULE — Acesso CT124 (big) → CT130 Spec Hub (BIG1)
|
||||||
|
|
||||||
|
**Data:** 2026-08-05
|
||||||
|
**Para:** Roger
|
||||||
|
**Estado:** ✅ testado (`ssh CT130` → `spec-hub`)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Topologia (não misturar)
|
||||||
|
|
||||||
|
| CT/VM | Servidor Proxmox | IP LAN | Papel |
|
||||||
|
|-------|------------------|--------|-------|
|
||||||
|
| **CT124** | **big** (≠ BIG1) | `10.10.10.124` | invest.myvexx.com |
|
||||||
|
| **CT130** | **BIG1** | `10.10.10.130` | Spec Hub / Forgejo / Obsidian |
|
||||||
|
| **big1** (host) | BIG1 | Tailscale `100.116.138.100:4422` | jump host |
|
||||||
|
|
||||||
|
As LANs `10.10.10.0/24` de **big** e **BIG1** **não** se roteiam entre si.
|
||||||
|
Acesso CT124 → CT130 = **sempre via ProxyJump big1**.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Chaves
|
||||||
|
|
||||||
|
| Ficheiro (na CT124) | Uso |
|
||||||
|
|---------------------|-----|
|
||||||
|
| `/root/.ssh/big_myvexx_id_rsa` | SSH ao host **big1** (Tailscale). Fingerprint `SHA256:M05N5Avg...` |
|
||||||
|
| `/root/.ssh/ct124_to_ct130` | SSH ao **CT130** (pubkey no `authorized_keys` do 130) |
|
||||||
|
| `/root/.ssh/id_rsa` | **NÃO** usar para big1/CT130 (é outra chave Hetzner) |
|
||||||
|
|
||||||
|
No PC Windows: `C:\Users\roger\.ssh\big_myvexx_id_rsa` + config com `ProxyJump` / `ProxyCommand`.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## SSH config canónico (CT124)
|
||||||
|
|
||||||
|
Ficheiro: `/root/.ssh/config`
|
||||||
|
|
||||||
|
```
|
||||||
|
Host big1
|
||||||
|
HostName 100.116.138.100
|
||||||
|
User root
|
||||||
|
Port 4422
|
||||||
|
IdentityFile /root/.ssh/big_myvexx_id_rsa
|
||||||
|
IdentitiesOnly yes
|
||||||
|
ServerAliveInterval 60
|
||||||
|
StrictHostKeyChecking accept-new
|
||||||
|
|
||||||
|
Host CT130 vm130 spec-hub
|
||||||
|
HostName 10.10.10.130
|
||||||
|
User root
|
||||||
|
IdentityFile /root/.ssh/ct124_to_ct130
|
||||||
|
IdentitiesOnly yes
|
||||||
|
ProxyJump big1
|
||||||
|
StrictHostKeyChecking accept-new
|
||||||
|
ServerAliveInterval 30
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Comandos
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Da CT124 (ou máquina com o mesmo config + chaves)
|
||||||
|
ssh big1
|
||||||
|
ssh CT130
|
||||||
|
ssh vm130
|
||||||
|
ssh spec-hub
|
||||||
|
```
|
||||||
|
|
||||||
|
Teste rápido:
|
||||||
|
```bash
|
||||||
|
ssh CT130 'hostname; hostname -I'
|
||||||
|
# esperado: spec-hub / 10.10.10.130
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Spec Hub — paths Invest
|
||||||
|
|
||||||
|
| Onde | Path |
|
||||||
|
|------|------|
|
||||||
|
| Repo | `/opt/ligbox-spec-hub/repos/invest-myvexx/` |
|
||||||
|
| SPEC-051 | `.../specs/051-invest-unified-dashboard-index-hub/SPEC-051-INVEST-UNIFIED-DASHBOARD-INDEX-HUB.md` |
|
||||||
|
| Obsidian | `/opt/ligbox-spec-hub/obsidian-vault/Invest-MyVexx/` |
|
||||||
|
| GitHub | https://github.com/itecnologys-tech/invest-myvexx |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Infra no BIG1 (nota)
|
||||||
|
|
||||||
|
- Rota `10.10.10.130` → `vmbr4000` (serviço `route-ct130.service`) — persistente no **big1**.
|
||||||
|
- Porta WAN **2530** ao CT130: **OFF** — não usar; sempre jump via big1.
|
||||||
|
- CT124 WAN SSH (referência): `51.171.219.218:2524` (senha ambiente `805353`).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Copiar chaves para outra máquina (amanhã)
|
||||||
|
|
||||||
|
1. Copiar `big_myvexx_id_rsa` + `ct124_to_ct130` (+ `.pub` opcional).
|
||||||
|
2. Colar o bloco SSH config acima (ajustar `IdentityFile` se path diferente).
|
||||||
|
3. Tailscale ligado (para `100.116.138.100`).
|
||||||
|
4. Testar `ssh big1` depois `ssh CT130`.
|
||||||
|
|
||||||
|
**Não** sobrescrever `id_rsa` Hetzner/Proxmox com `big_myvexx_id_rsa`.
|
||||||
77
Invest-MyVexx/SPEC-050-INVEST-AI-AGENTS-PAPER.md
Normal file
77
Invest-MyVexx/SPEC-050-INVEST-AI-AGENTS-PAPER.md
Normal file
|
|
@ -0,0 +1,77 @@
|
||||||
|
# SPEC-050 — Invest AI Agents (TradingAgents + OpenAlice) — paper-only
|
||||||
|
|
||||||
|
**SPEC-ID:** 050-MYVEXX
|
||||||
|
**Vincula:** **049** (invest.myvexx.com / CT124), short [JY-ex4_3rjQ](https://www.youtube.com/shorts/JY-ex4_3rjQ)
|
||||||
|
**Status:** 🚧 Fase 1–2 em curso (2026-07-24)
|
||||||
|
**Para:** Roger
|
||||||
|
|
||||||
|
## Objectivo
|
||||||
|
|
||||||
|
Integrar os dois stacks do TRADER Guide em modo **paper/research only** no CT124.
|
||||||
|
|
||||||
|
| Stack | Repo | Papel |
|
||||||
|
|-------|------|-------|
|
||||||
|
| TradingAgents | https://github.com/TauricResearch/TradingAgents | Pesquisa multi-agente |
|
||||||
|
| OpenAlice | https://github.com/TraderAlice/OpenAlice | Workspace + paper UTA (beta) |
|
||||||
|
|
||||||
|
## CT124 recursos
|
||||||
|
|
||||||
|
| Recurso | Valor |
|
||||||
|
|---------|-------|
|
||||||
|
| RAM | **8 GB** (subido de 2 GB) |
|
||||||
|
| Swap | **2 GB** |
|
||||||
|
| Path | `/opt/invest/agents/` |
|
||||||
|
|
||||||
|
## URLs públicas (Traefik CT120 → CT124)
|
||||||
|
|
||||||
|
| URL | Backend |
|
||||||
|
|-----|---------|
|
||||||
|
| `https://invest.myvexx.com/api/agents/health` | bridge `:3100` (strip `/api/agents`) |
|
||||||
|
| `https://invest.myvexx.com/api/agents/agents` | lista dos dois engines |
|
||||||
|
| `https://invest.myvexx.com/api/agents/research/run` | TradingAgents (precisa LLM key) |
|
||||||
|
| `https://openalice.myvexx.com/` | OpenAlice UI `:47331` (**usar este** — SPA na raiz) |
|
||||||
|
| `https://invest.myvexx.com/alice/` | Legacy path — **quebrado** (assets `/assets` caem no invest) |
|
||||||
|
|
||||||
|
## Segurança
|
||||||
|
|
||||||
|
- `ALLOW_LIVE_BROKER=0`
|
||||||
|
- Sem keys de brokerage live
|
||||||
|
- Alpaca só paper, se UTA for ligado
|
||||||
|
- Não é conselho financeiro
|
||||||
|
|
||||||
|
## Estado
|
||||||
|
|
||||||
|
| Item | Estado |
|
||||||
|
|------|--------|
|
||||||
|
| Clones | ✅ |
|
||||||
|
| Bridge `:3100` | ✅ |
|
||||||
|
| Traefik `/api/agents` + `/alice` | ✅ |
|
||||||
|
| CT124 RAM 8G | ✅ |
|
||||||
|
| TradingAgents image build | 🔄 |
|
||||||
|
| OpenAlice image build | 🔄 |
|
||||||
|
| LLM API key em `.env` | ❌ pendente (Roger) |
|
||||||
|
| OpenAlice Claude/Codex login | ❌ pendente após `docker compose up` |
|
||||||
|
|
||||||
|
## Pendente do operador
|
||||||
|
|
||||||
|
1. Preencher `/opt/invest/agents/TradingAgents/.env` com **uma** LLM key (`OPENAI_API_KEY` ou `ANTHROPIC_API_KEY`, etc.).
|
||||||
|
2. Após build OpenAlice: `cd /opt/invest/agents/OpenAlice && docker compose up -d`
|
||||||
|
depois `docker exec -it openalice claude` (OAuth).
|
||||||
|
3. Nunca colar keys live de brokers.
|
||||||
|
|
||||||
|
## Comandos
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Bridge
|
||||||
|
curl -s https://invest.myvexx.com/api/agents/health
|
||||||
|
|
||||||
|
# Research dry-run
|
||||||
|
curl -s -X POST https://invest.myvexx.com/api/agents/research/run \
|
||||||
|
-H 'Content-Type: application/json' \
|
||||||
|
-d '{"ticker":"NVDA","dry_run":true}'
|
||||||
|
|
||||||
|
# Builds
|
||||||
|
pct exec 124 -- tail -f /tmp/openalice-build.log
|
||||||
|
pct exec 124 -- tail -f /tmp/tradingagents-build.log
|
||||||
|
```
|
||||||
|
|
||||||
305
Invest-MyVexx/SPEC-051-INVEST-UNIFIED-DASHBOARD-INDEX-HUB.md
Normal file
305
Invest-MyVexx/SPEC-051-INVEST-UNIFIED-DASHBOARD-INDEX-HUB.md
Normal file
|
|
@ -0,0 +1,305 @@
|
||||||
|
# SPEC-051 — Invest Unified Dashboard + Index Hub (Alice-loop inside MyVexx)
|
||||||
|
|
||||||
|
**SPEC-ID:** 051-MYVEXX
|
||||||
|
**Vincula:** **049** (invest deploy / CT124), **050** (AI Agents paper-only)
|
||||||
|
**Status:** 📝 Draft para aprovação (2026-08-05)
|
||||||
|
**Para:** Roger
|
||||||
|
**Host:** CT124 `invest.myvexx.com` (`10.10.10.124`)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 1. Objectivo
|
||||||
|
|
||||||
|
Unificar **Invest** e a *ideia operacional* do **OpenAlice** num **único dashboard MyVexx**, com capacidade de reunir **múltiplos índices / asset classes**, mantendo agents em modo **paper/research only**.
|
||||||
|
|
||||||
|
| Peça actual | Destino nesta SPEC |
|
||||||
|
|-------------|-------------------|
|
||||||
|
| Invest (`invest.myvexx.com`) | **Shell canónico** — auth, admin, markets, reports, agents UI |
|
||||||
|
| OpenAlice (`openalice.myvexx.com`) | **Inspiração + runtime opcional** (Fase A iframe; Fase C lógica absorvida) |
|
||||||
|
| TradingAgents + bridge `:3100` | Motor de research multi-agente atrás do shell |
|
||||||
|
| Index Hub (novo) | API única de índices/quotes para UI + agents |
|
||||||
|
|
||||||
|
**Não é:** fork imediato do repositório OpenAlice upstream, nem trading live.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 2. Problema que resolve
|
||||||
|
|
||||||
|
Hoje o operador tem **dois logins / duas UIs**:
|
||||||
|
|
||||||
|
- Invest → `admin@myvexx.com` + senha JWT
|
||||||
|
- OpenAlice → admin token aleatório (não unificável nativamente com a senha Invest)
|
||||||
|
|
||||||
|
Além disso, OpenAlice não é o produto de **multi-índices** que o Roger quer; é um workspace de agents. O Invest já é plataforma admin, mas **não** tem Index Hub nem shell de agents.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 3. Princípios de produto (Alice-loop reescrito)
|
||||||
|
|
||||||
|
Manter da OpenAlice o **esqueleto de administração**:
|
||||||
|
|
||||||
|
1. **Workspaces** — pasta/tarefa por tese ou índice
|
||||||
|
2. **Issue Board** — trabalho em markdown + schedule
|
||||||
|
3. **Tracked entities** — tickers, sectores, temas, baskets
|
||||||
|
4. **Inbox** — relatórios duráveis (não só chat)
|
||||||
|
5. **Market tools** — dados via Index Hub (não providers soltos na UI)
|
||||||
|
6. **Trading-as-Git (paper)** — stage → review → approve; `ALLOW_LIVE_BROKER=0`
|
||||||
|
|
||||||
|
Reescrever / acrescentar para MyVexx:
|
||||||
|
|
||||||
|
- **Auth única** Invest (JWT) — sem silo de admin token no shell
|
||||||
|
- **Index Hub** multi-fonte (equity, FX, crypto, índices BR/US, baskets)
|
||||||
|
- **Dashboard unificado** em `invest.myvexx.com`
|
||||||
|
- OpenAlice UI standalone permanece **opcional** até Fase C
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 4. Arquitectura alvo
|
||||||
|
|
||||||
|
```text
|
||||||
|
https://invest.myvexx.com
|
||||||
|
│
|
||||||
|
├── Auth JWT (existente)
|
||||||
|
├── /markets → Index Hub UI (watchlists, charts, baskets)
|
||||||
|
├── /agents → Bridge + research + link/embed Alice-loop
|
||||||
|
├── /research → Inbox / briefs (saída dos agents)
|
||||||
|
├── /admin|reports|… → módulos Invest já existentes
|
||||||
|
│
|
||||||
|
└── APIs
|
||||||
|
├── /api/* → investment-backend (existente)
|
||||||
|
├── /api/agents/* → bridge :3100 (SPEC-050)
|
||||||
|
└── /api/markets/* → Index Hub (NOVO)
|
||||||
|
│
|
||||||
|
├── providers: yahoo | polygon | b3 | … (plugáveis)
|
||||||
|
└── cache Redis/in-proc + rate limits
|
||||||
|
|
||||||
|
openalice.myvexx.com → (Fase A) runtime/UI externa
|
||||||
|
→ (Fase C) deprecado ou só lab interno
|
||||||
|
```
|
||||||
|
|
||||||
|
### CT124 — recursos (herdados / mínimos)
|
||||||
|
|
||||||
|
| Recurso | Valor | Nota |
|
||||||
|
|---------|-------|------|
|
||||||
|
| RAM | **8 GB** | Já aplicado (SPEC-050) |
|
||||||
|
| Swap | **2 GB** | |
|
||||||
|
| Cores | **2** | Monitorizar sob Index Hub + agents |
|
||||||
|
| Path Invest | `/opt/invest/invest.myvexx.com/` | |
|
||||||
|
| Path Agents | `/opt/invest/agents/` | |
|
||||||
|
|
||||||
|
**Revisão de capacidade:** se Index Hub + 2 engines agents sob carga >70% RAM sustentada → propor bump para 12 GB (nova SPEC, não nesta).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 5. Fases de entrega
|
||||||
|
|
||||||
|
### Fase A — Shell unificado (rápido)
|
||||||
|
|
||||||
|
**Objectivo:** um sítio para o operador; engines continuam separados.
|
||||||
|
|
||||||
|
| Entrega | Detalhe |
|
||||||
|
|---------|---------|
|
||||||
|
| Página React `/agents` | Cards do bridge (`/api/agents/health`, `/agents`, research dry-run) |
|
||||||
|
| Deep-link OpenAlice | Botão → `https://openalice.myvexx.com/` (não `/alice/` legacy) |
|
||||||
|
| Nav Invest | Entrada “Agents / Research” no layout admin |
|
||||||
|
| Docs | Actualizar handoff + README agents |
|
||||||
|
|
||||||
|
**Fora de escopo A:** SSO cookie OpenAlice, Index Hub, fork Alice.
|
||||||
|
|
||||||
|
**Critério de done A:** login Invest → `/agents` mostra health dos dois engines + link OpenAlice funcional.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Fase B — Index Hub + SSO light
|
||||||
|
|
||||||
|
**Objectivo:** multi-índices no Invest; auth menos fragmentada.
|
||||||
|
|
||||||
|
| Entrega | Detalhe |
|
||||||
|
|---------|---------|
|
||||||
|
| `GET /api/markets/indices` | Lista índices canónicos + último preço / variação |
|
||||||
|
| `GET /api/markets/quotes?symbols=` | Quotes batch |
|
||||||
|
| `GET /api/markets/history?symbol=&range=` | OHLC agregado |
|
||||||
|
| Providers | ≥2 backends plugáveis (ex. Yahoo + 1 pago/opcional) |
|
||||||
|
| Cache | TTL configurável; stale-while-revalidate |
|
||||||
|
| UI `/markets` | Watchlist multi-índice + detalhe símbolo |
|
||||||
|
| SSO light | Session Invest; OpenAlice continua token próprio **ou** reverse-proxy só interno |
|
||||||
|
|
||||||
|
**Critério de done B:** dashboard mostra ≥ **12** símbolos de ≥ **3** classes (ex. equity US, índice BR, FX ou crypto) com refresh conforme KPIs §6.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Fase C — Alice-loop nativo no Invest
|
||||||
|
|
||||||
|
**Objectivo:** mesma construção de administração OpenAlice **dentro** da plataforma MyVexx.
|
||||||
|
|
||||||
|
| Entrega | Detalhe |
|
||||||
|
|---------|---------|
|
||||||
|
| Workspaces | Modelo + API + UI mínima no Invest |
|
||||||
|
| Issues + schedule | Markdown-backed ou DB equivalente |
|
||||||
|
| Tracked entities | Grafo leve (símbolos ↔ teses ↔ índices) |
|
||||||
|
| Inbox `/research` | Relatórios de TradingAgents + agents locais |
|
||||||
|
| Index Hub como única fonte | Agents **não** chamam providers externos directos na UI |
|
||||||
|
| OpenAlice standalone | Lab opcional; default = shell Invest |
|
||||||
|
|
||||||
|
**Critério de done C:** operador faz research end-to-end **só** em `invest.myvexx.com` (login único), paper-only.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 6. Metas de performance (KPIs) — o que a 049/050 **não** definiam
|
||||||
|
|
||||||
|
Estas metas passam a ser o contrato de performance do produto unificado.
|
||||||
|
|
||||||
|
### 6.1 UI / API (Index Hub)
|
||||||
|
|
||||||
|
| KPI | Meta (Fase B+) | Medição |
|
||||||
|
|-----|----------------|---------|
|
||||||
|
| `GET /api/markets/quotes` (≤20 símbolos, cache hit) | **p95 ≤ 150 ms** | backend timing + Traefik |
|
||||||
|
| `GET /api/markets/quotes` (cache miss, provider OK) | **p95 ≤ 1200 ms** | |
|
||||||
|
| `GET /api/markets/indices` (lista canónica) | **p95 ≤ 300 ms** | |
|
||||||
|
| First Contentful paint `/markets` (prod, tunnel) | **≤ 2.5 s** em rede normal | Lighthouse / Web Vitals |
|
||||||
|
| Erros 5xx Index Hub (rolling 24h) | **< 1%** dos requests | logs nginx/backend |
|
||||||
|
|
||||||
|
### 6.2 Cobertura de mercado
|
||||||
|
|
||||||
|
| KPI | Meta Fase B | Meta Fase C |
|
||||||
|
|-----|-------------|-------------|
|
||||||
|
| Símbolos no catálogo canónico | ≥ **50** | ≥ **200** |
|
||||||
|
| Asset classes | ≥ **3** (equity, index, fx\|crypto) | ≥ **4** + baskets |
|
||||||
|
| Refresh quote (polling UI) | **15–60 s** (config) | + websocket opcional |
|
||||||
|
| Providers activos | ≥ **1** free + stub | ≥ **2** com failover |
|
||||||
|
|
||||||
|
### 6.3 Agents / research (herdado 050 + objectivos)
|
||||||
|
|
||||||
|
| KPI | Meta | Nota |
|
||||||
|
|-----|------|------|
|
||||||
|
| `GET /api/agents/health` | **p95 ≤ 200 ms** | bridge local |
|
||||||
|
| Research `dry_run:true` | **≤ 2 s** | sem LLM |
|
||||||
|
| Research real (1 ticker) | **≤ 180 s** soft | depende LLM; timeout soft + status async |
|
||||||
|
| Broker live | **proibido** | `ALLOW_LIVE_BROKER=0` |
|
||||||
|
|
||||||
|
### 6.4 Infra CT124
|
||||||
|
|
||||||
|
| KPI | Meta |
|
||||||
|
|-----|------|
|
||||||
|
| RAM usada média (stack completo idle) | **≤ 6 GB / 8 GB** |
|
||||||
|
| RAM pico (research + quotes) | **≤ 7.5 GB** (alerta ≥ 85%) |
|
||||||
|
| Disco Docker logs | json-file max já aplicado no OpenAlice; replicar no bridge |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 7. Segurança e compliance
|
||||||
|
|
||||||
|
- Paper / research only — **sem** keys de brokerage live
|
||||||
|
- Alpaca **paper** apenas se UTA for ligado (explicitamente)
|
||||||
|
- Secrets em `/opt/invest/agents/secrets/` mode **600**
|
||||||
|
- Não misturar admin token OpenAlice com senha Invest no mesmo campo de UI sem aviso
|
||||||
|
- Disclaimer: **não é conselho financeiro**
|
||||||
|
- Não alterar `/etc/network/interfaces` do Proxmox nesta SPEC
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 8. Auth — decisão de produto
|
||||||
|
|
||||||
|
| Opção | Decisão nesta SPEC |
|
||||||
|
|-------|-------------------|
|
||||||
|
| Unificar senha Invest = token OpenAlice | **Rejeitado** (token 256-bit ≠ senha humana; OpenAlice não aceita custom token nativo) |
|
||||||
|
| Login único no shell Invest | **Obrigatório** a partir da Fase A |
|
||||||
|
| OpenAlice token | Mantém-se para UI standalone até Fase C; documentado em `secrets/openalice-admin-token.txt` |
|
||||||
|
| SSO profundo (cookie partilhado) | **Opcional Fase B**; não bloqueia Index Hub |
|
||||||
|
|
||||||
|
Credenciais Invest de referência (operador): `admin@myvexx.com` — ver handoff (não repetir segredos em cópias públicas da SPEC).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 9. URLs e rotas
|
||||||
|
|
||||||
|
| URL | Papel | Fase |
|
||||||
|
|-----|-------|------|
|
||||||
|
| `https://invest.myvexx.com/` | Shell | A+ |
|
||||||
|
| `https://invest.myvexx.com/agents` | Hub agents | A |
|
||||||
|
| `https://invest.myvexx.com/markets` | Index Hub UI | B |
|
||||||
|
| `https://invest.myvexx.com/research` | Inbox | C (stub B opcional) |
|
||||||
|
| `https://invest.myvexx.com/api/agents/*` | Bridge | 050 / A |
|
||||||
|
| `https://invest.myvexx.com/api/markets/*` | Index Hub API | B |
|
||||||
|
| `https://openalice.myvexx.com/` | Alice UI standalone | A–B |
|
||||||
|
| `https://invest.myvexx.com/alice/` | **Deprecated** — não usar | — |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 10. Estado actual (baseline 2026-08-05)
|
||||||
|
|
||||||
|
| Item | Estado |
|
||||||
|
|------|--------|
|
||||||
|
| Invest stack CT124 | ✅ |
|
||||||
|
| OpenAlice container healthy `:47331` | ✅ |
|
||||||
|
| Bridge `:3100` | ✅ |
|
||||||
|
| Página `/agents` no frontend Invest | ❌ |
|
||||||
|
| Index Hub `/api/markets/*` | ❌ |
|
||||||
|
| KPIs medidos (dashboard) | ❌ (definidos nesta SPEC) |
|
||||||
|
| LLM key TradingAgents | ❌ pendente operador |
|
||||||
|
| Alice-loop nativo no Invest | ❌ |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 11. Plano de implementação sugerido
|
||||||
|
|
||||||
|
1. **Aprovar** esta SPEC (Roger).
|
||||||
|
2. Fase A: rota `/agents` + nav + cards bridge (1–2 dias).
|
||||||
|
3. Fase B: esqueleto Index Hub + provider Yahoo (ou equivalente) + UI `/markets` + instrumentar timings p95.
|
||||||
|
4. Medir KPIs §6; ajustar TTL/cache antes de mais providers.
|
||||||
|
5. Fase C: portar Alice-loop (workspaces/issues/inbox) para domínio Invest — SPEC filha se o escopo explodir (**052**).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 12. Fora de escopo
|
||||||
|
|
||||||
|
- Trading live / UTA com fundos reais
|
||||||
|
- Alterar senha Invest para o token OpenAlice
|
||||||
|
- Patch upstream OpenAlice para aceitar password fraca
|
||||||
|
- QuantConnect / Alpaca live
|
||||||
|
- Mudanças de rede Proxmox (`interfaces`)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 13. Critério de aceitação global
|
||||||
|
|
||||||
|
SPEC-051 considera-se **cumprida** quando:
|
||||||
|
|
||||||
|
1. Operador autentica **uma vez** no Invest e acede a markets + agents no mesmo shell.
|
||||||
|
2. Index Hub cumpre KPIs §6.1 e cobertura §6.2 (Fase B).
|
||||||
|
3. Agents permanecem paper-only (§6.3 / §7).
|
||||||
|
4. Documentação (handoff + este ficheiro) reflecte URLs e estado reais.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 14. Comandos de verificação (baseline)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Invest auth + agents
|
||||||
|
curl -sk -X POST https://invest.myvexx.com/api/auth/login \
|
||||||
|
-H 'Content-Type: application/json' \
|
||||||
|
-d '{"email":"admin@myvexx.com","password":"***"}'
|
||||||
|
|
||||||
|
curl -sk https://invest.myvexx.com/api/agents/health
|
||||||
|
curl -sk https://invest.myvexx.com/api/agents/agents
|
||||||
|
|
||||||
|
# OpenAlice
|
||||||
|
curl -sk -o /dev/null -w '%{http_code}\n' https://openalice.myvexx.com/
|
||||||
|
|
||||||
|
# Pós Fase B
|
||||||
|
curl -sk https://invest.myvexx.com/api/markets/indices
|
||||||
|
curl -sk 'https://invest.myvexx.com/api/markets/quotes?symbols=IBOV,SPX,EURUSD'
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 15. Aprovação
|
||||||
|
|
||||||
|
| Campo | Valor |
|
||||||
|
|-------|-------|
|
||||||
|
| Autor | Auto (sessão CT124, 2026-08-05) |
|
||||||
|
| Aprovador | Roger |
|
||||||
|
| Aprovado em | _pendente_ |
|
||||||
|
| Notas | _…_ |
|
||||||
|
|
||||||
|
**Pedido:** Roger, confirma se avançamos pela **Fase A** já, ou se queres ajustar KPIs / asset classes antes de código.
|
||||||
30
README.md
Normal file
30
README.md
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
# Obsidian Vault — Ligbox Cloud
|
||||||
|
|
||||||
|
Vault central CT130 · sync Git `ligbox/obsidian-vault`
|
||||||
|
|
||||||
|
## MyVexx / Invest (novo)
|
||||||
|
|
||||||
|
| Doc | Link |
|
||||||
|
|-----|------|
|
||||||
|
| Hub Invest | [Invest-MyVexx.md](Invest-MyVexx/Invest-MyVexx.md) |
|
||||||
|
| **SPEC-051** Unified Dashboard + Index Hub | [SPEC-051](Invest-MyVexx/SPEC-051-INVEST-UNIFIED-DASHBOARD-INDEX-HUB.md) |
|
||||||
|
| SPEC-050 AI Agents paper-only | [SPEC-050](Invest-MyVexx/SPEC-050-INVEST-AI-AGENTS-PAPER.md) |
|
||||||
|
| RULE SSH CT124→CT130 | [RULE](Invest-MyVexx/RULE-SSH-CT124-TO-CT130-SPEC-HUB.md) |
|
||||||
|
|
||||||
|
## Conteúdo
|
||||||
|
|
||||||
|
| Pasta | Descrição |
|
||||||
|
|-------|-----------|
|
||||||
|
| `Invest-MyVexx/` | SPECs Invest (050, **051**) + RULE SSH |
|
||||||
|
| `ERP-Odoo-Ligit-MyVexx/` | SPECs ERP CONTIX+ |
|
||||||
|
| `ligbox-ops-platform/` | Specs, docs, LAPTOP, chat bruto |
|
||||||
|
| `ligbox-ops-platform/LAPTOP/` | Export C: / sessões Cursor |
|
||||||
|
| `ligbox-ops-platform/specs/` | Spec Kit features |
|
||||||
|
|
||||||
|
## Obsidian Desktop
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://git.spec.ligbox.com.br/ligbox/obsidian-vault.git
|
||||||
|
```
|
||||||
|
|
||||||
|
Plugin **Obsidian Git** → pull antes de editar, push depois.
|
||||||
118
_sidebar.md
118
_sidebar.md
|
|
@ -1,37 +1,97 @@
|
||||||
# Obsidian Vault
|
# Obsidian Vault
|
||||||
- [Início](README.md)
|
- [Início](README.md)
|
||||||
|
- [🏠 Hub](/)
|
||||||
---
|
---
|
||||||
## Inventário VMs
|
## Inventário VMs
|
||||||
- [Todas as VMs](ligbox-ops-platform/docs/vms/README.md)
|
- [Todas as VMs](ligbox-ops-platform/docs/vms/README.md)
|
||||||
- [VM112 Onboard](ligbox-ops-platform/docs/vms/VM112.md)
|
- [VM112](ligbox-ops-platform/docs/vms/VM112.md)
|
||||||
- [VM122 Ops Desk](ligbox-ops-platform/docs/vms/VM122.md)
|
- [VM122](ligbox-ops-platform/docs/vms/VM122.md)
|
||||||
- [VM123 Finance](ligbox-ops-platform/docs/vms/VM123.md)
|
- [VM123](ligbox-ops-platform/docs/vms/VM123.md)
|
||||||
- [VM104 Wazuh](ligbox-ops-platform/docs/vms/VM104.md)
|
- [VM104](ligbox-ops-platform/docs/vms/VM104.md)
|
||||||
- [CT130 Spec Hub](ligbox-ops-platform/docs/vms/CT130.md)
|
- [CT130](ligbox-ops-platform/docs/vms/CT130.md)
|
||||||
---
|
---
|
||||||
## VM123 docs
|
## MyVexx / Invest
|
||||||
- [Inventário VM123](ligbox-ops-platform/docs/network/VM123_INVENTARIO.md)
|
- [Invest hub](Invest-MyVexx/Invest-MyVexx.md)
|
||||||
- [Console handoff](ligbox-ops-platform/docs/VM123_OPS_CONSOLE_HANDOFF.md)
|
- [SPEC-050 AI Agents](Invest-MyVexx/SPEC-050-INVEST-AI-AGENTS-PAPER.md)
|
||||||
## VM112 docs
|
- [SPEC-051 Unified Dashboard](Invest-MyVexx/SPEC-051-INVEST-UNIFIED-DASHBOARD-INDEX-HUB.md)
|
||||||
- [Email Ligbox VM112](ligbox-ops-platform/docs/EMAIL_LIGBOX_VM112.md)
|
- [RULE SSH CT124→CT130](Invest-MyVexx/RULE-SSH-CT124-TO-CT130-SPEC-HUB.md)
|
||||||
## Rede / Infra
|
|
||||||
- [Interfaces Proxmox](ligbox-ops-platform/docs/network/INTERFACES_PROXMOX.md)
|
|
||||||
- [Traefik Ops](ligbox-ops-platform/docs/network/TRAEFIK_OPS_PUBLIC.md)
|
|
||||||
---
|
---
|
||||||
## LAPTOP (export C:)
|
## ERP Odoo (MyVexx/Ligit)
|
||||||
- [20260616_SERVICOS_ORQUESTRACAO_PURGE_ASPECTOS](ligbox-ops-platform/LAPTOP/20260616_SERVICOS_ORQUESTRACAO_PURGE_ASPECTOS.md)
|
|
||||||
- [20260617_VM123_FINANCE_STACK_ASPECTOS](ligbox-ops-platform/LAPTOP/20260617_VM123_FINANCE_STACK_ASPECTOS.md)
|
|
||||||
- [INDICE_ANAIS](ligbox-ops-platform/LAPTOP/INDICE_ANAIS.md)
|
|
||||||
- [PROVISIONING_CLIENT_CARD](ligbox-ops-platform/LAPTOP/PROVISIONING_CLIENT_CARD.md)
|
|
||||||
## Deploy scripts
|
|
||||||
- [vm112-spec022](ligbox-ops-platform/deploy/vm112-spec022/)
|
|
||||||
- [vm112-wizard-security](ligbox-ops-platform/deploy/vm112-wizard-security/)
|
|
||||||
- [vm123-finance-stack](ligbox-ops-platform/deploy/vm123-finance-stack/)
|
|
||||||
- [vm122-fossbilling](ligbox-ops-platform/deploy/vm122-fossbilling/)
|
|
||||||
---
|
---
|
||||||
## Chat bruto (anais)
|
## Specs (vault copy)
|
||||||
- [Índice 2026-06-19](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_20260619_INDICE.txt)
|
- [001-webhook-vm112-integration](ligbox-ops-platform/specs/001-webhook-vm112-integration/spec.md)
|
||||||
- [OpenPanel VM123 Spec028 — 19/06](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_OPENPANEL_VM123_SPEC028_20260619.txt)
|
- [002-wazuh-integration](ligbox-ops-platform/specs/002-wazuh-integration/spec.md)
|
||||||
- [Wizard VM112 — 19/06](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_WIZARD_VM112_20260619.txt)
|
- [003-desk-auth-rbac](ligbox-ops-platform/specs/003-desk-auth-rbac/spec.md)
|
||||||
- [Spec Hub CT130 — 19/06](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_LIGBOX_SPEC_HUB_CT130_20260619.txt)
|
- [004-desk-account-management](ligbox-ops-platform/specs/004-desk-account-management/spec.md)
|
||||||
|
- [004-onboard-funnel-events](ligbox-ops-platform/specs/004-onboard-funnel-events/spec.md)
|
||||||
|
- [007-mobile-push-notifications](ligbox-ops-platform/specs/007-mobile-push-notifications/spec.md)
|
||||||
|
- [009-ops-audit-overview](ligbox-ops-platform/specs/009-ops-audit-overview/spec.md)
|
||||||
|
- [010-admin-domain-validation](ligbox-ops-platform/specs/010-admin-domain-validation/spec.md)
|
||||||
|
- [010-desk-assist-takeover](ligbox-ops-platform/specs/010-desk-assist-takeover/spec.md)
|
||||||
|
- [011-integration-otrs](ligbox-ops-platform/specs/011-integration-otrs/spec.md)
|
||||||
|
- [011-mail-tls-wizard-validation](ligbox-ops-platform/specs/011-mail-tls-wizard-validation/spec.md)
|
||||||
|
- [012-abandoned-onboarding-lead](ligbox-ops-platform/specs/012-abandoned-onboarding-lead/spec.md)
|
||||||
|
- [013-email-server-migration](ligbox-ops-platform/specs/013-email-server-migration/spec.md)
|
||||||
|
- [014-funnel-phase-timing](ligbox-ops-platform/specs/014-funnel-phase-timing/spec.md)
|
||||||
|
- [015-desk-module-registry](ligbox-ops-platform/specs/015-desk-module-registry/spec.md)
|
||||||
|
- [016-onboard-self-service-prefill](ligbox-ops-platform/specs/016-onboard-self-service-prefill/spec.md)
|
||||||
|
- [017-vm112-domain-orchestration](ligbox-ops-platform/specs/017-vm112-domain-orchestration/spec.md)
|
||||||
|
- [018-service-orchestration](ligbox-ops-platform/specs/018-service-orchestration/spec.md)
|
||||||
|
- [019-email-migration-vm122-execution](ligbox-ops-platform/specs/019-email-migration-vm122-execution/spec.md)
|
||||||
|
- [019-ops-console-active-operations](ligbox-ops-platform/specs/019-ops-console-active-operations/spec.md)
|
||||||
|
- [020-purge-history-desk](ligbox-ops-platform/specs/020-purge-history-desk/spec.md)
|
||||||
|
- [021-wizard-cybersecurity-telemetry](ligbox-ops-platform/specs/021-wizard-cybersecurity-telemetry/spec.md)
|
||||||
|
- [022-carbonio-account-exists-release](ligbox-ops-platform/specs/022-carbonio-account-exists-release/spec.md)
|
||||||
|
- [023-billing-recurrence-desk-visibility](ligbox-ops-platform/specs/023-billing-recurrence-desk-visibility/spec.md)
|
||||||
|
- [024-openpanel-fossbilling](ligbox-ops-platform/specs/024-openpanel-fossbilling/spec.md)
|
||||||
|
- [025-wizard-onboarding-continuity](ligbox-ops-platform/specs/025-wizard-onboarding-continuity/spec.md)
|
||||||
|
- [026-purge-traefik-validation](ligbox-ops-platform/specs/026-purge-traefik-validation/spec.md)
|
||||||
|
- [027-desk-rbac-function-matrix](ligbox-ops-platform/specs/027-desk-rbac-function-matrix/spec.md)
|
||||||
|
- [028-openpanel-ce-ligbox-reengineering](ligbox-ops-platform/specs/028-openpanel-ce-ligbox-reengineering/spec.md)
|
||||||
|
- [029-agentic-ops-runbooks](ligbox-ops-platform/specs/029-agentic-ops-runbooks/spec.md)
|
||||||
|
- [029-tickets-workspace](ligbox-ops-platform/specs/029-tickets-workspace/spec.md)
|
||||||
|
- [030-agentic-ops-ui](ligbox-ops-platform/specs/030-agentic-ops-ui/spec.md)
|
||||||
|
- [031-spec-hub-portal](ligbox-ops-platform/specs/031-spec-hub-portal/spec.md)
|
||||||
|
- [032-purge-domain-extra-auth](ligbox-ops-platform/specs/032-purge-domain-extra-auth/spec.md)
|
||||||
|
- [033-desk-infra-console-ui](ligbox-ops-platform/specs/033-desk-infra-console-ui/spec.md)
|
||||||
|
- [034-nextcloud-carbonio-vm112-integration](ligbox-ops-platform/specs/034-nextcloud-carbonio-vm112-integration/spec.md)
|
||||||
|
- [035-ligbox-mail-bundles-foss-openpanel](ligbox-ops-platform/specs/035-ligbox-mail-bundles-foss-openpanel/spec.md)
|
||||||
|
- [035-ligbox-watchman](ligbox-ops-platform/specs/035-ligbox-watchman/spec.md)
|
||||||
|
- [036-backstage-techdocs-speckit-companion](ligbox-ops-platform/specs/036-backstage-techdocs-speckit-companion/spec.md)
|
||||||
|
- [037-dns-multi-cloudflare-orchestration](ligbox-ops-platform/specs/037-dns-multi-cloudflare-orchestration/spec.md)
|
||||||
|
- [038-nutranik-mail-proxy-vm108](ligbox-ops-platform/specs/038-nutranik-mail-proxy-vm108/spec.md)
|
||||||
|
- [039-ligbox-ops-authorization-catalog](ligbox-ops-platform/specs/039-ligbox-ops-authorization-catalog/spec.md)
|
||||||
|
- [040-desk-design-system-v013](ligbox-ops-platform/specs/040-desk-design-system-v013/spec.md)
|
||||||
|
- [041-desk-operational-feed](ligbox-ops-platform/specs/041-desk-operational-feed/spec.md)
|
||||||
|
- [042-ligbox-nettools-portal](ligbox-ops-platform/specs/042-ligbox-nettools-portal/spec.md)
|
||||||
|
- [043-desk-client-activation-sync](ligbox-ops-platform/specs/043-desk-client-activation-sync/spec.md)
|
||||||
|
- [044-foss-desk-ticket-sync](ligbox-ops-platform/specs/044-foss-desk-ticket-sync/spec.md)
|
||||||
|
- [045-big1-access-security-hardening](ligbox-ops-platform/specs/045-big1-access-security-hardening/spec.md)
|
||||||
|
- [049-invest-myvexx-platform-deploy](ligbox-ops-platform/specs/049-invest-myvexx-platform-deploy/spec.md)
|
||||||
|
---
|
||||||
|
## Chat bruto
|
||||||
|
- [CHAT_BRUTO_20260619_INDICE.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_20260619_INDICE.txt)
|
||||||
|
- [CHAT_BRUTO_20260620_INDICE.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_20260620_INDICE.txt)
|
||||||
|
- [CHAT_BRUTO_LIGBOX_OPS_PLATFORM_OVERVIEW_DNS_UI_20260610.jsonl](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_LIGBOX_OPS_PLATFORM_OVERVIEW_DNS_UI_20260610.jsonl)
|
||||||
|
- [CHAT_BRUTO_LIGBOX_OPS_PLATFORM_OVERVIEW_DNS_UI_20260610.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_LIGBOX_OPS_PLATFORM_OVERVIEW_DNS_UI_20260610.txt)
|
||||||
|
- [CHAT_BRUTO_LIGBOX_OPS_SERVICOS_ORQUESTRACAO_PURGE_20260616.jsonl](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_LIGBOX_OPS_SERVICOS_ORQUESTRACAO_PURGE_20260616.jsonl)
|
||||||
|
- [CHAT_BRUTO_LIGBOX_OPS_SERVICOS_ORQUESTRACAO_PURGE_20260616.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_LIGBOX_OPS_SERVICOS_ORQUESTRACAO_PURGE_20260616.txt)
|
||||||
|
- [CHAT_BRUTO_LIGBOX_SPEC_HUB_CT130_20260619.jsonl](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_LIGBOX_SPEC_HUB_CT130_20260619.jsonl)
|
||||||
|
- [CHAT_BRUTO_LIGBOX_SPEC_HUB_CT130_20260619.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_LIGBOX_SPEC_HUB_CT130_20260619.txt)
|
||||||
|
- [CHAT_BRUTO_LIGBOX_SPEC_HUB_CT130_20260619_INDICE.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_LIGBOX_SPEC_HUB_CT130_20260619_INDICE.txt)
|
||||||
|
- [CHAT_BRUTO_MATRIZ_PERMISSOES_SPEC027_UI_20260620.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_MATRIZ_PERMISSOES_SPEC027_UI_20260620.txt)
|
||||||
|
- [CHAT_BRUTO_MATRIZ_PERMISSOES_SPEC027_UI_20260620_INDICE.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_MATRIZ_PERMISSOES_SPEC027_UI_20260620_INDICE.txt)
|
||||||
|
- [CHAT_BRUTO_OPENPANEL_VM123_SPEC028_20260619.jsonl](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_OPENPANEL_VM123_SPEC028_20260619.jsonl)
|
||||||
|
- [CHAT_BRUTO_OPENPANEL_VM123_SPEC028_20260619.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_OPENPANEL_VM123_SPEC028_20260619.txt)
|
||||||
|
- [CHAT_BRUTO_SPEC_045_BIG1_ACCESS_SECURITY_HARDENING_20260712.jsonl](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_SPEC_045_BIG1_ACCESS_SECURITY_HARDENING_20260712.jsonl)
|
||||||
|
- [CHAT_BRUTO_SPEC_045_BIG1_ACCESS_SECURITY_HARDENING_20260712.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_SPEC_045_BIG1_ACCESS_SECURITY_HARDENING_20260712.txt)
|
||||||
|
- [CHAT_BRUTO_WEBMAIL_GATE_TICKETS_SPEC043_044_20260701.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_WEBMAIL_GATE_TICKETS_SPEC043_044_20260701.txt)
|
||||||
|
- [CHAT_BRUTO_WEBMAIL_GATE_TICKETS_SPEC043_044_20260701_INDICE.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_WEBMAIL_GATE_TICKETS_SPEC043_044_20260701_INDICE.txt)
|
||||||
|
- [CHAT_BRUTO_WIZARD_GATE_EMAIL_FOSS_DRATCOIN_20260701.jsonl](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_WIZARD_GATE_EMAIL_FOSS_DRATCOIN_20260701.jsonl)
|
||||||
|
- [CHAT_BRUTO_WIZARD_GATE_EMAIL_FOSS_DRATCOIN_20260701.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_WIZARD_GATE_EMAIL_FOSS_DRATCOIN_20260701.txt)
|
||||||
|
- [CHAT_BRUTO_WIZARD_GATE_EMAIL_FOSS_DRATCOIN_20260701_INDICE.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_WIZARD_GATE_EMAIL_FOSS_DRATCOIN_20260701_INDICE.txt)
|
||||||
|
- [CHAT_BRUTO_WIZARD_VM112_20260619.jsonl](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_WIZARD_VM112_20260619.jsonl)
|
||||||
|
- [CHAT_BRUTO_WIZARD_VM112_20260619.txt](ligbox-ops-platform/chat-bruto/CHAT_BRUTO_WIZARD_VM112_20260619.txt)
|
||||||
|
- [INDICE_MODELAGEM_BRUTA.txt](ligbox-ops-platform/chat-bruto/INDICE_MODELAGEM_BRUTA.txt)
|
||||||
|
---
|
||||||
|
- [📋 Spec Driver (/specs/)](/specs/)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue