Updated Agent Tools (markdown)

João Moura
2023-11-14 12:45:59 -03:00
parent 9b54af5ef4
commit 3d95097dc1

@@ -19,6 +19,8 @@ Example:
```python
import json
import requests
from crewai import Agent
from langchain.tools import tool
from unstructured.partition.html import partition_html
@@ -40,7 +42,7 @@ class BrowserTools():
return content[:5000]
# Create an agent and assign the search tool
# Create an agent and assign the scrapping tool
agent = Agent(
role='Research Analyst',
goal='Provide up-to-date market analysis',