v0.10.0
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.
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!).
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
- Add Streamable HTTP MCP transport by @mpangrazzi in #128
- feat: Read hayhooks version locally from package metadata by @vblagoje in #127
- Better
Agentand open-webui events support by @mpangrazzi in #132 - Updated documentation for open-webui events integration by @mpangrazzi in #137
- chore: fix examples in README by @anakin87 in #138
- Add specific README for events example by @mpangrazzi in #141
Full Changelog: v0.9.1...v0.10.0

