[#5] 텍스트 콘텐츠 체커#43
Merged
Merged
Conversation
…-Group/Pseudo-Entertainment-Company into feat/text_content_checker
gsgh3016
suggested changes
Jun 8, 2025
Contributor
gsgh3016
left a comment
There was a problem hiding this comment.
2가지 수정 사항 변경하시고 uv 환경에서 테스트 부탁드립니다!
# Conflicts: # agents/text/modules/chains.py # agents/text/modules/nodes.py # agents/text/modules/prompts.py
gsgh3016
suggested changes
Jun 23, 2025
Contributor
gsgh3016
left a comment
There was a problem hiding this comment.
langsmith에서 테스트 시, llama-guard 모델에서 Pass하지 못하고 있습니다. 관련 스레드 링크 공유드립니다: https://smith.langchain.com/public/15997716-800c-4ced-8e71-05809ba68b97/r
도움이 필요하시거나 막히시는 부분 있으면 편하게 말씀주시면 적극적으로 도와드리겠습니다.
…-Group/Pseudo-Entertainment-Company into feat/text_content_checker
Collaborator
Author
생성된 텍스트가 비어있을경우 콘텐츠 체커를 스킵하는 기능 추가했습니다 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#5
name: Pull Request
about: 새로운 기능 추가, 버그 수정, 리팩토링 등
title: "[#Issue Number] PR Title"
labels: ''
assignees: ''
📝 Summary
텍스트 콘텐츠 체커
✅ Checklist
📄 Description
생성된 텍스트에 대한 체크를 합니다.
기능
Input
TextStatecontent_topic,content_typepersona_extracted: 생성된 페르소나 정보instagram_text: 생성된 텍스트Output (
text_content_checker_result딕셔너리 구조)success: 모든 검사를 통과하면Truereason: 실패한 검증 항목의 키 목록 (format_check_passed,persona_check_passed,safety_check_passed)content_check_passed:success와 동일한 의미message: 성공 또는 실패 메시지True/False)🔗 Related Issue(s)
#5