hatchet
Orchestrate background tasks, AI agents, and durable workflows at scale
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Hatchet?โผ
Run `npx skills add hatchet-dev/hatchet --all -g -y` in your terminal to install all skills in this suite globally.
What is Hatchet used for?โผ
Hatchet is an orchestration engine for background tasks, AI agents, and durable workflows. It handles queuing, retries, scheduling, rate limiting, and monitoring at scale.
How is Hatchet different from Celery or BullMQ?โผ
Hatchet is a durable task queue that persists full execution history in Postgres, so you can monitor, debug, and replay failed runs instead of losing them.
Can AI agents manage Hatchet workflows?โผ
Yes. The bundled hatchet-cli skill teaches agents to trigger workflows, start workers, debug failed runs, and replay runs using simple CLI commands.
Which languages does Hatchet support?โผ
Hatchet provides official SDKs for Python, TypeScript, Go, and Ruby, and can be self-hosted or used via Hatchet Cloud.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core