- Step1: Install via pip: pip install cyrano
- Step2: Set your OpenAI API key in the environment variable:
- Step3: Define tool functions in a Python module
- Step4: Initialize Cyrano agent with model and tool list
- Step5: Call agent.run("Your query") to start an interactive session
- Step6: Review logs and extend tools or memory as needed