Skip to content

Error: rtk find does not support compound predicates or actions (e.g. -not, -exec). Use find directly. #856

@itokun99

Description

@itokun99

Description

When an agent delegates a task to a sub-agent, the following error occurs:

Error: rtk find does not support compound predicates or actions (e.g. -not, -exec). Use find directly.

Steps to Reproduce

  1. Run an agent that delegates a task to a sub-agent
  2. Sub-agent attempts to use rtk find with compound predicates (e.g. -not, -exec)
  3. Error is thrown

Expected Behavior

Sub-agent should either:

  • Use find directly instead of rtk find, or
  • rtk find should support compound predicates/actions

Actual Behavior

Error is thrown and the delegation fails.

Environment

  • rtk version: 0.31.0
  • OS: Fedora

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions