An intelligent assistant designed to enhance your development workflow.
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.
Omni Engineer is a spiritual successor to Claude Engineer. It was built from my extensive usage of hand-made AI tools, trial and error, and feedback received. Compared to Claude Engineer, this new script allows for more control via simplicity while leaving some of the other functionalities like a fully automated flow, or the ability to run code. At the same time, bring some cool new stuff like multi-file editing and save/resume of chats. I see this framework as more suitable for people who actually want to code with a better assistant on their side, versus something that is fully automatic.
- AI-Powered Responses
- File Management (Add, Edit, Create)
- Web Searching
- Image Processing
- Undo Functionality
- Conversation Save & Load
/add <filepath>
: Add files to AI context/edit <filepath>
: Edit existing files/new <filepath>
: Create new files/search
: Perform web searches/image <filepath/url>
: Add images to context/clear
: Clear AI memory/reset
: Reset the session/diff
: Toggle diff display/history
: View chat history/save
: Save current chat/load
: Load a previous chat/undo <filepath>
: Undo last file edit
- Clone the repository:
git clone https://github.com/doriandarko/omni-engineer.git cd omni-engineer
- Install the required packages:
pip install -r requirements.txt
- Rename the .env.example to .env and add your API Key:
OPENROUTER_API_KEY="Your key"
- Run the main script:
python main.py
After launching the console, enter commands or questions as needed. The AI will respond accordingly, assisting with various development tasks.
Omni Engineer utilizes OpenRouter to access a variety of AI models. For detailed information on available models and their capabilities, refer to OpenRouter's documentation.
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.