tek Atrust
chore(deploy): build monolithic server for Hugging Face
d5ef46f
Raw
History Blame Contribute Delete
182 Bytes
"""
Knowledge API Sub-Package - Domain State
"""
import asyncio
# Global state for tracking active background tasks in this domain
active_crawl_tasks: dict[str, asyncio.Task] = {}