Module m2

Module m2 

Source
Expand description

MiniMax M2 model integration for 100+ tool calling.

Provides protocol generation, benchmarking, and long-horizon execution capabilities leveraging M2’s exceptional tool-use performance.

§MiniMax M2 Integration Module

NOTE: The full M2 integration is currently experimental.

This module intentionally provides a small, compiling API surface so that cargo test --all-features remains green while the full implementation is iterated on.

Re-exports§

pub use types::*;

Modules§

benchmarks
Stubbed M2 benchmarks.
connector
Stubbed M2 connector.
engine
Interleaved Thinking Engine
protocol_generator
M2 Protocol Generator
types
MiniMax M2 Integration Types

Structs§

M2IntegrationService
Primary M2 integration service.
M2ServiceBuilder
Builder for M2IntegrationService.