From 97191823efd5710a4a1b9a348923a7511b51cbd3 Mon Sep 17 00:00:00 2001 From: Farouk Adeleke Date: Sat, 6 Dec 2025 02:12:18 -0500 Subject: [PATCH] Add more functionality to signature description parsing --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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