- Step 1: git clone https://github.com/Vini09-cpu/agentin.git
- Step 2: cd agentin && pip install -r requirements.txt
- Step 3: config.yaml에 LLM API 키를 설정하세요.
- Step 4: 제공된 템플릿 또는 Python SDK로 에이전트를 정의하세요.
- Step 5: `python run_agent.py`를 실행하여 AI 에이전트를 시작하세요.
- Step 6: 로그를 모니터링하고 필요시 커스텀 도구로 확장하세요.