Skip to content

Installation

Python 3.10+ required.

Basic install

pip install -e .

With LLM agent support

pip install -e ".[langchain]"

This adds langchain-core and langchain-openai for LangChainNegotiationAgent.

With Opik tracing

pip install -e ".[opik]"

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.

Development

pip install -e ".[dev]"
pytest tests/ -v