shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 created pull request llm-multiverse/llm-multiverse#204 2026-03-11 10:50:47 +01:00
feat: connectivity verification and service topology docs (#94)
14924f396d feat: add connectivity verification script and service topology docs (issue #94)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#181 2026-03-11 10:49:41 +01:00
Tech debt: deduplicate agent type name strings across manifest and config

This has worsened: _AGENT_TYPE_NAMES is now duplicated in 3 files (context.py, memory_gate.py, session_config.py) with inconsistent values. Created #200 with a concrete fix proposal (shared…

shahondin1624 commented on issue llm-multiverse/llm-multiverse#184 2026-03-11 10:49:39 +01:00
Tech debt: Config.load() scaling — consider splitting config by service

This has progressed: Config.load() is now 180 lines of boilerplate with 9 sub-config sections. Created #199 with a concrete fix proposal (generic _load_dataclass helper). This issue can be…

shahondin1624 opened issue llm-multiverse/llm-multiverse#203 2026-03-11 10:49:31 +01:00
Refactor: deduplicate Rust Dockerfile builder stage boilerplate
shahondin1624 opened issue llm-multiverse/llm-multiverse#202 2026-03-11 10:49:21 +01:00
Bug: Docker Compose network config missing internal:true and edge network separation
shahondin1624 opened issue llm-multiverse/llm-multiverse#201 2026-03-11 10:49:08 +01:00
Refactor: extract duplicated _CONFIDENCE_MAP and _JSON_BLOCK_RE to shared modules
shahondin1624 opened issue llm-multiverse/llm-multiverse#200 2026-03-11 10:48:59 +01:00
Refactor: consolidate duplicated _AGENT_TYPE_NAMES mappings into shared module
shahondin1624 opened issue llm-multiverse/llm-multiverse#199 2026-03-11 10:48:47 +01:00
Refactor: Config.load() boilerplate — replace manual field-by-field parsing
shahondin1624 commented on issue llm-multiverse/llm-multiverse#183 2026-03-11 10:48:31 +01:00
Tech debt: deduplicate context compaction logic between rolling_compactor and context_manager

Closing: resolved during Phase 9-11 implementation. The original rolling_compactor.py and context_manager.py files no longer exist. The code was cleanly refactored into compaction.py

shahondin1624 closed issue llm-multiverse/llm-multiverse#183 2026-03-11 10:48:26 +01:00
Tech debt: deduplicate context compaction logic between rolling_compactor and context_manager
shahondin1624 commented on issue llm-multiverse/llm-multiverse#93 2026-03-11 10:46:38 +01:00
Configure secrets service D-Bus socket mounting

Implemented in PR #198 (merged).

  • D-Bus session and system bus sockets mounted read-only into secrets container
  • DBUS_SESSION_SOCKET env var for configurable host socket path (default:…
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 10:46:34 +01:00
f4cdf8ec1d Merge pull request 'feat: configure D-Bus socket mounting for secrets service (#93)' (#198) from feature/issue-93-dbus-socket into main
7342358942 feat: configure D-Bus socket mounting for secrets service (issue #93)
Compare 2 commits »
shahondin1624 deleted branch feature/issue-93-dbus-socket from llm-multiverse/llm-multiverse 2026-03-11 10:46:34 +01:00
shahondin1624 merged pull request llm-multiverse/llm-multiverse#198 2026-03-11 10:46:32 +01:00
feat: configure D-Bus socket mounting for secrets service (#93)
shahondin1624 closed issue llm-multiverse/llm-multiverse#93 2026-03-11 10:46:32 +01:00
Configure secrets service D-Bus socket mounting
shahondin1624 created pull request llm-multiverse/llm-multiverse#198 2026-03-11 10:46:28 +01:00
feat: configure D-Bus socket mounting for secrets service (#93)
7342358942 feat: configure D-Bus socket mounting for secrets service (issue #93)
shahondin1624 created branch feature/issue-93-dbus-socket in llm-multiverse/llm-multiverse 2026-03-11 10:46:15 +01:00