agentic_rtorrent_workflow
Use natural-language prompts to run multi-step torrent automations. The tool lets an LLM orchestrate searches, additions, and legal checks by invoking available tools iteratively.
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 | |||