PhoneWork/requirements.txt
Yuyao Huang ba1b5b76c6 docs(claude): add SDK documentation and test examples
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
2026-04-01 08:18:33 +08:00

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