diff --git a/autogpt_platform/backend/backend/api/features/chat/tools/run_agent.py b/autogpt_platform/backend/backend/api/features/chat/tools/run_agent.py index 6e559f6bd5..3595c78cde 100644 --- a/autogpt_platform/backend/backend/api/features/chat/tools/run_agent.py +++ b/autogpt_platform/backend/backend/api/features/chat/tools/run_agent.py @@ -32,9 +32,9 @@ from .models import ( UserReadiness, ) from .utils import ( + build_missing_credentials_from_graph, extract_credentials_from_schema, fetch_graph_from_store_slug, - build_missing_credentials_from_graph, get_or_create_library_agent, match_user_credentials_to_graph, )