Skip to content

Commit

Permalink
Updated notebooks to install from pip #50
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Jan 20, 2024
1 parent f569f74 commit 9468a4a
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 518 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ from agency_swarm.tools import ToolFactory
LangchainTool = ToolFactory.from_langchain_tool(YouTubeSearchTool)
```

or

```python
from langchain.agents import load_tools

Expand Down
Loading

0 comments on commit 9468a4a

Please sign in to comment.