Your AI-powered autonomous agent that codes, interacts with your infrastructure and development workflows.
Whether you're debugging production issues, automating DevOps tasks, or seeking coding assistance, 2501 CLI brings the power of multiple specialized autonomous agents directly to your terminal.
- Install the CLI:
npm install -g @2501-ai/cli
- Set up your API key:
- Get your API key at accounts.2501.ai
- Configure the CLI:
@2501 set api_key YOUR_API_KEY
- Supercharge your terminal:
@2501 Implement authentication in my express app
- 🎯 Unmatched Accuracy: 96.95% success rate on HumanEval, setting a new industry standard. Check out our benchmark for more details
- 🧠 Multi-Model Intelligence: Unlike single-model solutions, 2501 leverages multiple specialized models
- 🔍 Context-Aware: Understands your project structure and coding patterns
- ✅ Self-Validating: Eliminates hallucinations through multi-model verification
- ⚡ Fast & Efficient - Get answers directly in your terminal
- 🛠️ Workspace Aware - Understands your project context
At the heart of 2501 is an orchestration of multiple of the top-performing models on the market today. Our approach, referenced as MoM (or Mixture of Models) going forward, is designed to maximize the successful execution of coding projects derived from natural language instructions.
With no one-size-fits-all model available, output quality is highly task-dependent. Our approach is to decompose any complex software development requirements into bite-sized tasks that can then be assigned to the most suitable model for resolution.
That’s precisely why the MoM approach shines and 2501’s autonomy does not stop here. On top of that, we continually evaluate the resolution of each task with a second model to improve or fix potential hallucinations.
Feature | 2501 | GitHub Copilot | Other AI Assistants |
---|---|---|---|
HumanEval Score | 96.95% | ~48.1% | ~90% |
Multi-Model Approach | ✅ | ❌ | ❌ |
Self-Validation | ✅ | ❌ | ❌ |
Workspace Awareness | ✅ | ✅ | Varies |
Terminal Integration | ✅ | ❌ | Varies |
- Node.js 16.x or higher
- Description: Set configuration values.
- Usage:
@2501 set <key> <value>
api_key
: Set the API key retrieved from the 2501 desktop app.
- Description: Fetches available agentic configurations from the API.
- Usage:
@2501 config
- Description: Execute a query using the specified agent.
- Common usage:
@2501 Implement authentication in my express app
- This will execute the query using the agent assigned to the current workspace.
- Custom Usage:
@2501 query <query> [--workspace <path>] [--agentId <id>]
- Description: Initializes a new agent.
- Usage:
@2501 init [--name <name>] [--workspace <path>] [--config <configKey>]
- Description: List agents in the current workspace or all agents on the machine.
- Usage:
@2501 agents [--workspace <path>] [--all] [--flush]
- Description: Fetch jobs from API.
- Usage:
@2501 jobs [--workspace <path>] [--subscribe] [--listen]
--workspace <path>
: Specify a different workspace path.--subscribe
: Subscribe every minute to the API for new jobs on the current workspace.--unsubscribe
: Unsubscribe the current workspace for new jobs.--listen
: Listen for new jobs from the API and execute them.
We welcome contributions! Have questions or suggestions? Reach out to us:
- 🌐 Website: 2501.ai
- 📧 Email: [email protected]
- 📚 Documentation: docs.2501.ai
- 💬 Discord: Join our community
Found a security issue? Please email [email protected]
This project is licensed under the ISC License - see the LICENSE file for details.