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