shahondin1624
  • Germay
  • Joined on 2026-01-30
8965beb4b9 refactor: extract create_agent factory into BaseAgent.from_channels classmethod (issue #223)
shahondin1624 closed issue llm-multiverse/llm-multiverse#224 2026-03-11 13:30:23 +01:00
Refactor: deduplicate make_params test helper across tool-broker executor tests
shahondin1624 deleted branch refactor/issue-224-dedup-make-params from llm-multiverse/llm-multiverse 2026-03-11 13:30:21 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 13:30:21 +01:00
d90361b21b Merge pull request 'refactor: deduplicate make_params test helper (#224)' (#227) from refactor/issue-224-dedup-make-params into main
7e3b182109 refactor: deduplicate make_params test helper in tool-broker (issue #224)
Compare 2 commits »
shahondin1624 commented on issue llm-multiverse/llm-multiverse#224 2026-03-11 13:30:20 +01:00
Refactor: deduplicate make_params test helper across tool-broker executor tests

Fixed in PR #227. Extracted make_params() into a shared test_util module, replacing 6 identical copies.

shahondin1624 merged pull request llm-multiverse/llm-multiverse#227 2026-03-11 13:30:19 +01:00
refactor: deduplicate make_params test helper (#224)
shahondin1624 created pull request llm-multiverse/llm-multiverse#227 2026-03-11 13:30:14 +01:00
refactor: deduplicate make_params test helper (#224)
7e3b182109 refactor: deduplicate make_params test helper in tool-broker (issue #224)
shahondin1624 closed issue llm-multiverse/llm-multiverse#222 2026-03-11 13:28:03 +01:00
Bug: tool-broker uses std::sync::Mutex for audit client instead of tokio::sync::Mutex
shahondin1624 deleted branch bugfix/issue-222-audit-client-mutex from llm-multiverse/llm-multiverse 2026-03-11 13:27:58 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 13:27:58 +01:00
d039bc9348 Merge pull request 'fix: use tokio::sync::Mutex for tool-broker audit client (#222)' (#226) from bugfix/issue-222-audit-client-mutex into main
aedc7dae87 fix: use tokio::sync::Mutex for tool-broker audit client (issue #222)
Compare 2 commits »
shahondin1624 commented on issue llm-multiverse/llm-multiverse#222 2026-03-11 13:27:58 +01:00
Bug: tool-broker uses std::sync::Mutex for audit client instead of tokio::sync::Mutex

Fixed in PR #226. Replaced std::sync::Mutex with tokio::sync::Mutex for the audit client field, matching the pattern in all other services.

shahondin1624 merged pull request llm-multiverse/llm-multiverse#226 2026-03-11 13:27:57 +01:00
fix: use tokio::sync::Mutex for tool-broker audit client (#222)
shahondin1624 created pull request llm-multiverse/llm-multiverse#226 2026-03-11 13:27:51 +01:00
fix: use tokio::sync::Mutex for tool-broker audit client (#222)
aedc7dae87 fix: use tokio::sync::Mutex for tool-broker audit client (issue #222)
shahondin1624 closed issue llm-multiverse/llm-multiverse#123 2026-03-11 13:25:21 +01:00
Refactor: extract shared service infrastructure (config, startup, shutdown)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#123 2026-03-11 13:25:17 +01:00
Refactor: extract shared service infrastructure (config, startup, shutdown)

Implemented in PR #225. Created services/common (llm-common) crate with ServiceConfig trait providing default load() and listen_addr() methods, plus shared shutdown_signal(),…

shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 13:25:16 +01:00
c21515f54a Merge pull request 'refactor: extract shared Rust service infrastructure (#123)' (#225) from refactor/issue-123-shared-service-infra into main
33ccda277d refactor: extract shared Rust service infrastructure into llm-common crate (issue #123)
Compare 2 commits »