Skip to content

Commit dd58f6a

Browse files
committed
WIP
1 parent aa1cf6f commit dd58f6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ A coding agent with the persona of a Tech-Priest of the Adeptus Mechanicus
2121

2222
Binharic is a terminal-based AI coding assistant (a coding agent) similar to OpenAI's Codex, Google's Gemini CLI, and
2323
Anthropic's Claude Code—but with the personality of a devout Tech-Priest of the Adeptus Mechanicus.
24+
Binharic is written in TypeScript and uses the [AI SDK](https://ai-sdk.dev/) framework for its underlying logic.
25+
Moreover, its architecture follows the recommendations mentioned in the
26+
[building effective agents](https://www.anthropic.com/engineering/building-effective-agents) from Anthropic.
2427

2528
Binharic's development started as a personal project to learn more about building a terminal-based coding agent.
2629
However, the project has grown somewhat into a full-fledged coding assistant with a lot of features
27-
like the ability to analyze projects, run tests, find bugs, and performing code review.
30+
like the ability to analyze projects, run tests, find bugs, and perform code review.
2831

2932
### Features
3033

0 commit comments

Comments
 (0)