Add more functionality to signature description parsing

This commit is contained in:
2025-12-06 00:07:42 -05:00
parent e1c81644c3
commit b5284d344b
2 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
from claude_dspy.agent import ClaudeCode, ClaudeCodeConfig
from claude_dspy.trace import (
from .agent import ClaudeCode, ClaudeCodeConfig
from .trace import (
TraceItem,
AgentMessageItem,
ThinkingItem,
@@ -7,7 +7,7 @@ from claude_dspy.trace import (
ToolResultItem,
ErrorItem,
)
from claude_dspy.utils import Usage
from .utils import Usage
__version__ = "0.1.0"