Skip to content

Commit 7f44e3d

Browse files
committed
WIP
1 parent 56f5283 commit 7f44e3d

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,26 @@ A coding agent for your terminal with the persona of a Tech-Priest
1818

1919
---
2020

21-
Binharic is a Tech-Priest of the Adeptus Mechanicus serving as an AI coding assistant.
22-
It speaks with reverence for technology and serves the user through the sacred art of code, honoring the Machine God with every execution.
21+
Binharic is a terminal-based AI coding assistant similar for OpenAI's Codex, Google's Gemini, and
22+
Anthropic's Claude Code, but with a personality of a devious Tech-Priest of the Adeptus Mechanicus.
23+
24+
This project started as as a personal experiment to learn more about LLMs and how to build an AI coding assistant.
25+
Nonetheless, Binharic already comes with a lot of useful tools and features, and it should be able to be used as a
26+
general-purpose coding assistant.
2327

2428
### Features
2529

26-
- Blessed machine spirit powered by OpenAI, Google, Anthropic, and Ollama models
27-
- Fully customizable sacred configuration
28-
- Fast and secure communion with the machine
29-
- CLI interface with rich TUI blessed by the Omnissiah
30-
- Built-in retrieval-augmented generation pipeline
31-
- Tool invocation capabilities including Model Context Protocol (MCP) server integration
32-
- Speaks in the dialect of the Adeptus Mechanicus
30+
- It can use models from OpenAI, Google, Anthropic, and Ollama
31+
- It is fully customizable (system prompt, models, etc.)
32+
- Comes with built-in a retrieval-augmented generation (RAG) pipeline
33+
- Comes with a large set of built-in tools (like read and writing files); can use external tools via MCP
34+
- Comes with built-in workflows for common software development tasks (like debugging and code review)
35+
36+
See the [ROADMAP.md](ROADMAP.md) for the list of implemented and planned features.
37+
38+
> [!IMPORTANT]
39+
> Binharic is in early development, so bugs and breaking changes are expected.
40+
> Please use the [issues page](https://github.com/CogitatorTech/infera/issues) to report bugs or request features.
3341
3442
---
3543

0 commit comments

Comments
 (0)