Block a user
refactor: deduplicate Rust Dockerfiles into shared template (#203)
refactor: deduplicate Rust Dockerfiles into shared template (#203)
shahondin1624
created branch refactor/issue-203-dockerfile-dedup in llm-multiverse/llm-multiverse
2026-03-11 11:37:35 +01:00
shahondin1624
pushed to refactor/issue-203-dockerfile-dedup at llm-multiverse/llm-multiverse
2026-03-11 11:37:35 +01:00
Tech debt: Config.load() scaling — consider splitting config by service
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…
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
deleted branch refactor/issue-199-config-load from llm-multiverse/llm-multiverse
2026-03-11 11:32:12 +01:00
Refactor: Config.load() boilerplate — replace manual field-by-field parsing
Refactor: Config.load() boilerplate reduction (#199)
Refactor: Config.load() boilerplate reduction (#199)
shahondin1624
pushed to refactor/issue-199-config-load at llm-multiverse/llm-multiverse
2026-03-11 11:31:59 +01:00
shahondin1624
created branch refactor/issue-199-config-load in llm-multiverse/llm-multiverse
2026-03-11 11:31:59 +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 toagent_utils.CONFIDENCE_MAP_JSON_BLOCK_RE: unified inparser.pyas `JSON_BLOCK_…
shahondin1624
deleted branch refactor/issue-201-json-block-re from llm-multiverse/llm-multiverse
2026-03-11 11:30:12 +01:00
Refactor: extract duplicated _CONFIDENCE_MAP and _JSON_BLOCK_RE to shared modules
Refactor: deduplicate JSON_BLOCK_RE regex (#201)
Refactor: deduplicate JSON_BLOCK_RE regex (#201)