Skip to content

Macro

Domain: macro

Sub-agent macro orchestration domain that chains multiple tool calls into reusable macro workflows.

Profiles

  • full

Typical scenarios

  • Multi-step deobfuscation
  • Automated analysis pipelines
  • User-defined macros

Common combinations

  • macro + core + transform

Representative tools

  • run_macro — Execute a registered macro by ID with inline progress and atomic bailout
  • list_macros — List all available macros (built-in + user-defined)

Full tool list (2)

ToolDescription
run_macroExecute a registered macro by ID with inline progress and atomic bailout
list_macrosList all available macros (built-in + user-defined)

Released under AGPL-3.0-only