Manifest Adds Support for MiniMax Token Plans with M2.7 Model

Manifest, an open source routing layer that sends OpenClaw requests to the cheapest capable model, now supports MiniMax token plans. This integration allows Manifest to route simpler tasks to MiniMax models, which the source notes are often the most cost-efficient option.
MiniMax M2.7 Model Details
The MiniMax M2.7 model was specifically built for OpenClaw workflows with training focused on multi-agent collaboration, dynamic tool search, and production-grade debugging. According to the source, it achieves benchmark scores of 62.7 on MM-ClawBench and 56.2 on SWE-Bench Pro, placing it in similar performance territory as Sonnet 4.6 and GPT 5.4.
Pricing and Practical Impact
MiniMax token plans start at $10/month. At this price point, Manifest can route simpler OpenClaw tasks to the M2.7 model, keeping costs minimal. The source states that most Manifest users reduce their AI model costs by 60-80% through this routing approach.
How Manifest Works
Manifest automatically routes each OpenClaw request to the cheapest model capable of handling the task. For simpler tasks, it frequently selects MiniMax models due to their cost efficiency. The tool is available on GitHub at github.com/mnfst/manifest.
📖 Read the full source: r/openclaw
👀 See Also

Orc: Multi-Agent Coding Orchestration Tool Adds Planning and Notification Features
Orc is an open-source tool that orchestrates AI coding agents across projects with a local TUI interface. The latest release adds planning as a first-class phase, notification systems for human intervention, and natural language lifecycle hooks.

Agent frameworks waste 350,000+ tokens per session resending static files
A benchmark on a local Qwen 3.5 122B setup revealed agent frameworks waste over 350,000 tokens per session by resending static files. A compile-time approach reduced query context from 1,373 tokens to 73, achieving a 95% reduction.

Phantom: A Persistent AI Agent Built with Claude's Agent SDK
Phantom is an open-source Bun/TypeScript process that wraps Claude's Agent SDK (Opus 4.6) with persistent vector memory, a self-evolution engine, and an MCP server interface. It runs continuously on its own VM or Docker Compose and communicates via Slack.

LivingAgents.ai: A Web-Based AI Agent Simulation Using Claude API
LivingAgents.ai is a web-based simulation where every agent is powered by the Claude API, performing actions like foraging, trading, crafting, attacking, reproducing, and dying permanently, with each action requiring a real LLM call.