mule-aimule-aiOfficialยท1 Agent Skills Included

mule

Build and run multi-step AI workflows via API

Builds and executes multi-step AI workflows combining agents, skills, and WebAssembly modules through an OpenAI-compatible API. Eliminates manual pipeline wiring with a drag-and-drop builder, background job queues, and real-time WebSocket streaming. Manages providers, agents, tools, and jobs from one self-hosted Go server with PostgreSQL storage.
npx skills add mule-ai/mule --all -g -y
Available:

Gives your AI agent the project architecture, build commands, and core primitives it needs to navigate and modify this workflow platform's codebase correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Mule?โ–ผ

Run `npx skills add mule-ai/mule --all -g -y` in your terminal to install all skills in this suite globally.

What does Mule do?โ–ผ

Mule is a self-hosted platform for building and running AI workflows. It chains agents, skills, and WebAssembly modules into ordered steps and exposes them through an OpenAI-compatible API.

How do I run a workflow in Mule?โ–ผ

Send a POST request to /v1/chat/completions with the model set to workflow/your-workflow-name. Use the async/ prefix to run it in the background and poll the job status endpoint.

Which AI providers does Mule support?โ–ผ

Mule works with any OpenAI-compatible API, including OpenAI, Anthropic, Google, and local model servers like Ollama.

Can I use Mule without writing code?โ–ผ

Yes. The built-in React web UI includes a drag-and-drop workflow builder, so you can configure providers, agents, and workflows visually without editing code.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’