Skip to main content

Module anthropic

Module anthropic 

Source
Expand description

Anthropic (Claude) cloud provider

Fetches conversation history from Claude web interface.

§Authentication

Requires either:

  • API key via ANTHROPIC_API_KEY environment variable
  • Session token for web interface access

Note: The official Anthropic API is stateless and doesn’t store conversations. Web conversation history requires session authentication.

Structs§

AnthropicProvider
Anthropic Claude provider for fetching conversation history

Functions§

parse_claude_export
Parse a Claude export file (if available)