<!-- .github/pull_request_template.md --> ## Description Simplify Cognee pipeline usage for users ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin
4 lines
178 B
Python
4 lines
178 B
Python
from .tasks.task import Task
|
|
from .operations.run_tasks import run_tasks
|
|
from .operations.run_parallel import run_tasks_parallel
|
|
from .operations.pipeline import cognee_pipeline
|