- Step1: Clone the repository from GitHub.
- Step2: Install dependencies via pip install -r requirements.txt.
- Step3: Set your OPENAI_API_KEY environment variable.
- Step4: Configure desired tools and memory modules in config.py.
- Step5: Run a sample agent script using python run_agent.py.
- Step6: Observe agent multi-step actions and extend with custom tools.