
Version 0.2
artcurator 0.2.0
New Feature - Interactive Curator Chat
-
New
curator_chat_new()function - Creates interactive chat sessions with artist context- Returns ellmer Chat object for multi-turn conversations
- Supports streaming for real-time UI display (
$stream()) - Provider-agnostic (works with Gemini or OpenAI)
- Artist context loaded automatically from database via
get_agent_ctx()
chat <- curator_chat_new(artist_uuid, provider = "gemini") chat$chat("What are this artist's most notable works?") stream <- chat$stream("Tell me about their style.")