agentic_rtorrent_workflow
Automate multi-step torrent and search tasks: an LLM orchestrates actions like searching, adding, and legal checks using available tools in response to natural-language prompts.
Instructions
RTORRENT_AGENTIC_WORKFLOW - Multi-step torrent/search automation via sampling with tools.
PORTMANTEAU PATTERN RATIONALE: One entry point for LLM-orchestrated flows (search, add, legal check) without hard-coding sequences in the client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_iterations | No | Max LLM rounds (default 8). | |
| available_tools | Yes | Tool names the LLM may call (e.g. torrent_management, search_management). | |
| workflow_prompt | Yes | What to accomplish in natural language (e.g. search Nyaa and add best match). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||