Penguin is a modular, extensible AI coding assistant powered by LLMs, enabling support for multiple AI models thanks to LiteLLM. It functions as an intelligent software engineer that can assist with coding tasks while maintaining its own code execution, memory tools, and workspace environment.
-
Multi-Model Support: Compatible with various AI models through LiteLLM integration
-
Cognitive Architecture:
- Reasoning and response generation system
- Persistent memory and context management
- Tool and action processing capabilities
- Task coordination and project management
- Performance monitoring and diagnostics
-
Development Capabilities:
- Automated task execution and project scaffolding
- Code generation with documentation
- Debugging and problem analysis
- Architectural design recommendations
- File system operations and management
- Web search integration for up-to-date information
- Python 3.10 (recommended) or Python 3.8+
- Valid API key(s) for your chosen AI model provider(s)
- UV package manager (recommended)
- Install UV package manager (if not already installed):
pip install uv
- Clone the repository:
git clone https://github.com/maximooch/penguin.git
cd penguin
- Run the UV setup script:
python uv_setup.py
This will:
- Create a Python 3.10 virtual environment
- Install all dependencies using UV
- Offer to launch Penguin
- Clone the repository:
git clone https://github.com/maximooch/penguin.git
cd penguin
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate
# On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
-
Rename
.env.example
to.env
and configure your environment:Then Edit
penguin/.env
with your API key(s)
Start the Penguin AI assistant:
python main.py
Play around with Penguin! It's recommended to check out the User Manual, and the Docs for more in depth information to get the most out of Penguin!
To change models, go to the config.yml
file and change the model
field to the model you want to use.
For more information on how to use Penguin, check out the documentation!
Penguin uses a modular architecture with these key systems:
- Core: Central coordinator between systems
- Cognition: Handles reasoning and response generation
- Memory: Manages context and knowledge persistence
- Processor: Controls tools and actions
- Task: Coordinates projects and tasks
- Diagnostic: Monitors performance
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss proposed changes.
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details or visit https://www.gnu.org/licenses/agpl-3.0.en.html for the full license text.
Built upon insights from: