Skip to content

Commit 8940154

Browse files
committed
docs
1 parent 11edd1b commit 8940154

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/features.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
Chat is the main feature of ECA, allowing user to talk with LLM to behave like an agent, making changes using tools or just planning changes and next steps.
66

7+
### Behaviors
8+
9+
![](./images/chat-behaviors.png)
10+
11+
Behavior affect the prompt passed to LLM and the tools to include, the current supported behaviors are:
12+
13+
- `agent`: Make changes to code via file changing tools.
14+
- `plan`: Useful to plan changes and define better LLM plan before changing code via agent mode.
15+
716
### Tools
817

918
ECA leverage tools to give more power to the LLM, this is the best way to make LLMs have more context about your codebase and behave like an agent.

docs/images/chat-behaviors.png

5.42 KB
Loading

0 commit comments

Comments
 (0)