-
Notifications
You must be signed in to change notification settings - Fork 2.1k
🌐 [i18n-KO] Translated intro_agents.md
to Korean
#1820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
||
## 에이전틱 시스템 소개[[an-introduction-to-agentic-systems]] | ||
|
||
효율적인 AI 시스템을 만들기 위해서는 LLM에게 현실 세계에 대한 일종의 접근 권한을 제공해야 합니다. 예를 들어, 외부 정보를 얻기 위해 검색 도구를 호출하거나, 특정 작업을 해결하기 위해 특정 프로그램에 따라 행동하도록 만들 수 있습니다. 다시 말해, LLM은 ***주체성(agency)***을 가져야 합니다. 에이전틱 프로그램은 LLM이 외부 세계와 상호작용할 수 있도록 연결하는 인터페이스입니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아하 그렇군요 혹시나 해서 말씀드렸었는데 안 깨진다니 다행이네요~!
|
||
최근까지의 컴퓨터 프로그램은 미리 정해진 워크플로우 안에서만 동작하며, if/else 문을 쌓아 복잡성을 처리하려고 했습니다. 이들은 "이 숫자들의 합을 계산하라" 또는 "이 그래프에서 최단 경로를 찾아라"와 같이 극히 한정된 작업에 초점을 맞췄습니다. 하지만 실제로는 위 여행 예시처럼 대부분의 실생활 작업은 미리 정해진 워크플로우에 들어맞지 않습니다. 에이전틱 시스템은 이러한 한계를 넘어, 프로그램이 현실 세계의 다양한 문제를 스스로 탐색하고 해결할 수 있도록 합니다. | ||
|
||
## 왜 smolagents인가요?[[why-smolagents-]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
사소한 부분이지만, 원문에서는 다음과 같이 smolagents 부분에 강조 표시가 되어 있었습니다. 한글 문서에서도 동일하게 강조가 반영되면 더욱 좋을 것 같습니다.
원문:
Why smolagents
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ★★★ | 하나의 에이전틱 워크플로우가 다른 에이전틱 워크플로우를 시작할 수 있음 | 멑리 에이전트 | `if llm_trigger(): execute_agent()` | | ||
| ★★★ | LLM이 코드 내에서 행동하며, 자체 도구를 정의하거나 다른 에이전트를 시작할 수 있음 | 코드 에이전트 | `def custom_tool(args): ...` | | ||
|
||
멀티스텝 에이전트는 다음과 같은 코드 구조를 가집니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 문서에서 어떤 부분은 영어 원문의 :
을 .
로, 또 다른 부분은 그대로 :
로 번역하신 것을 확인했습니다.
개인적으로는 두 방식 모두 괜찮다고 생각하지만, 동일한 문서 내에서는 일관성을 위해 하나의 형태로 통일되는 것이 더 좋아 보입니다~!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아하 그렇군요 ! 너무나도 좋은 피드백 감사합니다 :) 말씀해주신대로 일관적이지 않은 부분이있네요.
이전에 피드백을 받았을 때 :
는 .
로 쓰기로 합의가 되어 있다고 하더라구요. 다만, 함수를 호출하는 부분이나 명사로 끝나느 부분이 있는데 :
가 있는데 이 부분을 .
으로 바꾸면 이상하더라구요. if llm_trigger(): execute_agent()요런 부분은 .
으로 찍으면 이상해보일 것 같아서...!
따라서 번역을 문장으로 끝날 경우 관례대로 .
을 따르 되, 명사로 끝나거나 영어 원문을 그대로 표기해야하는 경우는 :
로 두려고 하는데 괜찮을까요? 의견을 여쭤보아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 제가 말씀드린건
96번째 줄 (~~~ 코드로 작성할 때의 몇 가지 장점을 보여줍니다:
)에선 다른 부분과 다르게 콜론(:)이 그대로 번역되고 있어서 말씀드렸습니다!
저는 둘 다 상관 없다 생각했었어서 코멘트는 25번째 줄에다 걸었었네요..!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AhnJoonSung 넵 감사합니다! 수정사항 반영했습니다~
@AhnJoonSung 매번 세세한 피드백을 이렇게 빠르게 해주셔서 놀라움의 연속이네요 :) 많은 도움이 되었습니다! 반영한 부분도 있고 의견을 여쭤본 부분도 있어서 여유가 되실 때 확인해주시면 감사할 것 같습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정사항 확인했습니다.
번역하시느라 수고하셨습니다~~!
What does this PR do?
Translated the
intro_agents.md
file of the documentation to Korean.Thank you in advance for your review.
Part of #1607
Before reviewing
[[lowercased-header]]
)Who can review? (Initial)
May you please review this PR?
@AhnJoonSung, @nsbg, @yijun-lee, @FacerAin, @Judy-Choi, @HyunZ118, @jungnerd
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review? (Final)