Skip to content

[Agent] Graph Agent 도구 호출 트러블슈팅 + 비동기 상태 추적 응답 개선#126

Merged
Coldot merged 5 commits intodevelopfrom
feat/125
Sep 18, 2025
Merged

[Agent] Graph Agent 도구 호출 트러블슈팅 + 비동기 상태 추적 응답 개선#126
Coldot merged 5 commits intodevelopfrom
feat/125

Conversation

@Coldot
Copy link
Contributor

@Coldot Coldot commented Sep 18, 2025

- 독립적인 데이터베이스 세션 생성을 위해 get_db() 대신 SessionLocal() 사용
- 멀티스레딩 안정성을 확보하기 위한 코드 수정
- get_db() 대신 SessionLocal()을 사용하여 독립적인 데이터베이스 세션 생성
- 멀티스레딩 안정성을 확보하기 위한 코드 수정
- cardlinks의 chat_id가 문자열인 경우 UUID로 변환하는 로직 추가
- 코드 가독성을 높이기 위해 주석 추가
- async_invoke 및 get_session_status 메서드를 비동기적으로 변경하여 성능 향상
- 세션 상태 조회 시 세션이 존재하지 않을 경우 404 예외 처리 추가
- Redis에 대한 비동기 호출을 통해 블로킹 최소화 및 안정성 강화
- 코드 가독성을 높이기 위해 주석 추가 및 구조 정리
- async_invoke 메서드에서 background_tasks 인자를 제거하여 코드 간소화
- Redis에 세션 상태 저장 로직을 비동기적으로 처리하여 성능 향상
- 코드 가독성을 높이기 위해 주석 추가 및 구조 정리
@Coldot Coldot merged commit 573c2df into develop Sep 18, 2025
1 check passed
@Coldot Coldot deleted the feat/125 branch September 18, 2025 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Agent] Graph Agent 도구 호출 트러블슈팅 + 비동기 상태 추적 응답 개선

1 participant