Add more functionality to signature description parsing

This commit is contained in:
2025-12-06 02:22:06 -05:00
parent 97191823ef
commit 882802b512

View File

@@ -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 - **Async support** - Both sync and async execution modes
- **Modaic Hub Integration** - Push and pull agents from Modaic Hub - **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:** **Prerequisites:**
- Python 3.10+ - 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. 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 ### 1. Set up environment
```bash ```bash