Structs§
Functions§
- assign
- Assigns tasks to agent by id.
- complete
- Complete task by id.
- create
- Create new task.
- delete
- Delete task by id.
- delete_
children - Delete child tasks by parent id and ancestry.
- delete_
for_ chat - Delete tasks from chat.
- execute
- Execute task by id.
- fail
- Fail task by id.
- get
- Get task by id.
- get_
all_ children_ count - Returns count of all children tasks for given task’s ancestry.
- get_
by_ execution_ chat_ id - Get task by execution chat id.
- get_
child_ for_ execution - Gets child task for execution.
- get_
root_ for_ execution - Gets root task for execution.
- get_
total_ number_ by_ status - Get total number of tasks by status
- is_
all_ siblings_ done - Returns true if all sibling tasks are done.
- list_
all_ children - List all children tasks for given task.
- list_
direct_ children - List direct children tasks for given task.
- list_
roots - List all tasks.
- list_
roots_ by_ status - List root tasks by status
- revise
- Revise task by id.
- start_
progress - Start task by id.
- transition_
all - Transitions tasks from one status to another.
- update
- Update task title or/and summary by id
- update_
execution_ chat_ id - Update task execution chat id by id.
- update_
status - Update task status by id.
- wait_
for_ user - Marks task as waiting for user input by id.