GuglielmoTor commited on
Commit
e467b50
·
verified ·
1 Parent(s): 1714a1c

Update features/insight_and_tasks/agents/task_extraction_agent.py

Browse files
features/insight_and_tasks/agents/task_extraction_agent.py CHANGED
@@ -1,4 +1,5 @@
1
  # agents/task_extraction_agent.py
 
2
  import logging
3
  from typing import Optional
4
  from datetime import datetime, date # Ensure date is imported if used for type hints
 
1
  # agents/task_extraction_agent.py
2
+ from enum import Enum
3
  import logging
4
  from typing import Optional
5
  from datetime import datetime, date # Ensure date is imported if used for type hints