📦
Breeze Agent Kit
No description available
0 installs
Trust: 30 — Low
Other
Ask AI about Breeze Agent Kit
Powered by Claude · Grounded in docs
I know everything about Breeze Agent Kit. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
breeze-agent-kit
Monorepo for Breeze agent experiments and app prototypes.
Workspace
- Package manager:
bun - Task runner:
turbo - Apps live in
apps/* - Shared packages live in
packages/*
Getting started
bun install
Common commands
From the repository root:
bun run dev
bun run build
bun run check
bun run test
bun run lint
Run a single app from the root:
bun run dev:mcp
bun run check:mcp
bun run dev:x402
bun run check:x402
bun run dev:website
bun run build:website
Apps
apps/mcp: Breeze MCP stdio server for strategy info, balances, tx creation, and signing/sending on Solanaapps/x402: x402 payment wall service (Hono + Solana tooling)apps/website: Marketing / docs site (Next.js + Tailwind CSS)
Examples
Standalone example agents in apps/examples/. Each has its own package.json and README:
apps/examples/agent-using-breeze-mcp-server: Claude agent that talks to Breeze through the MCP server over stdioapps/examples/agent-using-raw-breeze-functionality: Claude agent that uses the Breeze SDK directlyapps/examples/agent-using-x402: x402 payment-gated API example that deposits, withdraws, and checks balances with automatic USDC micropaymentsapps/examples/agent-using-x402-with-llm: Claude tool-calling agent that interacts with Breeze over the x402 API and signs/sends returned transactions
