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_Squad.hrl
Raw

include/staff_ai_Squad.hrl

-record(squad, {
id :: binary(),
name :: binary(),
objective :: binary(),
agents :: list(staff_ai:agent()),
tasks :: list(staff_ai:task())
}).