From 29f251694aae71c02f73e37c163a8646a67ba46b Mon Sep 17 00:00:00 2001 From: Farouk Adeleke Date: Wed, 29 Oct 2025 23:08:50 -0400 Subject: [PATCH] (no commit message) --- agent/modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/modules.py b/agent/modules.py index f55f4ff..d4e10d1 100644 --- a/agent/modules.py +++ b/agent/modules.py @@ -1,8 +1,8 @@ +import dspy from enum import Enum from typing import Any, Dict, List, Optional, Literal from pydantic import BaseModel, Field, ValidationError from .utils import * -import dspy class FieldType(str, Enum):