shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 deleted branch feature/issue-86-assistant-agent-type from llm-multiverse/llm-multiverse 2026-03-11 08:18:06 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 08:18:06 +01:00
107b4313bc Merge pull request 'feat: implement assistant agent type (#86)' (#187) from feature/issue-86-assistant-agent-type into main
8b4650915f docs: mark issue #86 as COMPLETED
cbd1b5377e feat: implement assistant agent type (issue #86)
Compare 3 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse#187 2026-03-11 08:18:05 +01:00
feat: implement assistant agent type (#86)
shahondin1624 opened issue llm-multiverse/llm-multiverse#188 2026-03-11 08:17:28 +01:00
Tech debt: extract shared agent loop base class from researcher/coder/assistant
shahondin1624 closed issue llm-multiverse/llm-multiverse#86 2026-03-11 08:17:14 +01:00
Implement assistant agent type
shahondin1624 commented on issue llm-multiverse/llm-multiverse#86 2026-03-11 08:17:14 +01:00
Implement assistant agent type

Implemented in PR #187.

  • AssistantAgent class with conversational system prompt (web_search + memory_read only)
  • ASSISTANT_SYSTEM_PROMPT emphasizing helpful conversation, summarization,…
shahondin1624 created pull request llm-multiverse/llm-multiverse#187 2026-03-11 08:17:06 +01:00
feat: implement assistant agent type (#86)
8b4650915f docs: mark issue #86 as COMPLETED
cbd1b5377e feat: implement assistant agent type (issue #86)
Compare 2 commits »
shahondin1624 deleted branch feature/issue-81-coder-agent-type from llm-multiverse/llm-multiverse 2026-03-11 08:10:42 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 08:10:42 +01:00
dba9f1e9c3 Merge pull request 'feat: implement coder agent type (#81)' (#186) from feature/issue-81-coder-agent-type into main
80f6ce6f57 docs: mark issue #81 as COMPLETED
b66a8ce694 feat: implement coder agent type (issue #81)
Compare 3 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse#186 2026-03-11 08:10:40 +01:00
feat: implement coder agent type (#81)
shahondin1624 closed issue llm-multiverse/llm-multiverse#81 2026-03-11 08:08:22 +01:00
Implement coder agent type
shahondin1624 commented on issue llm-multiverse/llm-multiverse#81 2026-03-11 08:08:21 +01:00
Implement coder agent type

Implemented in PR #186 (awaiting manual review — agent type requires model behavior validation). Added CoderAgent with code-specific system prompt, tool set, RESULT_SOURCE_TOOL_OUTPUT tracking,…

shahondin1624 created pull request llm-multiverse/llm-multiverse#186 2026-03-11 08:08:13 +01:00
feat: implement coder agent type (#81)
80f6ce6f57 docs: mark issue #81 as COMPLETED
b66a8ce694 feat: implement coder agent type (issue #81)
Compare 2 commits »
shahondin1624 commented on issue llm-multiverse/llm-multiverse#85 2026-03-11 07:59:12 +01:00
Implement run_shell and package_install executors

Implemented in PR #185 (merged). Added RunShellExecutor and PackageInstallExecutor with shared execution utilities extracted to common.rs. 50 new tests, all passing.

shahondin1624 deleted branch feature/issue-85-run-shell-package-install from llm-multiverse/llm-multiverse 2026-03-11 07:59:06 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 07:59:06 +01:00
eb268768e6 Merge pull request 'feat: implement run_shell and package_install executors (#85)' (#185) from feature/issue-85-run-shell-package-install into main
aadacefd65 docs: mark issue #85 as COMPLETED
f034e62f41 fix: address code review findings for run_shell and package_install
5ac9cea474 feat: implement run_shell and package_install executors (issue #85)
Compare 4 commits »