Tags give the ability to mark specific points in history as being important
-
-
-
-
graeae-hive-mind-v0.3.0
786343fe · ·GRAEAE Hive Mind v0.3.0 10 commits since v0.2.0 baseline. Production-grade features: - Identity discipline (runtime/kind/model/provider/cost-tier/auth-method) - Cost-tier dispatch (A=free NGC, B=cheap paid, C=reserve) - Subscription plan throttle (Anthropic Max 85% MTD cap) - Result cache (memoize identical jobs, cut 30-70% LLM spend) - Job DAG (depends_on[] gating) - Auto-retry with exponential backoff - Hallucination guard (token-loop + auth-error + rate-limit detection) - Capability scoring (per-worker per-kind stats) - Orphan-claim recovery + 7d stale-job auto-cancel - Scheduled/cron jobs (interval-based) - Worker error pattern detection (override exit_code on API errors) - Web dashboard + SSE event stream - Fleet system watchers (cpu/ram/gpu/load tracking per host) - 7/7 fleet hosts active (ARGOS, TYPHON, HYDRA, MEDUSA, CERBERUS, PROTEUS, cixmini) - 8 goose workers fleet-wide - MNEMOS provenance refs + result_mnemos_id - 4-backend schema (PG + Oracle 23ai migrations included; Db2 + SQLite Phase 2) - MCP SSE bridge exposing hive + mnemos + graeae as MCP tools Source: mnemos-production/feat/hive-mind HEAD = 786343f Dashboard: http://192.168.207.8:5005/ MCP bridge: http://192.168.207.8:5006/sse MNEMOS handoff: mem_152fd2ae9cbd
-
-
-
-
-
-
-
-
v6.0-rc2
865b9427 · ·MNEMOS v6.0-rc2 — multi-DB enterprise backends with native Db2 DiskANN engagement + Oracle production pool + security hardening Supersedes v6.0-rc1 (2026-05-21) with: - Db2 native semantic_search override (EUCLIDEAN + FETCH APPROX FIRST) engaging the 12.1.5 EAP DiskANN vector index - Oracle production-grade pool (stmt cache, session callback, DRCP, thick mode, NLS pin) - Vector input validation (NaN/Inf reject + dim cap) - P0 security hardening (hardcoded MCP token removed, MNEMOS_REQUIRE_SESSION_SECRET fail-loud) - Honest Oracle Compatibility Mode disclosure across docs (Db2 numbers carry compat-layer overhead; native dialect port on v6.x roadmap) Single-commit squash of feat/oracle-port (44 dev commits). Development history preserved on feat/oracle-port branch. Engineering reference: git clone -b v6.0-rc2 https://github.com/ncz-os/mnemos Bench artifact: docs/proof/bench-v4/bench-v4-defensible-10000-20260521T182312Z.json Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
-
v6.0-rc1
c9096c62 · ·MNEMOS v6.0-rc1 — multi-DB enterprise backends (Oracle AI Database 26ai + IBM Db2 12.1.5 EAP) Adds Oracle 26ai and Db2 12.1.5 (EAP) as first-class persistence backends behind the same PersistenceBackend ABC alongside PostgreSQL/pgvector and SQLite. Single-commit squash of feat/oracle-port (39 development commits). Development history preserved on feat/oracle-port branch. Engineering reference: git clone -b v6.0-rc1 https://github.com/ncz-os/mnemos Bench artifact: docs/proof/bench-v4/bench-v4-defensible-10000-20260521T182312Z.json Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
-
v6.0-preview
e49b25fe · ·v6.0-preview: in-process embedder + Intel Xe iGPU OpenVINO + Oracle/Db2 EE foundation
-