Run with Ruby SDK
Invoke an agent from Ruby with the fetch_hive gem
Installation
gem "fetch_hive"bundle installgem install fetch_hiveAuthentication
export FETCH_HIVE_API_KEY=fhk_...require "fetch_hive"
client = FetchHive::Client.newBasic example
Method reference
Keyword
Type
Required
Description
Handling the response
Streaming
Multi-turn conversations
Persistent threads
Stateless history
Multimodal inputs
Configuration
Option
Default
Description
Errors
Links
Next steps
Last updated