Skip to content

Add a built in tools that fetch url content. - #381

Merged
rumpl merged 2 commits into
mainfrom
fetch
Oct 2, 2025
Merged

Add a built in tools that fetch url content.#381
rumpl merged 2 commits into
mainfrom
fetch

Conversation

@jeanlaurent

@jeanlaurent jeanlaurent commented Oct 1, 2025

Copy link
Copy Markdown
Member

It's a pretty basic implementation, just fetches content, does not "search, at least not directly" review required.

see the included example for a way to use it:

agents:
  root:
    model: anthropic/claude-3-5-sonnet-latest
    description: An agent that fetches and summarizes web content
    instruction: You are a web content analyzer that fetches web pages and provides concise summaries.
    toolsets:
      - type: fetch

Related Issue

See #382 for discussion of additional features and requirements.

@jeanlaurent
jeanlaurent requested a review from a team as a code owner October 1, 2025 17:38

@rumpl rumpl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s a good start :)

@krissetto

Copy link
Copy Markdown
Contributor

does this return html or markdown? not at my pc now

@krissetto

Copy link
Copy Markdown
Contributor

a line or two in the USAGE doc would also be good imho

@jeanlaurent

Copy link
Copy Markdown
Member Author

@krissetto The tool retrieve the html content.
Ack on USAGE.
@rumpl issue created --> #382

Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
@rumpl
rumpl merged commit a199da5 into main Oct 2, 2025
8 checks passed
@rumpl
rumpl deleted the fetch branch October 10, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants