Agents 1.6.9
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::skills::SkillMetadata Struct Reference

Represents a skill loaded from a markdown file. More...

#include <skill_loader.h>

Public Attributes

std::string name
 Name of skill.
std::string description
 Description of skill.
std::vector< std::string > requires_bins
 List of binaries required.
std::vector< std::string > requires_env
 List of environment variables required.
std::string instruction
 Instruction provided by this skill.

Detailed Description

Represents a skill loaded from a markdown file.