Block a user
Tech debt: deduplicate agent type name strings across manifest and config
Fully resolved in PR #218 (Rust manifest validation) and PR #212 (Python agent_types.py). Agent type strings are now validated at manifest load time against the known proto enum, with name-to-ID…
shahondin1624
deleted branch refactor/issue-181-manifest-agent-type-validation from llm-multiverse/llm-multiverse
2026-03-11 11:49:05 +01:00
Tech debt: deduplicate agent type name strings across manifest and config
refactor: validate manifest agent_type against known enum (#181)
refactor: validate manifest agent_type against known enum (#181)
shahondin1624
pushed to refactor/issue-181-manifest-agent-type-validation at llm-multiverse/llm-multiverse
2026-03-11 11:48:54 +01:00
shahondin1624
created branch refactor/issue-181-manifest-agent-type-validation in llm-multiverse/llm-multiverse
2026-03-11 11:48:54 +01:00
Tech debt: extract ToolOutput error helper to reduce boilerplate
Implemented in PR #217. Added ToolOutput::error(stderr, duration) helper and replaced ~35 manual error constructions across 6 files. Net reduction: 123 lines.
shahondin1624
deleted branch refactor/issue-182-tooloutput-error-helper from llm-multiverse/llm-multiverse
2026-03-11 11:44:21 +01:00
refactor: extract ToolOutput::error() helper (#182)
Tech debt: extract ToolOutput error helper to reduce boilerplate
refactor: extract ToolOutput::error() helper (#182)
shahondin1624
pushed to refactor/issue-182-tooloutput-error-helper at llm-multiverse/llm-multiverse
2026-03-11 11:44:02 +01:00
shahondin1624
created branch refactor/issue-182-tooloutput-error-helper in llm-multiverse/llm-multiverse
2026-03-11 11:44:02 +01:00
shahondin1624
deleted branch refactor/issue-203-dockerfile-dedup from llm-multiverse/llm-multiverse
2026-03-11 11:37:55 +01:00
Refactor: deduplicate Rust Dockerfile builder stage boilerplate
Implemented in PR #216. Replaced 5 per-service Rust Dockerfiles with a single shared docker/rust/service.Dockerfile parameterized via build ARGs. Updated docker-compose.yml accordingly. Net…
refactor: deduplicate Rust Dockerfiles into shared template (#203)