Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wladpaiva committed Oct 26, 2023
1 parent 4e695e0 commit 4af0bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ bun run index.ts
| Channels | Agents talk with many others, like in a Slack channel. ||
| Error handling | Manage mistakes smoothly without crashing. ||
| Function execution | Agents can execute tasks and understand the results. ||
| Web browsing | Navigate on the internet. | 🚧 |
| Cache | Save chat history for faster and fewer API calls. | 🕝 |
| RAG | Blends retrieval & generative AI for better answers. | 🕝 |
| File interaction | Interact with local files by read/write/execute | 🕝 |
| Code execution | Agents can run code and share the results. | 🕝 |
| Cost limit | Limit the number of interactions by cost. | 🕝 |

Expand Down

0 comments on commit 4af0bdf

Please sign in to comment.