Packages

A Gleam library for building and orchestrating agents on the BEAM.

Current section

Files

Jump to
pig include pig@skill_Skill.hrl
Raw

include/pig@skill_Skill.hrl

-record(skill, {
name :: binary(),
description :: binary(),
path :: binary(),
files :: list(binary())
}).