airflow.providers.common.ai.plugins.hitl_review¶
Attributes¶
Classes¶
Register the HITL Review REST API + chat UI on the Airflow API server. |
Functions¶
|
Liveness check. |
|
Find the feedback session for a specific task instance. |
|
Request changes — provide human feedback for the LLM. |
|
Approve the current output. |
|
Reject the output. |
Module Contents¶
- async airflow.providers.common.ai.plugins.hitl_review.find_session(db, dag_id, task_id, run_id, map_index)[source]¶
Find the feedback session for a specific task instance.
- async airflow.providers.common.ai.plugins.hitl_review.submit_feedback(body, db, dag_id, task_id, run_id, map_index)[source]¶
Request changes — provide human feedback for the LLM.
- async airflow.providers.common.ai.plugins.hitl_review.approve_session(db, dag_id, task_id, run_id, map_index)[source]¶
Approve the current output.