- Step1: git clone https://github.com/Vini09-cpu/agentin.git
- Step2: cd agentin && pip install -r requirements.txt
- Step3: configure your LLM API key in config.yaml
- Step4: define agents using provided templates or Python SDK
- Step5: run `python run_agent.py` to launch your AI agent
- Step6: monitor logs and extend with custom tools as needed