Skip to content

feat: Hermes AI provider 통합 준비 (Claude/Codex에 이어 3번째 옵션) - #31

Open
oyeong011 wants to merge 1 commit into
developfrom
research/hermes-integration
Open

feat: Hermes AI provider 통합 준비 (Claude/Codex에 이어 3번째 옵션)#31
oyeong011 wants to merge 1 commit into
developfrom
research/hermes-integration

Conversation

@oyeong011

Copy link
Copy Markdown
Owner

Nous Research Hermes Agent를 세 번째 AI provider로 추가하기 위한 스켈레톤/인터페이스.

리서치 기반

  • Hermes Agent: Python 서버, hermes gateway 상주 프로세스
  • stateful (Claude/Codex는 stateless) — 세션 ID 전략 필요
  • MCP/agentskills 호환, 모델 provider-agnostic (OpenRouter/OpenAI/Anthropic 등)
  • GitHub 57k stars (2026-02 출시)

변경

  • AIProvider enum에 .hermes 추가
  • AIService.resolvePathhermes 실행파일도 시스템 경로에서 탐색
  • 설정 UI에 Hermes 섹션 추가 ("설치 후 사용" 안내)
  • sendMessage 분기 스텁 — 실제 호출 로직은 별도 PR에서 구현
  • Planit/Services/README-ai-providers.md 신설 — provider 추가 방법 문서화

제약

실제 hermes 바이너리 호출은 구현하지 않음. 인터페이스/진입점만 확보.

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.

1 participant