From ea55624d9fa1794bcb6eb5a3249586f71e2fd153 Mon Sep 17 00:00:00 2001 From: harshalmore31 Date: Wed, 20 Aug 2025 23:32:33 +0530 Subject: [PATCH] updates --- docs/swarms/utils/agent_loader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarms/utils/agent_loader.md b/docs/swarms/utils/agent_loader.md index d8ba42db..dc749156 100644 --- a/docs/swarms/utils/agent_loader.md +++ b/docs/swarms/utils/agent_loader.md @@ -1,4 +1,4 @@ -# AgentLoader - Load Agents from Markdown Files +# AgentLoader Documentation The `AgentLoader` is a powerful utility for creating Swarms agents from markdown files using the Claude Code sub-agent format. It supports both single and multiple markdown file loading, providing a flexible way to define and deploy agents using YAML frontmatter configuration.