Anthropic Claude API integration — chat completions, streaming, vision, tool use, and batch processing via the Anthropic Messages API. Generate text with Cla...
Initial release: Anthropic Claude API integration for Python agents. - Supports Claude Opus, Sonnet, and Haiku models via the Anthropic Messages API. - Features chat completions, token streaming, image analysis (vision), tool/function calling, and batch/bulk processing. - Includes system prompts, conversation context management, token counting, and model listing. - Command-line interface with multiple subcommands for chat, streaming, image analysis, tool use, and batch jobs. - Built on Python 3.10+ with zero dependencies (stdlib only). - Outputs JSON by default, with a human-readable mode.