Block a user
shahondin1624
created branch feature/issue-68-researcher-agent-spec in llm-multiverse/llm-multiverse
2026-03-10 16:58:30 +01:00
Integration tests for Tool Broker end-to-end
Implemented in PR #165. 13 gRPC integration tests covering ExecuteTool, ValidateCall, and DiscoverTools. All 199 tests pass (186 unit + 13 integration), clippy clean.
shahondin1624
deleted branch feature/issue-67-integration-tests from llm-multiverse/llm-multiverse
2026-03-10 16:54:51 +01:00
Integration tests for Tool Broker end-to-end
test: add end-to-end integration tests for Tool Broker (#67)
test: add end-to-end integration tests for Tool Broker (#67)
shahondin1624
pushed to feature/issue-67-integration-tests at llm-multiverse/llm-multiverse
2026-03-10 16:54:39 +01:00
shahondin1624
created branch feature/issue-67-integration-tests in llm-multiverse/llm-multiverse
2026-03-10 16:54:39 +01:00
Unit tests for each enforcement layer
Implemented in PR #164. Added 21 new edge case tests across all 5 enforcement layers. Total enforcement tests: 74. All 186 tests pass, clippy clean.
shahondin1624
deleted branch feature/issue-66-enforcement-unit-tests from llm-multiverse/llm-multiverse
2026-03-10 16:51:44 +01:00
Unit tests for each enforcement layer
test: add edge case unit tests for enforcement layers (#66)
test: add edge case unit tests for enforcement layers (#66)
shahondin1624
created branch feature/issue-66-enforcement-unit-tests in llm-multiverse/llm-multiverse
2026-03-10 16:51:33 +01:00
shahondin1624
pushed to feature/issue-66-enforcement-unit-tests at llm-multiverse/llm-multiverse
2026-03-10 16:51:33 +01:00
Implement ValidateCall gRPC endpoint (dry-run)
Implemented in PR #163. ValidateCall dry-run endpoint runs the 5-layer enforcement pipeline without executing the tool. Reuses enforce() method. 6 tests, 165 total pass, clippy clean.
shahondin1624
deleted branch feature/issue-65-validate-call-endpoint from llm-multiverse/llm-multiverse
2026-03-10 16:47:58 +01:00