shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 merged pull request llm-multiverse/llm-multiverse#171 2026-03-10 20:40:11 +01:00
feat: implement task decomposition for orchestrator (#73)
shahondin1624 closed issue llm-multiverse/llm-multiverse#73 2026-03-10 20:37:27 +01:00
Implement task decomposition
shahondin1624 commented on issue llm-multiverse/llm-multiverse#73 2026-03-10 20:37:26 +01:00
Implement task decomposition

Implementation Complete

PR #171 implements task decomposition for the orchestrator.

What was done:

  • TaskDecomposer class calling Model Gateway Inference with structured prompt
  • JSON…
shahondin1624 created pull request llm-multiverse/llm-multiverse#171 2026-03-10 20:37:18 +01:00
feat: implement task decomposition for orchestrator (#73)
58746687ff feat: implement task decomposition for orchestrator (issue #73)
shahondin1624 closed issue llm-multiverse/llm-multiverse#71 2026-03-10 20:30:31 +01:00
End-to-end validation of researcher agent
shahondin1624 commented on issue llm-multiverse/llm-multiverse#71 2026-03-10 20:30:29 +01:00
End-to-end validation of researcher agent

Implementation Complete

PR #170 adds end-to-end validation for the researcher agent.

What was done:

  • 13 e2e tests using real gRPC mock servers (not AsyncMock stubs) validating the full…
shahondin1624 created pull request llm-multiverse/llm-multiverse#170 2026-03-10 20:30:21 +01:00
test: end-to-end validation of researcher agent (#71)
6354f877f5 test: add end-to-end validation for researcher agent (issue #71)
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-10 20:28:07 +01:00
6f89b3f83d docs: mark issue #70 as COMPLETED in plan index
98f4e01d18 feat: implement context compaction for subagent prompt (issue #70)
Compare 2 commits »
shahondin1624 deleted branch feature/issue-70-context-compaction from llm-multiverse/llm-multiverse 2026-03-10 20:28:07 +01:00
shahondin1624 merged pull request llm-multiverse/llm-multiverse#169 2026-03-10 20:28:05 +01:00
feat: implement context compaction for subagent prompt (#70)
6f89b3f83d docs: mark issue #70 as COMPLETED in plan index
shahondin1624 closed issue llm-multiverse/llm-multiverse#70 2026-03-10 20:22:32 +01:00
Implement context compaction for subagent
shahondin1624 commented on issue llm-multiverse/llm-multiverse#70 2026-03-10 20:22:30 +01:00
Implement context compaction for subagent

Implementation Complete

PR #169 implements context compaction for the researcher agent's prompt builder.

What was done:

  • Added inference() unary method to ModelGatewayClient for…
shahondin1624 created pull request llm-multiverse/llm-multiverse#169 2026-03-10 20:22:23 +01:00
feat: implement context compaction for subagent prompt (#70)
98f4e01d18 feat: implement context compaction for subagent prompt (issue #70)