Skip to content

Commit 11edd1b

Browse files
committed
docs
1 parent 7b58a7c commit 11edd1b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ _Demo using [eca-vscode](https://github.com/editor-code-assistant/eca-vscode)_
3737

3838
A Free and OpenSource editor-agnostic tool that aims to easily link LLMs <-> Editors, giving the best UX possible for AI pair programming using a well-defined protocol. The server is written in Clojure and heavily inspired by the [LSP protocol](https://microsoft.github.io/language-server-protocol/) which is a success case for this kind of integration.
3939

40-
The protocol makes easier for other editors integrate and having a server in the middle helps adding more features quickly like exporting metrics of features usage or single way to configure it for any editor.
40+
The protocol makes easier for other editors integrate and having a server in the middle helps adding more features quickly, some examples:
41+
- Tool call management
42+
- Multiple LLM interaction
43+
- Telemetry of features usage
44+
- Single way to configure for any editor
45+
- Same UX, easy to onboard people and teams.
46+
47+
With the LLMs models race, the differences between them tend to be irrelevant in the future, but UX on how to edit code or plan changes is something that will exist, ECA helps editors focus on that.
4148

4249
## Getting started
4350

0 commit comments

Comments
 (0)