Built-in Tools

Tools are things for doin’ stuff. AgentHQ gets most of its tools from LangChain, so you should check out their docs here:

🦜🔗 LangChain 0.0.67

We support almost all the built-in LangChain tools.

google-search

• Tool Name: Search • Tool Description: A wrapper around Google Search. Useful for when you need to answer questions about current events. Input should be a search query. • Notes: Uses the Google Custom Search API • Requires LLM: No • Parameters:

{ 
	"google_api_key": "api-key", 
	"google_cse_id": "cse-id" 
}

<aside> 💡 For more information on setting up the Google Search Tool, see this page

</aside>

google-places

• Tool Name: Google Places • Tool Description: A wrapper around the Google Places API. • Notes: Requires a Google Cloud console API key and billing account. • Requires LLM: No • Parameters:

{ 
	"gplaces_api_key": "api-key", 
}

Return location information about your query:

Screenshot on 2023-04-20 at 17:20:12.png