Skip to content

v0.1.2

Choose a tag to compare

@SNHuan SNHuan released this 15 Jan 10:22
· 88 commits to main since this release

What's New

  • Add SerperSearch tool for Google search via Serper API

Usage

from easyagent.tool import SerperSearch  # auto-registered

agent = ReactAgent(model=model, tools=["serper_search"])