Commit b23c560
authored
Dictionary (New Word): Async Agents (#189)
# Word
#### Async Agents
# Meaning/Definition
Async agents (short for **asynchronous agents**) are software agents
that operate independently and handle tasks without waiting for other
processes to finish.
They are designed to perform actions concurrently, often by leveraging
asynchronous programming techniques. This allows them to manage multiple
tasks or requests in parallel, improving efficiency and responsiveness
in distributed systems, AI workflows, or event-driven architectures.
**Example**
* An async agent in a chatbot system processes one user’s request while
simultaneously fetching external data for another, without blocking
either task.1 parent 4ed21f7 commit b23c560
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments