Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aspect.build/llms.txt

Use this file to discover all available pages before exploring further.

property TaskInfo.group
TaskInfo.group: list[str]
The group(s) this task belongs to. property TaskInfo.id
TaskInfo.id: str
A globally unique UUID v4 for this task invocation. Always auto-generated; use key for a short human-readable discriminator. property TaskInfo.key
TaskInfo.key: str
A short human-readable key identifying this task invocation. Set via —task-key on the CLI, or auto-generated as a friendly name (e.g. “fluffy-parakeet”). property TaskInfo.name
TaskInfo.name: str
The name of the task.