minion-agent
Basic Information
Minion Agent is a lightweight agent framework intended for developers who want to build and run autonomous agents that can use a browser, integrate with Model Context Protocol (MCP) tools, perform automatic instrumentation, create and follow plans, and run deep research workflows. The project exposes a MinionAgent class and an AgentConfig configuration object to specify model ids, model types, tools, instructions, and agent-specific arguments. It integrates with the smolagents framework and supports multiple model backends referenced in examples, including Azure and OpenAI server models and a LiteLLM option. The README includes usage examples, demo videos, example scripts for browser use, managed agents, deep research and reasoning, and instructions to install via pip or from source. The repository is packaged for development and includes guidance on environment variables and a development workflow.