fabricatio_team.capabilities.digest
Module for the CooperativeDigest class, which extends the Digest capability with cooperative functionality.
Classes
A class that extends the Digest capability with cooperative functionality. |
Module Contents
- class fabricatio_team.capabilities.digest.CooperativeDigest(/, **data: Any)
Bases:
fabricatio_team.capabilities.team.Cooperate,fabricatio_digest.capabilities.digest.DigestA class that extends the Digest capability with cooperative functionality.
- async cooperative_digest(requirement: str, with_self: bool = True, **kwargs: Unpack[fabricatio_core.models.kwargs_types.ValidateKwargs[fabricatio_digest.models.tasklist.TaskList | None]]) fabricatio_digest.models.tasklist.TaskList | None
Generate a task list based on the given requirement, considering the team members.