shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 merged pull request llm-multiverse/llm-multiverse#225 2026-03-11 13:25:16 +01:00
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
shahondin1624 created pull request llm-multiverse/llm-multiverse#225 2026-03-11 13:25:10 +01:00
refactor: extract shared Rust service infrastructure (#123)
33ccda277d refactor: extract shared Rust service infrastructure into llm-common crate (issue #123)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#124 2026-03-11 11:57:04 +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…

shahondin1624 commented on issue llm-multiverse/llm-multiverse#123 2026-03-11 11:56:58 +01:00
Refactor: extract shared service infrastructure (config, startup, shutdown)

3rd review update: This issue now affects 5 Rust services (up from 3 when filed):

shahondin1624 opened issue llm-multiverse/llm-multiverse#224 2026-03-11 11:56:49 +01:00
Refactor: deduplicate make_params test helper across tool-broker executor tests
shahondin1624 opened issue llm-multiverse/llm-multiverse#223 2026-03-11 11:56:41 +01:00
Refactor: extract create_agent factory into BaseAgent classmethod
shahondin1624 opened issue llm-multiverse/llm-multiverse#222 2026-03-11 11:56:32 +01:00
Bug: tool-broker uses std::sync::Mutex for audit client instead of tokio::sync::Mutex
shahondin1624 commented on issue llm-multiverse/llm-multiverse#188 2026-03-11 11:53:35 +01:00
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
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 11:53:34 +01:00
ad5d7f6769 Merge pull request 'refactor: extract shared BaseAgent class from 4 agents (#188)' (#221) from refactor/issue-188-agent-base-class into main
573ddf8fc6 refactor: extract shared BaseAgent class from 4 agent types (issue #188)
Compare 2 commits »
shahondin1624 closed issue llm-multiverse/llm-multiverse#188 2026-03-11 11:53:33 +01:00
Tech debt: extract shared agent loop base class from researcher/coder/assistant
shahondin1624 merged pull request llm-multiverse/llm-multiverse#221 2026-03-11 11:53:33 +01:00
refactor: extract shared BaseAgent class from 4 agents (#188)
shahondin1624 created pull request llm-multiverse/llm-multiverse#221 2026-03-11 11:53:28 +01:00
refactor: extract shared BaseAgent class from 4 agents (#188)
573ddf8fc6 refactor: extract shared BaseAgent class from 4 agent types (issue #188)
shahondin1624 opened issue llm-multiverse/llm-multiverse#220 2026-03-11 11:52:13 +01:00
Documentation: Update Project README
shahondin1624 opened issue llm-multiverse/llm-multiverse#219 2026-03-11 11:51:48 +01:00
System Review: Acceptance Criteria Validation & Refactoring