Doriandarko / omni-engineer

760 stars 125 forks source link

šŸ§  Omni Engineer: An AI-Powered Developer Console

An intelligent assistant designed to enhance your development workflow with advanced AI capabilities.

āœØ NEW

O1 support. Simply use openai/o1-preview or openai/o1-mini as models.

šŸ” Overview

Omni Engineer is a console-based tool that integrates AI capabilities into your development process. It offers smart responses to coding queries, file management, web searching, and image processing functionalities, now with enhanced features for a more robust development experience.

Omni Engineer is a spiritual successor to Claude Engineer, built from extensive usage of hand-made AI tools, trial and error, and user feedback. This new script allows for more control via simplicity while introducing powerful new features like multi-file editing and chat session management.

šŸŒŸ Features

šŸ–„ļø Commands

šŸš€ Installation

  1. Clone the repository:
    git clone https://github.com/doriandarko/omni-engineer.git
    cd omni-engineer
  2. Install the required packages:
    pip install -r requirements.txt
  3. Rename the .env.example to .env and add your API Key:
    OPENROUTER_API_KEY="Your key"
  4. Run the main script:
    python omni-eng.py

šŸ“š Usage

After launching the console, enter commands or questions as needed. The AI will respond accordingly, assisting with various development tasks. Use the /help command to see a list of available commands and their descriptions.

šŸ¤– AI Models

Omni Engineer utilizes OpenRouter to access a variety of AI models. The default model is set to "anthropic/claude-3.5-sonnet" for general assistance and "google/gemini-pro-1.5" for code editing. You can view the current model with /model and change it using /change_model. For detailed information on available models and their capabilities, refer to OpenRouter's documentation.

šŸ”§ Advanced Features

šŸ› Issue Reporting

Please use the issue tracker only for reporting actual bugs in the code. This helps keep the issue tracker focused on improving the project's stability and functionality.

šŸ¤ Contributing

Contributions to Omni Engineer are welcome! Please feel free to submit pull requests, create issues for bugs, or suggest new features.

ā­ļø Star History

Star History Chart