You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> A ready-to-run example is available [here](#ready-to-run-example)!
9
+
8
10
File-based agents let you define specialized sub-agents using Markdown files. Each file declares the agent's name, description, tools, and system prompt — the same things you'd pass to `register_agent()` in code, but without writing any Python.
9
11
10
12
This is the fastest way to create reusable, domain-specific agents that can be invoked via [delegation](/sdk/guides/agent-delegation).
@@ -70,9 +72,9 @@ Place agent files in these directories, scanned in **priority order** (first mat
0 commit comments