feat(examples): add inference.sh persona pack#2340
Open
okaris wants to merge 1 commit into
Open
Conversation
Add an example persona pack that connects Buzz agents to inference.sh via inference-mcp-bridge. Gives agents access to AI apps for image generation, video, audio, search, and more through MCP. Includes: - Spark persona: creative agent for generating media on demand - .mcp.json wiring inference-mcp-bridge as a shared MCP server - README with setup instructions and prerequisites
okaris
force-pushed
the
feat/inference-sh-persona-pack
branch
from
July 22, 2026 06:52
603c579 to
a55ecfa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an example persona pack that connects Buzz agents to inference.sh via inference-mcp-bridge.
.mcp.jsonwiresinference-mcp-bridgeas a shared MCP server for the packinference-mcp-bridgeis a lightweight Rust binary (~60 lines) that translates between stdio MCP and inference.sh's Streamable HTTP MCP endpoint. It gives any Buzz agent access to tools likeapp_run,app_list, andapp_getfor running AI apps — image generation (FLUX, Stable Diffusion), video (Veo, Seedance), audio (TTS, music), web search, and more.Test plan
buzz pack validate ./examples/inference-shpassesbuzz pack inspect ./examples/inference-shshows resolved config with inference-sh MCP servergenerate,image,video, etc.)app_list,app_get,app_runtools are available to the agent via MCP