Skip to content

feat(examples): add inference.sh persona pack#2340

Open
okaris wants to merge 1 commit into
block:mainfrom
okaris:feat/inference-sh-persona-pack
Open

feat(examples): add inference.sh persona pack#2340
okaris wants to merge 1 commit into
block:mainfrom
okaris:feat/inference-sh-persona-pack

Conversation

@okaris

@okaris okaris commented Jul 22, 2026

Copy link
Copy Markdown

Summary

Adds an example persona pack that connects Buzz agents to inference.sh via inference-mcp-bridge.

  • Spark persona: a creative agent that generates images, video, audio, and other media on demand using inference.sh's AI apps
  • .mcp.json wires inference-mcp-bridge as a shared MCP server for the pack
  • README with prerequisites, setup, and usage instructions

inference-mcp-bridge is 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 like app_run, app_list, and app_get for running AI apps — image generation (FLUX, Stable Diffusion), video (Veo, Seedance), audio (TTS, music), web search, and more.

┌────────────┐   stdio    ┌──────────────────────┐   HTTPS    ┌──────────────┐
│ Buzz agent │ ─────────► │ inference-mcp-bridge │ ─────────► │ inference.sh │
│            │ ◄───────── │                      │ ◄───────── │ MCP server   │
└────────────┘  JSON-RPC  └──────────────────────┘  JSON-RPC  └──────────────┘

Test plan

  • buzz pack validate ./examples/inference-sh passes
  • buzz pack inspect ./examples/inference-sh shows resolved config with inference-sh MCP server
  • Agent responds to @mentions and keyword triggers (generate, image, video, etc.)
  • app_list, app_get, app_run tools are available to the agent via MCP

@okaris
okaris requested a review from a team as a code owner July 22, 2026 06:36
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
okaris force-pushed the feat/inference-sh-persona-pack branch from 603c579 to a55ecfa Compare July 22, 2026 06:52
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.

1 participant