RajMandaliya/mini-agent
A minimal, async-first AI agent framework in Rust with multi-provider support (OpenRouter, OpenAI, Anthropic, Ollama), JSON schema-based tool calling, and a clean ReAct-style agent loop.
Platform-specific configuration:
{
"mcpServers": {
"mini-agent": {
"command": "npx",
"args": [
"-y",
"mini-agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...