Add Qwen Code external agent#34
Open
suhaanthayyil wants to merge 1 commit into
Open
Conversation
06a132b to
5d76cae
Compare
Open
5d76cae to
8e8c974
Compare
Author
|
Validation update after real local Qwen test:
One local-only note: repo-level mise run test:ci failed because my working tree has unrelated untracked LangGraph/CrewAI agent directories from a separate branch; the Qwen agent itself is clean and those directories are not part of this PR. |
fd31114 to
5a281ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds official Qwen Code support via a native Go external-agent binary,
entire-agent-qwen.Closes #20.
What changed
agents/entire-agent-qwenwith Qwen Code protocol support..qwen/settings.jsonfor lifecycle, tool, compaction, notification, permission, and subagent events.env,statusMessage,allowedEnvVars, custom matcher fields, and unknown keys.prompt/user_prompt,tool_input/inputs/input, andtool_response/response/tool_result.UserPromptSubmitevents without resetting Entire's pre-prompt checkpoint snapshot..entire/tmp/<session_id>.jsonmarkers for Entire session discovery.QWEN_E2E=1 E2E_AGENT=qwen.Validation
mise run build agents/entire-agent-qwenmise run test agents/entire-agent-qwenmise exec -- external-agents-tests verify agents/entire-agent-qwen/entire-agent-qwenmise exec -- golangci-lint runinagents/entire-agent-qwenqwen3:8bthrough the OpenAI-compatible endpoint: Qwen emitted structuredwrite_filetool calls, Qwen Code createdhello.txtandqwen_agentic_report.md, Entire hooks fired, commit condensed metadata, andentire checkpoint list --session 5444285a-6225-4e79-8403-99bb7784b3d3reportedcheckpoints 1.Notes
qwen), not the Qwen-Agent Python framework and not Claude Code.qwen3:8bbecause it executed Qwen Code tools successfully on this machine.