minion-agent

A simple agent framework that's capable of browser use + mcp + auto instrument + plan + deep research + more

GitHub Stars

315

User Rating

Not Rated

Favorites

0

Views

84

Forks

50

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Python: 3.7 or higher
pip: Latest version

Installation Steps

1. Install the package

bash
pip install minion-agent-x

2. Install from source

bash
git clone git@github.com:femto/minion-agent.git
cd minion-agent
pip install -e .

Troubleshooting

Common Issues

Issue: Module not found after installation Solution: Ensure that Python path is set correctly.

Additional Resources