feat: Herdr 에이전트 제공자 추가 - #51
Draft
linuxse-blue wants to merge 2 commits into
Draft
Conversation
- 실행 중인 Herdr 에이전트로 봇 요청 전달 및 응답 추출 - 모델 선택, 취소 처리, 상태 표시와 환경변수 문서 추가
- 일반 문단의 시각적 줄바꿈 병합 - Markdown 목록과 코드 블록 보존 테스트 추가
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.
변경 사항
herdrprovider를 추가합니다./model herdr:<agent-name>형식으로 에이전트를 선택할 수 있습니다.배경
Cokacdir에서 이미 실행 중인 Herdr 에이전트와 대화를 이어가려면 별도의 provider가 필요합니다. 이 변경은 Herdr의 agent prompt/status/read 명령을 사용해 기존 Telegram 처리 흐름에 Herdr를 연결합니다.
사용자 영향
검증
cargo test herdrmain기준git diff --check통과후속 작업
Herdr pane의 현재 화면을 조회하는
/screen명령과 Telegram 버튼은 이 PR에 포함하지 않았습니다. 이 provider PR이 병합된 뒤 별도 후속 PR로 제출할 예정입니다.