Adds claude-agent-sdk>=0.1.59 to pyproject.toml. Running uv lock also
reconciled ~1600 lines of orphaned entries (opentelemetry, posthog,
traceloop-sdk, uptrace, etc.) that had been removed from pyproject.toml
in earlier changes without re-locking.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Point requirements.txt to pyproject.toml as single source of truth
- Resolve welcome.txt path relative to module for CLI portability
- Include cli/static files in package build
- Extract shared normalize_content for OpenAI Responses API and
Gemini 3 list-format responses into base_client.py
- Update README install and CLI usage instructions
- OpenAI: add GPT-5.4, GPT-5.4 Pro; remove o-series and legacy GPT-4o
- Anthropic: add Claude Opus 4.6, Sonnet 4.6; remove legacy 4.1/4.0/3.x
- Google: add Gemini 3.1 Pro, 3.1 Flash Lite; remove deprecated
gemini-3-pro-preview and Gemini 2.0 series
- xAI: clean up model list to match current API
- Simplify UnifiedChatOpenAI GPT-5 temperature handling
- Add missing tradingagents/__init__.py (fixes pip install building)