- Step1: Clone the GitHub repository: git clone https://github.com/EveryOneIsGross/defaultmodeAGENT.git
- Step2: Install dependencies: pip install -r requirements.txt
- Step3: Set your OpenAI API key as an environment variable
- Step4: Define and register your custom tools in tools.py
- Step5: Configure default-mode settings in config.json
- Step6: Instantiate and run the agent: python run_agent.py --config config.json
- Step7: Monitor logs and iterate on prompts or tool integration