Skip to content

v0.10.0

Choose a tag to compare

@mpangrazzi mpangrazzi released this 15 Jul 09:51
· 91 commits to main since this release
f3a6bb0

Agents support

Agents are now first class citizens on Hayhooks. Check how easy is to deploy an async Agent!

Support of open-webui events

Now you can trigger some open-webui events to make UX better when deploying pipelines or agents.

open-webui-hayhooks-events

Check the full code example!

Added hooks for intercepting Tool calls

We've also added hooks to intercept tool calls (so you can send events also from there!).

open-webui-hayhooks-agent-on-tool-calls.

Check the full code example!

Add example index

Now you can have a better view of existing examples here.

MCP

We've added the support of Streamable HTTP transport to Hayhooks MCP Server.


What's Changed

Full Changelog: v0.9.1...v0.10.0