Raphael Cautus (Maestro)
0f194d7cf4
chore: consolidate uncommitted changes
...
Aurélio Sync & Conscience Upgrade / Upgrade Réplica Conscience (push) Failing after 51s
CI — Test & Build All / aurelio-vscode (push) Failing after 1m31s
CI — Test & Build All / aurelio-backend (push) Failing after 1m16s
CI — Test & Build All / tilth (push) Failing after 1s
CI — Test & Build All / toon (push) Successful in 1m37s
CI — Test & Build All / dirac (push) Failing after 2m35s
CI — Test & Build All / Deploy VSIX to CT 205 (push) Has been skipped
CI — Test & Build All / monorepo (mirrors + unified tests) (push) Failing after 2m4s
Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
2026-07-31 15:07:55 +01:00
Raphael Cautus (Maestro)
2f26f2d836
feat(scripts): onboarding, GWS, lifestream, muscriptor, music, data-sharing
...
- onboard-client.py: client replica scaffolding CLI
- gws/: Google Workspace sync (Gmail, Calendar, Drive)
- lifestream/: life event stream collector
- muscriptor-mcp/: audio → MIDI MCP server
- music-mcp/: music library MCP server
- data_sharing/: consent-gated data sharing (Python + TS)
- sync-mirrors.py: GitHub → Forgejo mirror engine
- brain-to-gbrain.py, vault-sync.py, test-all.sh
- shared/: TS data-sharing library + index
- dirac: provider registry update
- .gitignore: exclude Rust build artifacts
Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
2026-07-31 14:58:02 +01:00
Raphael Cautus (Maestro)
749432fefc
feat(brain): garden, mirrors, vault-sync, provider registry consolidation
...
- .aurelio/garden/: model + agent garden (Google Cloud entries)
- .aurelio/mirrors/: sync-mirrors.yaml + state tracking
- .aurelio/skills/gcp/: Google Cloud skill
- Consolidation audit + execution plan (2026-07-30)
- vault-sync.py: Obsidian → GBrain MCP ingestion daemon
- brain-to-gbrain.py: brain → GBrain migration tool
- Provider registry + dist mirrors updated
- .gitignore: exclude .runner, .mimocode/.cron-lock, drift/target
Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
2026-07-31 14:57:24 +01:00
Raphael Cautus (Maestro)
c96b6631ce
feat(scripts): agent importer — new adapters, RL trajectory output
...
Aurélio Sync & Conscience Upgrade / Upgrade Réplica Conscience (push) Failing after 27s
Extends sync-agents-to-brain.py with:
- cursor, zed, continue, aider, cline adapters (11 total now)
- RL trajectory extraction (state/action/observation triples)
- Improved content flattening for OpenAI/Anthropic multipart content
- Engine: stable per-message timestamps, session_memory.md rendering
Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
2026-07-31 00:08:26 +01:00
Raphael Cautus (Maestro)
29f71dd330
feat(scripts): kubera manga pipeline + print-on-demand
...
- kubera-sync.py: /r/kubera → Google Docs → CBZ manga translation
pipeline. Scans Reddit RSS, extracts translated images from linked
Google Docs, packages as CBZ. old.reddit.com endpoint (www.reddit.com
returns 429 from datacenter IPs). Idempotent, 6h systemd timer.
- aurelio-print.py: CBZ/PDF → tankobon booklet imposition → IPP submit
to CUPS print server. Saddle-stitch ordering, signature folding,
pure-Python PDF writer (no external deps). Targets CT244 print server.
Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
2026-07-31 00:08:26 +01:00
fabiorafaelcoutada
6eb893b7a0
feat(gbrain): REST→MCP proxy for bot-rs compatibility
...
- Add gbrain-rest-proxy.py (REST /api/search → MCP tools/call bridge)
- Binary gbrain v0.42 uses MCP protocol, no REST API
- Proxy listens on :18002, called by aurelio-bot-rs via GBRAIN_URL
- Uses gbrain MCP token for auth
2026-07-16 23:09:46 +01:00
fabiorafaelcoutada
912cf45b51
feat(connectors): connector hub — registry + mirrors, devops/cloud/iot categories, 15 service entries (forgejo live, github, aws, localstack, minio, gcloud, azure, azurite, cloudflare, vercel, k8s, terraform, ansible, aws-iot, mqtt)
2026-07-12 20:51:08 +01:00
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
fabiorafaelcoutada
dff3ecebc8
feat(providers): single-source registry driving Hermes/Dirac/MCP/portal surfaces
...
Adds .aurelio/providers/registry.yaml as the one source of truth for every
provider the fleet exposes (openrouter, openai-codex, nous, zai, kimi-coding,
kimi-coding-cn, minimax, minimax-cn, bedrock, openai, anthropic, gemini,
moonshot, qwen, qwen-code, alibaba-cloud, claude-code, antigravity, mimocode,
local). Each entry carries kind/auth/protocol/models/context/surfaces/streaming
+ fallback.
scripts/generate-provider-mirrors.py emits three generated mirrors under
.aurelio/providers/dist/ and can patch Dirac's providers.json in place:
- portal.providers.json -> aurelio-theia ProviderCatalog / Gabinete Hub
- mcp.providers.json -> model_router.py runtime registry
- dirac.providers.json -> Dirac picker shape
--check exits non-zero when dist/ is stale (CI guard).
2026-07-10 22:39:08 +01:00
AI Agent
308a3daa52
feat(ci): add upgrade-conscience.py and Forgejo Actions workflow
2026-06-21 15:42:04 +01:00
AI Agent
8a242baa04
feat(sync): add Kimi to brain importer with recursive session discovery
2026-06-21 14:27:08 +01:00
AI Agent
262cf3c2b5
docs: add API key setup guide and Proxmox environment script
...
- SETUP_API_KEYS.md: Instructions for configuring external API keys
(Kimi, Jules, OpenAI, etc.)
- scripts/setup-proxmox-env.sh: Automated environment setup for Proxmox
nodes and containers
2026-06-07 21:27:53 +01:00
AI Agent
9c2b9ddd9d
feat(aurelio): add Omni-Printing UI, OCR notebook script, and hardware bridge server
2026-05-12 12:30:43 +01:00