Discover and explore top open-source AI tools and projects—updated daily.
blackboxaicodeCLI for local multi-agent code analysis and automation
Top 98.6% on SourcePulse
The blackboxaicode/cli provides a local command-line interface for running multi-agent AI systems, designed to assist developers with code understanding, editing, and workflow automation. It addresses limitations of traditional context windows and enables multimodal analysis, offering a powerful tool for enhancing developer productivity.
How It Works
This project leverages a multi-agent architecture executed locally, featuring a "Judge" component to select optimal task implementations. It utilizes an enhanced parser tailored for BlackboxAI models and integrates vision model support for seamless multimodal analysis. Session management allows fine-grained control over token usage, optimizing performance and cost.
Quick Start & Requirements
git clone https://github.com/blackboxaicode/cli.git), navigate into the directory (cd cli), install dependencies (npm install), and then install globally (npm install -g .)..blackboxcli/settings.json. API keys can be configured using blackbox configure.Highlighted Details
/compress and /clear.Maintenance & Community
The project is noted as being based on Google Gemini CLI. Further details on active maintainers, community channels (e.g., Discord, Slack), or a public roadmap are not provided in the README.
Licensing & Compatibility
A LICENSE file is present, but the specific open-source license type and its implications for commercial use or closed-source integration are not explicitly detailed in the README.
Limitations & Caveats
Vision model integration is presented as an experimental feature requiring explicit configuration for desired behavior modes ("once", "session", "persist"). Disabling vision models entirely is also an option via configuration.
4 months ago
Inactive