From 882802b512d0bbdd06c0e79802f883ceed970913 Mon Sep 17 00:00:00 2001 From: Farouk Adeleke Date: Sat, 6 Dec 2025 02:22:06 -0500 Subject: [PATCH] Add more functionality to signature description parsing --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae8adac..babdc99 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,7 @@ Reference to the original Claude Agent Python SDK: [Claude Agent Python SDK](htt - **Async support** - Both sync and async execution modes - **Modaic Hub Integration** - Push and pull agents from Modaic Hub -## Installation -```bash -# install with uv -uv add claude-agent-sdk dspy modaic nest-asyncio -``` **Prerequisites:** - Python 3.10+ @@ -34,6 +29,13 @@ uv add claude-agent-sdk dspy modaic nest-asyncio The fastest way to use ClaudeCode is to pull a pre-configured agent from Modaic Hub. +### 0. Installation + +```bash +# install with uv +uv add claude-agent-sdk dspy modaic +``` + ### 1. Set up environment ```bash