LLMClient Task Utils

Celery tasks for llm_client app.

These tasks are long-running and/or i/o intensive operations that are managed by Celery. They are intended to be called asynchronously from the main application.

smarter.apps.llm_client.tasks.utils.is_taskable()[source]

Module helper function to check if aws resources are accessible.

for task processing.

Return type:

bool