feat: add MiniMax LLM provider example for AI agents#366
Merged
DorianZheng merged 2 commits intoboxlite-ai:mainfrom Mar 12, 2026
Merged
feat: add MiniMax LLM provider example for AI agents#366DorianZheng merged 2 commits intoboxlite-ai:mainfrom
DorianZheng merged 2 commits intoboxlite-ai:mainfrom
Conversation
- Add drive_box_with_minimax.py example demonstrating MiniMax M2.5 driving a BoxLite sandbox via OpenAI-compatible tool-use loop - Support models: MiniMax-M2.5, MiniMax-M2.5-highspeed - Update AI agents README with the new example - Update main README with AI Agent Integration section mentioning MiniMax
DorianZheng
reviewed
Mar 12, 2026
README.md
Outdated
| </details> | ||
|
|
||
|
|
||
| ## AI Agent Integration |
Member
There was a problem hiding this comment.
These comments are better kept in examples/python/06_ai_agents/README.md, and we suggest avoiding adding them to this location.
Address review feedback: move the AI Agent Integration section from the root README.md to examples/python/06_ai_agents/README.md where it is more appropriate. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Contributor
Author
|
Thanks for the feedback! Agreed — the AI Agent Integration section is better placed alongside the examples. I have moved it from the root |
Member
|
Thank you. Merged |
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
Add MiniMax as a supported LLM provider in the AI agent examples, demonstrating how to use MiniMax M2.5 models to drive a BoxLite sandbox via OpenAI-compatible tool-use.
Supported Models
MiniMax-M2.5— Peak Performance. Ultimate Value. Master the ComplexMiniMax-M2.5-highspeed— Same performance, faster and more agileChanges
drive_box_with_minimax.pyexample inexamples/python/06_ai_agents/https://api.minimax.io/v1)MINIMAX_API_KEYandMINIMAX_BASE_URLenvironment variablesdrive_box_with_llm.pyexampleexamples/python/06_ai_agents/README.mdwith the new exampleREADME.mdwith AI Agent Integration section mentioning MiniMaxAPI Documentation
Testing