Searching the Registry
Find formations to jumpstart your project
Search the MUXI Registry for pre-built formations - customer support bots, research assistants, code reviewers, and more. Use them as-is or as starting points for your own.
CLI Search
muxi search "customer support"
Output:
NAME DESCRIPTION DOWNLOADS
@muxi/support-bot Customer support agent 1,234
@acme/helpdesk Helpdesk assistant 567
@company/zendesk-agent Zendesk integration 89
Filter by Tag
muxi search --tag support
muxi search --tag research
muxi search --tag multi-agent
Web Search
Visit registry.muxi.org to:
- Browse by category
- View formation details
- Read documentation
- Check download stats
Formation Details
muxi show @muxi/support-bot
Output:
@muxi/support-bot v1.2.0
========================
Customer support agent with knowledge base
Author: muxi
License: MIT
Downloads: 1,234
Updated: 2025-01-01
Agents:
- support (main)
MCPs:
- None
Requirements:
- OPENAI_API_KEY
Pull Formation
muxi pull @acme/support-bot
Downloads to current directory.
Specific Version
muxi pull @acme/support-bot@1.0.0
Custom Path
muxi pull @acme/support-bot --output ~/formations/
Categories
| Category | Description |
|---|---|
assistant
| General assistants |
support
| Customer support |
research
| Research agents |
devops
| DevOps automation |
data
| Data processing |
multi-agent
| Multi-agent systems |
Popular Tags
chat- Conversational agentstools- Agents with MCP toolsmemory- Memory-enabled agentsknowledge- RAG-enabled agentsstreaming- Streaming responses