context attribute of a task. It specifies the prefix tasks of your task.
async_execution attribute of a task. It allows tasks to execute asynchronously, allowing progression without waiting for completion.
But I think the sequential crew with async_execution=true tasks can satisfy your needs. In my opinion, the hierarchical structure is a crew with an agent as a leader who arranges tasks for lower-level agents.