Repository Stats
93 stars
6 forks
Repository Activity
This repository has been starred 93 times and forked 6 times, showing its popularity in the developer community.
README Preview
[](https://enginelabs.ai) [](https://discord.gg/QnytC3Y7Wx) [](https://x.com/enginelabsai) Engine is an open source software engineer. It is model agnostic and extensible, based on 'strategies' and 'adapters'. Chat strategies offer a means to dynamically alter context, system prompts, and available tools on every run to optimise for a particular engineering task or environment. This project includes 3 example strategies: 1. `demoStrategy` - a simple illustrative example which serves as a starting point for creating new strategies 2. `backendStrategy` - a slightly more comprehensive example where the LLM works on a local Fastify app (running on http://localhost:8080) to create database migrations and API endpoints 3. `shellStrategy` - a LLM powered shel