- Step1: Clone the GitHub repository: git clone https://github.com/GURPREETKAURJETHRA/AI-Agents
- Step2: Install dependencies: pip install -r requirements.txt
- Step3: Set your OpenAI API key as an environment variable
- Step4: Configure tools in config.py (enable web search, calculator, etc.)
- Step5: Run an example agent: python examples/basic_agent.py
- Step6: Customize tools or memory settings and implement new agent behaviors