Block a user
feat: implement confidence signal handling (#78)
feat: implement memory write gating (#77)
feat: implement fs_read and fs_write tool executors (#82)
shahondin1624
deleted branch feature/issue-82-fs-read-write-executors from llm-multiverse/llm-multiverse
2026-03-11 06:02:27 +01:00
Implement fs_read and fs_write tool executors
feat: implement fs_read and fs_write tool executors (#82)
shahondin1624
created branch feature/issue-82-fs-read-write-executors in llm-multiverse/llm-multiverse
2026-03-11 06:01:18 +01:00
shahondin1624
pushed to feature/issue-82-fs-read-write-executors at llm-multiverse/llm-multiverse
2026-03-11 06:01:18 +01:00
Wire orchestrator to researcher subagent e2e
Wire orchestrator to researcher subagent e2e
Implemented in PR #178.
What was done:
- Full ProcessRequest pipeline: decompose → session config filter → parallel researcher dispatch → confidence evaluation → memory write gating →…
feat: wire orchestrator to researcher subagent e2e (#80)
shahondin1624
created branch feature/issue-80-wire-orchestrator-e2e in llm-multiverse/llm-multiverse
2026-03-11 05:21:03 +01:00
shahondin1624
pushed to feature/issue-80-wire-orchestrator-e2e at llm-multiverse/llm-multiverse
2026-03-11 05:21:03 +01:00
shahondin1624
deleted branch feature/issue-79-session-config-application from llm-multiverse/llm-multiverse
2026-03-11 05:14:00 +01:00
feat: implement session config application (#79)
Implement session config application
Implement session config application
Implemented in PR #177.
What was done:
SessionConfigApplicator: Validates and applies SessionConfig from ProcessRequestRequest- Agent type filtering: Subtasks with disallowed agent types…