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

include/staff_ai_Task.hrl

-record(task, {
id :: binary(),
title :: binary(),
description :: binary(),
status :: staff_ai:task_status(),
assigned_agent :: gleam@option:option(binary()),
created_at :: birl:time(),
updated_at :: birl:time(),
completed_at :: gleam@option:option(birl:time()),
cancelled_at :: gleam@option:option(birl:time()),
failed_at :: gleam@option:option(birl:time())
}).