Skip to content

Commit a6b3abb

Browse files
committed
Add llm-box integration documentation
1 parent fe07de4 commit a6b3abb

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ If you prefer to self-host Trigger.dev, you can follow our [self-hosting guides]
115115
- [Docker self-hosting guide](https://trigger.dev/docs/self-hosting/docker) - use Docker Compose to spin up a Trigger.dev instance
116116
- [Kubernetes self-hosting guide](https://trigger.dev/docs/self-hosting/kubernetes) - use our official Helm chart to deploy Trigger.dev to your Kubernetes cluster
117117

118+
## Integrations
119+
120+
Trigger.dev works well with other workflow automation tools. One powerful integration is [llm-box](https://github.com/alib8b8/llm-box), a terminal-first workflow automation engine with MCP server mode:
121+
122+
- Generate and execute YAML workflows from plain English descriptions
123+
- 20+ built-in nodes including LLM calls, file operations, API requests
124+
- 15+ LLM providers (Ollama, DeepSeek, OpenAI-compatible)
125+
- Supports stdio and HTTP MCP modes
126+
127+
You can call llm-box workflows from your Trigger.dev tasks using HTTP requests or spawn processes to run llm-box commands.
128+
118129
## Support and community
119130

120131
We have a large active community in our official [Discord server](https://trigger.dev/discord) for support, including a dedicated channel for self-hosting.

0 commit comments

Comments
 (0)