Block a user
shahondin1624
deleted branch feature/issue-86-assistant-agent-type from llm-multiverse/llm-multiverse
2026-03-11 08:18:06 +01:00
feat: implement assistant agent type (#86)
Tech debt: extract shared agent loop base class from researcher/coder/assistant
Implement assistant agent type
Implement assistant agent type
Implemented in PR #187.
AssistantAgentclass with conversational system prompt (web_search + memory_read only)ASSISTANT_SYSTEM_PROMPTemphasizing helpful conversation, summarization,…
feat: implement assistant agent type (#86)
shahondin1624
created branch feature/issue-86-assistant-agent-type in llm-multiverse/llm-multiverse
2026-03-11 08:16:57 +01:00
shahondin1624
pushed to feature/issue-86-assistant-agent-type at llm-multiverse/llm-multiverse
2026-03-11 08:16:57 +01:00
shahondin1624
deleted branch feature/issue-81-coder-agent-type from llm-multiverse/llm-multiverse
2026-03-11 08:10:42 +01:00
feat: implement coder agent type (#81)
Implement coder agent type
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,…
feat: implement coder agent type (#81)
shahondin1624
pushed to feature/issue-81-coder-agent-type at llm-multiverse/llm-multiverse
2026-03-11 08:08:04 +01:00
shahondin1624
created branch feature/issue-81-coder-agent-type in llm-multiverse/llm-multiverse
2026-03-11 08:08:04 +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