fc3i: TaskRun model — per-Celery-task lifecycle audit row

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-24 21:00:14 -04:00
parent b1d68929c5
commit 79fee98db4
2 changed files with 50 additions and 0 deletions
+2
View File
@@ -21,6 +21,7 @@ from .tag_alias import TagAlias
from .tag_allowlist import TagAllowlist
from .tag_reference_embedding import TagReferenceEmbedding
from .tag_suggestion_rejection import TagSuggestionRejection
from .task_run import TaskRun
__all__ = [
"Base",
@@ -46,4 +47,5 @@ __all__ = [
"TagAllowlist",
"TagReferenceEmbedding",
"TagSuggestionRejection",
"TaskRun",
]