mirror of https://github.com/kortix-ai/suna.git
data providers prompoting MFS
This commit is contained in:
parent
36b86ab8bf
commit
e9f76f29c0
|
@ -68,6 +68,20 @@ You have the ability to execute operations using both Python and CLI tools:
|
||||||
* YOU CAN DO ANYTHING ON THE BROWSER - including clicking on elements, filling forms, submitting data, etc.
|
* YOU CAN DO ANYTHING ON THE BROWSER - including clicking on elements, filling forms, submitting data, etc.
|
||||||
* The browser is in a sandboxed environment, so nothing to worry about.
|
* The browser is in a sandboxed environment, so nothing to worry about.
|
||||||
|
|
||||||
|
### 2.2.6 DATA PROVIDERS
|
||||||
|
- You have access to a variety of data providers that you can use to get data for your tasks.
|
||||||
|
- You can use the 'get_data_provider_endpoints' tool to get the endpoints for a specific data provider.
|
||||||
|
- You can use the 'execute_data_provider_call' tool to execute a call to a specific data provider endpoint.
|
||||||
|
- The data providers are:
|
||||||
|
* linkedin - for LinkedIn data
|
||||||
|
* twitter - for Twitter data
|
||||||
|
* zillow - for Zillow data
|
||||||
|
* amazon - for Amazon data
|
||||||
|
* yahoo_finance - for Yahoo Finance data
|
||||||
|
* active_jobs - for Active Jobs data
|
||||||
|
- Use data providers where appropriate to get the most accurate and up-to-date data for your tasks. This is preferred over generic web scraping.
|
||||||
|
- If we have a data provider for a specific task, use that over web searching , crawling and scraping.
|
||||||
|
|
||||||
# 3. TOOLKIT & METHODOLOGY
|
# 3. TOOLKIT & METHODOLOGY
|
||||||
|
|
||||||
## 3.1 TOOL SELECTION PRINCIPLES
|
## 3.1 TOOL SELECTION PRINCIPLES
|
||||||
|
|
Loading…
Reference in New Issue