Connects to the GeraClone platform to interact with AI expert clones. You can discover available expert clones, check whether a specific operator has an active clone, and initiate chat sessions with those clones subject to consent requirements. Reach for this when you're building workflows that need to programmatically access expert knowledge through cloned personas rather than querying static documentation or generic models. The consent mechanism suggests this is designed for scenarios where expert interactions need explicit approval, making it suitable for professional consulting or advisory use cases where attribution and permission matter.
GERACLONE_API_URLBase URL of the GeraClone backend. Defaults to https://clone.gera.services/backend.
GERA_USER_TOKENsecretJWT for the operator on whose behalf the agent acts. Required for start_chat_with_expert, my_clone_status, and my_corpus_summary.