-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: add MiMo agent — Xiaomi's MiMoCode CLI with ATIF trajectory support#1899
Open
RobinChiu wants to merge 1 commit into
Open
feat: add MiMo agent — Xiaomi's MiMoCode CLI with ATIF trajectory support #1899RobinChiu wants to merge 1 commit into
RobinChiu wants to merge 1 commit into
Conversation
Contributor
Enjoy a better diff viewing experience by clicking one of these URLs:
@RobinChiu
RobinChiu
force-pushed
the
mimo_code_agent
branch
from
June 12, 2026 09:29
b3ce7db to
9ca4348
Compare
...port Add the MiMo agent (Xiaomi MiMoCode CLI) as a built-in Harbor agent. - Register `mimo` in `AgentName` enum and `AgentFactory` - Implement `MiMo` class extending `BaseInstalledAgent` with: - Installation via `curl -fsSL https://mimo.xiaomi.com/install | bash` - ATIF trajectory generation from `mimo run --format=json` stdout - MCP server and skills directory registration - Provider-specific environment variable passthrough - Configurable CLI flags (e.g. `--variant`) - Deep-merge config support via `mimo_config` kwargs
@RobinChiu
RobinChiu
force-pushed
the
mimo_code_agent
branch
from
June 12, 2026 09:39
9ca4348 to
d7ded16
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.
Add the MiMo agent (Xiaomi MiMoCode CLI) as a built-in Harbor agent.
mimoinAgentNameenum andAgentFactoryMiMoclass extendingBaseInstalledAgentwith:curl -fsSL https://mimo.xiaomi.com/install | bashmimo run --format=jsonstdout--variant)mimo_configkwargs