Packages

Become the CEO of your own AI workforce, efficiently managing countless intelligent agents with minimal resources.

Current section

Files

Jump to
staff_ai include staff_ai_Agent.hrl
Raw

include/staff_ai_Agent.hrl

-record(agent, {
id :: binary(),
name :: binary(),
role :: binary(),
context :: gleam@option:option(binary())
}).