Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Nov 11, 2023
2 parents 3982586 + c0fb109 commit df147a3
Show file tree
Hide file tree
Showing 3 changed files with 812 additions and 242 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ pip install tarsier

## Usage
Visit our [cookbook](https://github.com/reworkd/Tarsier/tree/main/cookbook) for agent examples using Tarsier:
- An autonomous LangChain web agent 🦜⛓️
- A autonomous LlamaIndex web agent 🦙
- [An autonomous LangChain web agent](https://github.com/reworkd/tarsier/blob/main/cookbook/langchain-web-agent.ipynb) 🦜⛓️
- [An autonomous LlamaIndex web agent](https://github.com/reworkd/tarsier/blob/main/cookbook/llama-index-web-agent.ipynb) 🦙

Basic Tarsier usage might look like the following:
Otherwise, basic Tarsier usage might look like the following:
```python
import asyncio

Expand Down
Loading

0 comments on commit df147a3

Please sign in to comment.