동작하는 부분: lk툴 토큰 수동생성+연결 성공+STT API로 사용자음성 transcription까지
lk token create --api-key devkey --api-secret secret --join --room my-room --identity user1 --valid-for 120m
막힌 부분:
⇒ LLM 결과 문자열까지 확인
처리 결과값 수신 시 비동기 이벤트 처리 ⇒ STT결과값 확인 완료 https://github.com/livekit/agents/blob/main/examples/voice_agents/basic_agent.py 등 예제코드 참조해서 적용해보다 실패
Front-end(index.html) rev.1 - STT결과까지는 나옴
Front-end(index.html)