- Step1: Install the library using pip: pip install git+https://github.com/markvasin/negotiation_agent.git
- Step2: Define a negotiation domain by specifying items and utility functions
- Step3: Instantiate agents with chosen LLM backends and strategies
- Step4: Run negotiations via run_negotiation(agent1, agent2, domain)
- Step5: Gather and analyze negotiation metrics using provided evaluation tools
- Step6: Customize agent behaviors by extending template classes or plugins