shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 merged pull request llm-multiverse/llm-multiverse#216 2026-03-11 11:37:53 +01:00
refactor: deduplicate Rust Dockerfiles into shared template (#203)
shahondin1624 created pull request llm-multiverse/llm-multiverse#216 2026-03-11 11:37:48 +01:00
refactor: deduplicate Rust Dockerfiles into shared template (#203)
9967d86ab6 refactor: deduplicate Rust Dockerfiles into shared ARG-parameterized template (issue #203)
shahondin1624 closed issue llm-multiverse/llm-multiverse#184 2026-03-11 11:32:24 +01:00
Tech debt: Config.load() scaling — consider splitting config by service
shahondin1624 commented on issue llm-multiverse/llm-multiverse#184 2026-03-11 11:32:24 +01:00
Tech debt: Config.load() scaling — consider splitting config by service

Resolved by #199 (PR #215). Config.load() boilerplate has been replaced with a generic _load_dataclass() helper, reducing the method from ~180 to ~30 lines. The scaling concern is no longer…

shahondin1624 commented on issue llm-multiverse/llm-multiverse#199 2026-03-11 11:32:16 +01:00
Refactor: Config.load() boilerplate — replace manual field-by-field parsing

Implemented in PR #215 (merged).

Added _load_dataclass() helper using dataclasses.fields() introspection. Config.load() reduced from ~180 to ~30 lines, removing ~140 lines of boilerplate. 482…

shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 11:32:12 +01:00
45fe32a137 Merge pull request 'Refactor: Config.load() boilerplate reduction (#199)' (#215) from refactor/issue-199-config-load into main
3147906fe7 refactor: replace Config.load() boilerplate with generic _load_dataclass helper (issue #199)
Compare 2 commits »
shahondin1624 deleted branch refactor/issue-199-config-load from llm-multiverse/llm-multiverse 2026-03-11 11:32:12 +01:00
shahondin1624 closed issue llm-multiverse/llm-multiverse#199 2026-03-11 11:32:11 +01:00
Refactor: Config.load() boilerplate — replace manual field-by-field parsing
shahondin1624 merged pull request llm-multiverse/llm-multiverse#215 2026-03-11 11:32:11 +01:00
Refactor: Config.load() boilerplate reduction (#199)
shahondin1624 created pull request llm-multiverse/llm-multiverse#215 2026-03-11 11:32:06 +01:00
Refactor: Config.load() boilerplate reduction (#199)
3147906fe7 refactor: replace Config.load() boilerplate with generic _load_dataclass helper (issue #199)
shahondin1624 created branch refactor/issue-199-config-load in llm-multiverse/llm-multiverse 2026-03-11 11:31:59 +01:00
shahondin1624 commented on issue llm-multiverse/llm-multiverse#201 2026-03-11 11:30:17 +01:00
Refactor: extract duplicated _CONFIDENCE_MAP and _JSON_BLOCK_RE to shared modules

Implemented in PR #214 (merged).

  • _CONFIDENCE_MAP: already deduplicated in PR #213 (#192) — extracted to agent_utils.CONFIDENCE_MAP
  • _JSON_BLOCK_RE: unified in parser.py as `JSON_BLOCK_…
shahondin1624 deleted branch refactor/issue-201-json-block-re from llm-multiverse/llm-multiverse 2026-03-11 11:30:12 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 11:30:12 +01:00
e12db2a89b Merge pull request 'Refactor: deduplicate JSON_BLOCK_RE regex (#201)' (#214) from refactor/issue-201-json-block-re into main
bdfb0978bc refactor: deduplicate JSON_BLOCK_RE regex across parser and decomposer (issue #201)
Compare 2 commits »
shahondin1624 closed issue llm-multiverse/llm-multiverse#201 2026-03-11 11:30:11 +01:00
Refactor: extract duplicated _CONFIDENCE_MAP and _JSON_BLOCK_RE to shared modules
shahondin1624 merged pull request llm-multiverse/llm-multiverse#214 2026-03-11 11:30:10 +01:00
Refactor: deduplicate JSON_BLOCK_RE regex (#201)
shahondin1624 created pull request llm-multiverse/llm-multiverse#214 2026-03-11 11:30:06 +01:00
Refactor: deduplicate JSON_BLOCK_RE regex (#201)