Block a user
feat: implement session config application (#79)
shahondin1624
pushed to feature/issue-79-session-config-application at llm-multiverse/llm-multiverse
2026-03-10 21:47:45 +01:00
shahondin1624
created branch feature/issue-79-session-config-application in llm-multiverse/llm-multiverse
2026-03-10 21:47:45 +01:00
Implement confidence signal handling
Implement confidence signal handling
Implemented in PR #176.
What was done:
ConfidenceEvaluator: Parsesresult_qualityand memory candidate confidence fromSubagentResult, computes weighted combined scores, supports 3…
feat: implement confidence signal handling (#78)
shahondin1624
created branch feature/issue-78-confidence-signal-handling in llm-multiverse/llm-multiverse
2026-03-10 21:42:02 +01:00
shahondin1624
pushed to feature/issue-78-confidence-signal-handling at llm-multiverse/llm-multiverse
2026-03-10 21:42:02 +01:00
Implement memory write gating
Implement memory write gating
Implemented in PR #175.\n\nSummary:\n- MemoryWriteGate class evaluates candidates against confidence threshold, content length, structure heuristic, and result quality gates\n- Writes…
feat: implement memory write gating (#77)
shahondin1624
pushed to feature/issue-77-memory-write-gating at llm-multiverse/llm-multiverse
2026-03-10 21:14:20 +01:00
shahondin1624
created branch feature/issue-77-memory-write-gating in llm-multiverse/llm-multiverse
2026-03-10 21:14:20 +01:00
shahondin1624
deleted branch feature/issue-76-rolling-context-compaction from llm-multiverse/llm-multiverse
2026-03-10 21:07:30 +01:00
feat: implement rolling context compaction (#76)
Implement rolling context compaction
Implement rolling context compaction
Implemented in PR #174.\n\nSummary:\n- OrchestratorCompactor class in compaction.py with automatic threshold-based compaction\n- Model Gateway inference for LLM-based summarization,…
feat: implement rolling context compaction (#76)
shahondin1624
pushed to feature/issue-76-rolling-context-compaction at llm-multiverse/llm-multiverse
2026-03-10 21:04:17 +01:00