module

CrystalAgent::Tools

Tools available to worker agents

Class methods

fetch_content(url : String) : String

Fetch URL content with error handling (public for direct access)

Source
fetch_url_tool

Create a tool for fetching and extracting content from URLs

Source
perform_search(query : String, count : Int32, *, offset : Int32 | Nil = nil, freshness : String | Nil = nil) : String

Perform web search using Brave Search API (public for direct access)

Source
web_search_tool

Create a tool for web searching using Brave Search

Source