diff --git a/README.md b/README.md index f674734..ae8adac 100644 --- a/README.md +++ b/README.md @@ -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. +Reference to the original Claude Agent Python SDK: [Claude Agent Python SDK](https://platform.claude.com/docs/en/agent-sdk/python) + ## Features - **Signature-driven** - Use DSPy signatures for type safety and clarity