# AI Agent Pipeline

> An animated visualization of an AI agent pipeline — shows a request flowing from trigger through vector search into an LLM agent, then fanning out into parallel tool calls (email, CRM, report generation), with live stats and a scrolling execution log.

- Author: [Dani Raulisa](https://21st.dev/@monolythdev)
- License: mit
- npm dependencies: framer-motion
- Live preview: https://21st.dev/@monolythdev/components/ai-agent-pipeline

## Install

```bash
npx shadcn@latest add "https://21st.dev/r/monolythdev/ai-agent-pipeline?api_key=$API_KEY_21ST"
```

Requires a 21st API key (generate one at https://21st.dev/mcp) passed as `API_KEY_21ST`. Free accounts get a limited number of installs per day; unlimited on a paid plan — see https://21st.dev/pricing.

Full component directory: https://21st.dev/llms.txt
