Installation¶
Python 3.10+ required.
Basic install¶
With LLM agent support¶
This adds langchain-core and langchain-openai for LangChainNegotiationAgent.
With Opik tracing¶
This adds Opik for experiment tracing and analysis. Set OPIK_API_KEY and OPIK_WORKSPACE in your .env file, then enable tracing in your experiment config with opik_enabled=True.