- 1단계: 저장소 복제: git clone https://github.com/jd-opensource/joylive-agent.git
- 2단계: 빌드: mvn clean package
- 3단계: src/main/resources/application.properties에서 자격 증명 및 엔드포인트 구성
- 4단계: 서버 시작: java -jar target/joylive-agent.jar
- 5단계: http://localhost:8080/api/chat 에서 REST API를 통해 에이전트 요청 전송