No description
Find a file
fabiorafaelcoutada c2cdc4f939 feat(brain): unified agent -> brain importer across coding agents
scripts/sync-agents-to-brain.py fans every coding-agent's local artifacts into
the brain as session-<source>-<id>/ (session.jsonl, session_memory.md,
summary.md, metadata.json), reusing the Kimi layout contract.

  - scripts/agent_importers/engine.py   shared normalizer + content-addressed
                                        writer (idempotent: re-run writes 0 files)
  - scripts/agent_importers/adapters.py discover_* for kimi, hermes,
                                        claude-code (+ subagents),
                                        antigravity (SQLite), qwen-code, mimocode
  - scripts/sync-kimi-to-brain.py       now a thin wrapper delegating to
                                        --source kimi (existing calls keep working)

Flags: --dry-run, --skip-active, --source, --replica-root, --summary.
Run before .aurelio/sync.py --push to broadcast to the fleet.
2026-07-10 22:39:30 +01:00
.aurelio feat(mcp-router): load provider registry from mcp.providers.json mirror 2026-07-10 22:39:18 +01:00
.forgejo/workflows feat(ci): add upgrade-conscience.py and Forgejo Actions workflow 2026-06-21 15:42:04 +01:00
.github/workflows chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
dashboards/media-explorer chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
data/conscience chore(conscience): upgrade to v0.10.0 and align submodule paths 2026-07-04 23:01:09 +01:00
dirac chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
docs chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
experiments/hermes-launch docs(infra): correct savearth-mcp IP to 192.168.0.212 and document public tunnel endpoint 2026-07-04 16:55:35 +01:00
extensions refactor: extract aurelio-web and aurelio-vscode to independent repos 2026-06-21 15:58:00 +01:00
infra feat(lab-gateway): PPK2 simulation mode for offline development/CI 2026-07-06 02:27:00 +01:00
realms refactor(realms): rename hardware-device-test to test-environment-certifications 2026-07-05 19:47:01 +01:00
scripts feat(brain): unified agent -> brain importer across coding agents 2026-07-10 22:39:30 +01:00
sessions chore: add MCP and Docker infrastructure fixes session logs 2026-05-21 16:48:16 +01:00
shared feat(cdp-bridge): improve antigravity client and shared protobuf definitions 2026-06-07 21:27:34 +01:00
tilth chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
tools/omni refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
toon chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
.env.example docs: update README, directory guide, and MCP configuration 2026-06-07 21:27:41 +01:00
.gitignore feat(providers): single-source registry driving Hermes/Dirac/MCP/portal surfaces 2026-07-10 22:39:08 +01:00
AGENTS.md docs(agents): fix sync command and CT target in AGENTS.md 2026-07-05 18:19:41 +01:00
check_paths.js chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
claude-code-source.md refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
daemon.py chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
DESIGN.md chore: save remaining session artifacts and knowledge notes 2026-05-11 21:28:22 +01:00
device_research.txt chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
devicons.md refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
DIRECTORY_GUIDE.md chore(conscience): upgrade to v0.10.0 and align submodule paths 2026-07-04 23:01:09 +01:00
hardware_bridge_server.py feat(aurelio): add Omni-Printing UI, OCR notebook script, and hardware bridge server 2026-05-12 12:30:43 +01:00
OpenAgentsControl.md refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
README.md docs(agents): fix sync command and CT target in AGENTS.md 2026-07-05 18:19:41 +01:00
Roo-Code-Repo.md refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
scratch_mcp.py chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
SETUP_API_KEYS.md docs: add API key setup guide and Proxmox environment script 2026-06-07 21:27:53 +01:00
sync.sh chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
task.md chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
test-flex.js chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
test_ask.js chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
test_parse.ts chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
vscode_extension_migration_guide.md chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00

Réplica Omnisciente

The centralized hybrid memory engine and AI agent orchestration hub for the Portugal Futurista IoT ecosystem.

Architecture

~/.aurelio/                    Global config (like ~/.gemini/antigravity)
<workspace>/.aurelio/          Per-workspace config & brain
replica-omnisciente/
├── .aurelio/                  Central store: brain, sessions, MCP servers, skills
├── realms/                    Per-project knowledge & AGENTS.md
├── extensions/                VS Code extensions
│   ├── aurelio-vscode/        Main Aurelio IDE integration
│   └── kimi-interceptor/      Kimi Code → local model proxy
├── AGENTS.md                  Agent bootstrapping protocol
└── .aurelio/sync.py           Fleet synchronization bridge (replaces legacy sync.sh)

The .aurelio Paradigm

Three-tier cascading configuration, modeled on .gemini/antigravity:

Tier Location Scope
Global ~/.aurelio/ User-wide settings, identity, global KIs
Workspace <project>/.aurelio/ Project-specific brain, sessions, MCP config
Realm realms/<name>/.aurelio/ Domain-specific memory & knowledge

Quick Start

# Clone
git clone git@github.com:fabiorafaelcoutada/replica-omnisciente.git

# Deploy .aurelio sync bridge to a workspace
cp -r .aurelio/sync.py <target-workspace>/.aurelio/

# Install VS Code extension
cd extensions/aurelio-vscode
npm install && npm run compile

MCP Servers

Located in .aurelio/mcp/:

Server Purpose
electrical-mcp EDA, sourcing, knowledge services
jules-mcp-server Jules agent orchestration

Sync

The system auto-syncs brain artifacts to the Proxmox server at mcp.portugalfuturista.org via the Aurelio VS Code extension or manually:

python3 .aurelio/sync.py --push   # Broadcast changes to fleet
python3 .aurelio/sync.py --pull   # Ingest latest from fleet

Kimi Chat Sync

To import Kimi Code CLI session history and plans into the central brain:

python3 scripts/sync-kimi-to-brain.py --skip-active

This reads ~/.kimi/sessions/ and ~/.kimi/plans/ and writes normalized Aurelio-brain artifacts to .aurelio/brain/session-kimi-<uuid>/ and .aurelio/brain/kimi-plans/. Run it before python3 .aurelio/sync.py --push to broadcast Kimi conversations to the fleet.

Repository Purpose
ode-triunfal-firmware ESP32/STM32 firmware
nervura-electrica Infrastructure (Proxmox, Traefik, MQTT)
aprendiz-de-sensacoes ML training & inference
maquina-na-mao Flutter mobile app
janela-do-desassossego-web Web dashboard
guarda-livros-da-ode Backend API (Django)