Block a user
shahondin1624
created branch feature/issue-76-rolling-context-compaction in llm-multiverse/llm-multiverse
2026-03-10 21:04:17 +01:00
shahondin1624
deleted branch feature/issue-74-parallel-dispatch from llm-multiverse/llm-multiverse
2026-03-10 20:59:32 +01:00
feat: implement parallel dispatch via asyncio (#74)
shahondin1624
deleted branch feature/issue-75-orchestrator-context from llm-multiverse/llm-multiverse
2026-03-10 20:59:21 +01:00
feat: implement orchestrator context management (#75)
Implement parallel dispatch via asyncio
Implement parallel dispatch via asyncio
Implemented in PR #173.\n\nSummary:\n- SubagentDispatcher class in dispatcher.py with dependency-aware scheduling via asyncio.wait(FIRST_COMPLETED)\n- Semaphore-based concurrency control…
feat: implement parallel dispatch via asyncio (#74)
shahondin1624
pushed to feature/issue-74-parallel-dispatch at llm-multiverse/llm-multiverse
2026-03-10 20:52:29 +01:00
shahondin1624
created branch feature/issue-74-parallel-dispatch in llm-multiverse/llm-multiverse
2026-03-10 20:52:29 +01:00
Implement orchestrator context management
Implement orchestrator context management
Implementation Complete
PR #172 implements orchestrator context management.
What was done:
OrchestratorContextclass tracking user request, decomposition plan, subtask results- Agent…
feat: implement orchestrator context management (#75)
shahondin1624
created branch feature/issue-75-orchestrator-context in llm-multiverse/llm-multiverse
2026-03-10 20:43:28 +01:00
shahondin1624
pushed to feature/issue-75-orchestrator-context at llm-multiverse/llm-multiverse
2026-03-10 20:43:28 +01:00
test: end-to-end validation of researcher agent (#71)
shahondin1624
deleted branch feature/issue-73-task-decomposition from llm-multiverse/llm-multiverse
2026-03-10 20:40:12 +01:00