- Step1: Clone the repository from GitHub.
- Step2: Install dependencies via pip install -r requirements.txt.
- Step3: Set your OPENAI_API_KEY environment variable.
- Step4: Define or register custom tools in tools.py.
- Step5: Instantiate the MCPAgent with your tool set and parameters.
- Step6: Call agent.run(task_description) to start the cognitive loop.