Add comprehensive documentation for Claude Agent SDK including usage patterns, test examples, and development guide. Includes: - CLAUDE.md with project structure and quick reference - SDK test examples for query, client, and hooks - Shared test utilities for auth and tmpdir management - Detailed SDK overview and capabilities documentation
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
fastapi>=0.111.0
|
|
uvicorn>=0.29.0
|
|
lark-oapi>=1.3.0
|
|
langchain>=0.2.0
|
|
langchain-openai>=0.1.0
|
|
langchain-community>=0.2.0
|
|
pyyaml>=6.0.0
|
|
rich>=13.0.0
|
|
httpx>=0.27.0
|
|
claude-agent-sdk
|