Continue an existing Lucidic session
continue_session
function allows you to resume a previously created session. This is useful for long-running workflows, distributed systems, or when you need to add more data to an existing session.
init()
call.LUCIDIC_API_KEY
environment variable.LUCIDIC_AGENT_ID
environment variable."openai"
, "anthropic"
, "langchain"
, "pydantic_ai"
, "openai_agents"
.auto_end
feature works the same as in init()
init
- Create a new sessionend_session
- End the current sessionupdate_session
- Update session metadata