Add llm-box integration documentation#4189
Conversation
|
|
Hi @alib8b8, thanks for your interest in contributing! This project requires that pull request authors are vouched, and you are not in the list of vouched users. This PR will be closed automatically. See https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md for more details. |
| ## Integrations | ||
|
|
||
| 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: | ||
|
|
||
| - Generate and execute YAML workflows from plain English descriptions | ||
| - 20+ built-in nodes including LLM calls, file operations, API requests | ||
| - 15+ LLM providers (Ollama, DeepSeek, OpenAI-compatible) | ||
| - Supports stdio and HTTP MCP modes | ||
|
|
||
| You can call llm-box workflows from your Trigger.dev tasks using HTTP requests or spawn processes to run llm-box commands. |
There was a problem hiding this comment.
🔍 Self-promotional README addition linking to PR author's own repository
The added "Integrations" section at README.md:118-127 promotes llm-box, a repository owned by the PR author (alib8b8). The text claims Trigger.dev "works well" with llm-box, but the described integration is simply making HTTP requests or spawning processes — something true of any CLI tool or HTTP service. There is no actual Trigger.dev integration (no SDK plugin, no build extension, no dedicated package). This appears to be unsolicited self-promotion in the project's official README, which could set a precedent for similar additions from other external tool authors.
Was this helpful? React with 👍 or 👎 to provide feedback.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis change adds a new "Integrations" section to README.md, describing Trigger.dev's compatibility with other workflow automation tools. It highlights llm-box as an example integration, listing its capabilities such as generating YAML workflows from plain English, built-in nodes, LLM provider support, and MCP modes. The section also explains how to invoke llm-box from Trigger.dev tasks, either via HTTP requests or by spawning llm-box commands directly. Changes
Sequence Diagram(s)No sequence diagram generated, as this change is a documentation-only addition with no observable code behavior or interaction flow. Estimated code review effort: Medium Suggested labels: documentation Suggested reviewers: None identified from the provided information. Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
Add llm-box integration section to the Trigger.dev README.
llm-box is a terminal-first workflow automation engine with MCP server mode that complements Trigger.dev:
Trigger.dev users can call llm-box workflows from their tasks using HTTP requests or spawn processes.