Skip to content

Commit 000db3c

Browse files
authored
docs(README)
1 parent 028f6e8 commit 000db3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[Read our latest slides](https://t.ly/pdUUv)
2+
13
[Join us on Discord](https://discord.gg/yF527cQbDG)
24

35
[Read our Architecture document](https://github.com/OpenAdaptAI/OpenAdapt/wiki/OpenAdapt-Architecture-(draft))
@@ -24,8 +26,6 @@ See also:
2426

2527
Early demo: https://www.loom.com/share/9d77eb7028f34f7f87c6661fb758d1c0 (more coming soon!)
2628

27-
([Slides](https://t.ly/7RGr))
28-
2929
Welcome to OpenAdapt! This Python library implements AI-First Process Automation
3030
with the power of Large Multimodal Modals (LMMs) by:
3131

@@ -41,10 +41,10 @@ The goal is similar to that of
4141
except that we use Large Multimodal Models instead of conventional RPA tools.
4242

4343
The direction is adjacent to [Adept.ai](https://adept.ai/), with some key differences:
44-
1. OpenAdapt is model agnostic
45-
2. OpenAdapt generates prompts automatically (auto-prompted, not user-prompted)
46-
3. OpenAdapt works with all types of desktop GUIs, including virtualized (e.g. Citrix) and web
47-
4. OpenAdapt is open source (MIT license)
44+
1. OpenAdapt is model agnostic.
45+
2. OpenAdapt generates prompts automatically by **learning from human demonstration** (auto-prompted, not user-prompted). This means that agents are **grounded** in **existing processes**, which mitigates hallucinations and ensures successful task completion.
46+
3. OpenAdapt works with all types of desktop GUIs, including virtualized (e.g. Citrix) and web.
47+
4. OpenAdapt is open source (MIT license).
4848

4949
## Features
5050

0 commit comments

Comments
 (0)