-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Echo is a local-first programmer's AI harness. Though it may allow you to "vibe code", it's made for more serious programmers. It's design is to allow you to work with your AI on creating and modifying program code. You can break down large ideas into Kanban tasks for the AI to execute. You can easily review all code changes, you can even manually write code directly using Echo.
You can host a model through any OpenAI compatible endpoint, Llama.cpp, Ollama, LM Studio, Anything LLM, vLLM, etc.
Once you've hosted your model on a server, you can go into the settings and set the model URL and the model name you're hosting.
TBD
TBD
Hotkeys
| Shortcut | Description |
|---|---|
| Up | Go to previous change |
| Down | Go to next change |
| Ctrl + Up | Go to previous file change |
| Ctrl + Down | Go to next file change |
TBD
Hotkeys
| Shortcut | Description |
|---|---|
| Ctrl + I | Code file inline chat |
Echo can search the web using a locally hosted SearXNG server. Once you have this server running, you can go into the settings menu for Echo and set the server address under SearXNG URL.