Block a user
refactor: extract shared Rust service infrastructure (#123)
shahondin1624
deleted branch refactor/issue-123-shared-service-infra from llm-multiverse/llm-multiverse
2026-03-11 13:25:16 +01:00
refactor: extract shared Rust service infrastructure (#123)
shahondin1624
pushed to refactor/issue-123-shared-service-infra at llm-multiverse/llm-multiverse
2026-03-11 13:24:55 +01:00
shahondin1624
created branch refactor/issue-123-shared-service-infra in llm-multiverse/llm-multiverse
2026-03-11 13:24:55 +01:00
Refactor: deduplicate mock gateway servers and SHA-256 hashing
3rd review update:
Mock gateways: Still 4 duplicated MockGateway implementations in the memory service (embedding/mod.rs, extraction/mod.rs, service.rs, integration_test.rs). No change…
Refactor: extract shared service infrastructure (config, startup, shutdown)
3rd review update: This issue now affects 5 Rust services (up from 3 when filed):
Refactor: deduplicate make_params test helper across tool-broker executor tests
Refactor: extract create_agent factory into BaseAgent classmethod
Bug: tool-broker uses std::sync::Mutex for audit client instead of tokio::sync::Mutex
Tech debt: extract shared agent loop base class from researcher/coder/assistant
Implemented in PR #221. Extracted BaseAgent class with shared run() loop. Each agent module reduced from ~210 lines to ~35 lines. _format_memory and result builders were already extracted in…
shahondin1624
deleted branch refactor/issue-188-agent-base-class from llm-multiverse/llm-multiverse
2026-03-11 11:53:34 +01:00
Tech debt: extract shared agent loop base class from researcher/coder/assistant
refactor: extract shared BaseAgent class from 4 agents (#188)
refactor: extract shared BaseAgent class from 4 agents (#188)
shahondin1624
pushed to refactor/issue-188-agent-base-class at llm-multiverse/llm-multiverse
2026-03-11 11:53:19 +01:00
shahondin1624
created branch refactor/issue-188-agent-base-class in llm-multiverse/llm-multiverse
2026-03-11 11:53:19 +01:00
Documentation: Update Project README
System Review: Acceptance Criteria Validation & Refactoring