agent-definition
Installation
SKILL.md
Agent Definition for DEVS
Agents are AI personas with specific roles, instructions, and capabilities. They can be defined as built-in agents (YAML/JSON files) or created dynamically by users.
Agent File Locations
- Built-in agents:
public/agents/*.agent.yamlandpublic/agents/*.agent.json - Agent manifest:
public/agents/manifest.json
YAML Agent Template
id: my-agent
name: My Agent Name
icon: Bot # Lucide icon name
desc: Short description of what this agent does
role: Detailed role description that appears in agent cards
instructions: |
# Agent Instructions