feat(conductor): Add MiniMax Provider Integration track

This commit is contained in:
2026-03-06 19:14:58 -05:00
parent 661566573c
commit bfe9fb03be
2 changed files with 19 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ This file tracks all major tracks for the project. Each track has its own detail
*Link: [./tracks/tool_usage_analytics_20260306/](./tracks/tool_usage_analytics_20260306/)* *Link: [./tracks/tool_usage_analytics_20260306/](./tracks/tool_usage_analytics_20260306/)*
11. [ ] **Track: Session Insights & Efficiency Scores** 11. [ ] **Track: Session Insights & Efficiency Scores**
*Link: [./tracks/session_insights_202603/session_insights06/](./tracks_20260306/)* *Link: [./tracks/session_insights_20260306/](./tracks/session_insights_20260306/)*
12. [ ] **Track: Track Progress Visualization** 12. [ ] **Track: Track Progress Visualization**
*Link: [./tracks/track_progress_viz_20260306/](./tracks/track_progress_viz_20260306/)* *Link: [./tracks/track_progress_viz_20260306/](./tracks/track_progress_viz_20260306/)*
@@ -123,3 +123,4 @@ This file tracks all major tracks for the project. Each track has its own detail
- [x] **Track: Deep Architectural Documentation Refresh** - [x] **Track: Deep Architectural Documentation Refresh**
- [x] **Track: Robust Live Simulation Verification** - [x] **Track: Robust Live Simulation Verification**

View File

@@ -0,0 +1,17 @@
# MiniMax Provider Integration
> Track ID: minimax_provider_20260306
## Overview
Add MiniMax as a new AI provider to Manual Slop with M2.5, M2.1, and M2 models.
## Links
- [Spec](./spec.md)
- [Plan](./plan.md)
- [Metadata](./metadata.json)
## Quick Start
1. Add "minimax" to PROVIDERS lists
2. Add credentials to credentials.toml
3. Implement client and send functions
4. Test provider switching