- Step1: Install the package via pip install duet-gpt
- Step2: Set your OpenAI API key in environment variables
- Step3: Define agent roles and system prompts in your Python script
- Step4: Instantiate the Duet class with your roles and settings
- Step5: Call the run_conversation method to start agent interaction
- Step6: Retrieve and analyze the conversation logs for insights