Complete reference for all Lucidic Python SDK functions
init()
to start a new session or continue_session()
to resumeupdate_session()
end_session()
including final evaluationcreate_step()
to begin tracking a unit of workupdate_step()
end_step()
including evaluation@step
decorator for automatic managementcreate_event()
for custom eventsupdate_event()
and end_event()
@event
decorator for function-level trackingget_prompt()
create_mass_sim()
init()
:
providers=["openai"]
providers=["anthropic"]
providers=["langchain"]
providers=["pydantic_ai"]
providers=["openai_agents"]
lai.init()
before any other operationsLUCIDIC_API_KEY
- Your API key for authenticationLUCIDIC_AGENT_ID
- Your agent identifierLUCIDIC_PRODUCTION_MONITORING
- Enable production modeLUCIDIC_AUTO_END
- Control automatic session ending