Skip to content

Commit 554ab3e

Browse files
authored
Merge pull request CopilotKit#269 from CopilotKit/ataibarkai-patch-3
Update README.md
2 parents 2005e41 + 2bd7aec commit 554ab3e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Build, deploy, and operate best-in-class AI Copilots.
3030
</h2>
3131

3232
<h3 align="center">
33-
App-aware AI chatbots, AI agents, and AI Textareas <br />
33+
App-aware AI chatbots, in-app agents, and AI Textareas <br />
3434
that can interact with your app based on context.
3535
</h3>
3636

@@ -155,11 +155,9 @@ const copilotKit = new CopilotBackend({
155155
});
156156
```
157157

158-
🌟 **Co-Agents (powered by LangChain):** <br />
159-
Allow end-users to observe and intervene in an agent’s internal operations, with native application UX.
160-
For instance you can mark certain operations / data sources as sensitive- requiring explicit user approval before the agent carries out said operations (for instance removing an item from a CRM).
161-
**Interventions can also happen retroactively**:
162-
Co-agents allow end-users to _**review previously-run agent operations**_, identify and **_correct_** mistakes in intermediate steps if any were made, and **restart agent operation from that point onwards**.
158+
🌟 **Co-Agents (powered by LangChain. Coming soon.):** <br />
159+
Allow end-users to observe and intervene in an in-app agent’s operations, with native application UX.
160+
End users can **_correct_** mistakes in intermediate steps if any were made, and **restart agent operation from that point onwards**.
163161

164162

165163

0 commit comments

Comments
 (0)