Add more functionality to signature description parsing

This commit is contained in:
2025-12-06 02:12:18 -05:00
parent 443184c1b3
commit 97191823ef

View File

@@ -2,6 +2,8 @@
A DSPy module that wraps the Claude Code Python SDK with a signature-driven interface. Each agent instance maintains a stateful conversation session, making it perfect for multi-turn agentic workflows. A DSPy module that wraps the Claude Code Python SDK with a signature-driven interface. Each agent instance maintains a stateful conversation session, making it perfect for multi-turn agentic workflows.
Reference to the original Claude Agent Python SDK: [Claude Agent Python SDK](https://platform.claude.com/docs/en/agent-sdk/python)
## Features ## Features
- **Signature-driven** - Use DSPy signatures for type safety and clarity - **Signature-driven** - Use DSPy signatures for type safety and clarity