shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 deleted branch feature/issue-69-researcher-agent-loop from llm-multiverse/llm-multiverse 2026-03-10 20:12:25 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-10 20:12:25 +01:00
41da7f866b feat: implement researcher agent loop with tool use cycle (issue #69)
shahondin1624 merged pull request llm-multiverse/llm-multiverse#168 2026-03-10 20:12:23 +01:00
feat: implement researcher agent loop (#69)
shahondin1624 closed issue llm-multiverse/llm-multiverse#69 2026-03-10 20:09:23 +01:00
Implement researcher agent loop (tool use cycle)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#69 2026-03-10 20:09:21 +01:00
Implement researcher agent loop (tool use cycle)

Implemented in PR #168 (awaiting manual review — Phase 8, requires model behavior validation).

  • Core researcher agent loop: discover → infer → parse → execute → observe → repeat
  • gRPC…
shahondin1624 created pull request llm-multiverse/llm-multiverse#168 2026-03-10 20:09:14 +01:00
feat: implement researcher agent loop (#69)
41da7f866b feat: implement researcher agent loop with tool use cycle (issue #69)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#72 2026-03-10 17:06:52 +01:00
Scaffold Orchestrator Python project

Implemented in PR #167 (merged).

  • Created services/orchestrator/ Python project with setuptools, grpcio, protobuf, pyyaml
  • YAML configuration loading with ORCHESTRATOR_CONFIG env var…
shahondin1624 deleted branch feature/issue-72-scaffold-orchestrator from llm-multiverse/llm-multiverse 2026-03-10 17:06:48 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-10 17:06:48 +01:00
54034b1a38 Merge pull request 'feat: scaffold Orchestrator Python project (#72)' (#167) from feature/issue-72-scaffold-orchestrator into main
32f43e0f22 feat: scaffold orchestrator Python project (issue #72)
Compare 2 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse#167 2026-03-10 17:06:47 +01:00
feat: scaffold Orchestrator Python project (#72)
shahondin1624 closed issue llm-multiverse/llm-multiverse#72 2026-03-10 17:06:47 +01:00
Scaffold Orchestrator Python project
shahondin1624 created pull request llm-multiverse/llm-multiverse#167 2026-03-10 17:06:42 +01:00
feat: scaffold Orchestrator Python project (#72)
32f43e0f22 feat: scaffold orchestrator Python project (issue #72)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#68 2026-03-10 16:58:47 +01:00
Define researcher agent system prompt and context structure

Implemented in PR #166. Comprehensive researcher agent specification created in specs/researcher-agent.md covering system prompt, context structure, tool conventions, confidence signaling,…

shahondin1624 closed issue llm-multiverse/llm-multiverse#68 2026-03-10 16:58:47 +01:00
Define researcher agent system prompt and context structure
shahondin1624 created pull request llm-multiverse/llm-multiverse#166 2026-03-10 16:58:39 +01:00
docs: define researcher agent specification (#68)
daec1f1a40 docs: define researcher agent system prompt and context structure (issue #68)