Add more functionality to signature description parsing
This commit is contained in:
12
README.md
12
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
|
||||
|
||||
Reference in New Issue
Block a user