Magnet Agent
Magnet Agent is an AI coding assistant that uses tools to perform open-ended tasks on your codebase.
It’s like your very own dedicated engineer:
- Isolated. It spins up a Docker sandbox for coding tasks so it's isolated from your local environment.
- Portable. We're making container APIs for local and cloud environments.
- Extensible. You can give the agent your own tools with LangChain.
Examples of open-ended tasks you can run with Magnet Agent:
- “Update my README.md to describe how X feature works”
- “Find and fix TODO comments in my codebase”
- “Install Sentry in my project”
Usage
The easiest way to use Magnet Agent is with our CLI. You can run it with:
npx magnet-agent@latest
Then, you'll be prompted to enter a folder, task description, and output file. The agent will run the task on the folder and output the results to the file.
For more information, see CLI.
Documentation
See Documentation.
Contributing
See Contributing.