miriad-core
Installation
SKILL.md
miriad-core
Platform capabilities reference. Every feature available to agents, with patterns and gotchas.
How Tools Work
Agents have three ways to use tools:
- Execute scripts — JavaScript that chains multiple tool calls with zero inference round-trips. This is the primary surface for multi-step work.
- Execute scripts — JavaScript that chains multiple tool calls with zero inference round-trips. This is the primary surface for multi-step work. Use
list_tools("keyword")inside execute to discover available tools. - Workers — background sub-agents with scoped tool access. Cheap, fast, parallel. The default for any well-defined task.