From 65d832fd0e617e711279c018e9654fc5322fccc3 Mon Sep 17 00:00:00 2001 From: Farouk Adeleke Date: Sat, 6 Dec 2025 01:43:05 -0500 Subject: [PATCH] Add more functionality to signature description parsing --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 1be8fc6..466b490 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,6 @@ A DSPy module that wraps the Claude Code Python SDK with a signature-driven inte ```bash # install with uv uv add claude-agent-sdk dspy modaic nest-asyncio - -# or with pip -pip install claude-agent-sdk dspy modaic nest-asyncio ``` **Prerequisites:**