geo-optimizer
A pluggable framework for GEO (Generative Engine Optimization) in Go. Built-in strategies for common use cases, with full support for custom strategy registration.
파일 탐색기
최종 버전 다운로드 (.zip)- geo-optimizer_logo.png
- config.go
- .gitignore
- reporter.go
- basic.go
- full_flow.go
- scenario.go
- .env.example
- .gitignore
- go.mod
- main.go
- README.md
- scorer.go
- scorer_ai.go
- scorer_test.go
- ai_profiles.go
- builder.go
- prompt_eval_test.go
- score_prompt.go
- templates.go
- client.go
- glm.go
- glm_integration_test.go
- glm_test.go
- parser.go
- provider.go
- test_analysis.md
- test_chat.md
- test_optimization.md
- test_schema.md
- content.go
- request.go
- response.go
- answer_first.go
- authority.go
- base.go
- faq.go
- schema.go
- structure.go
- optimizer.go
- optimizer_test.go
- .gitignore
- API.md
- CLAUDE.md
- CONTRIBUTING.md
- go.mod
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/geo-team-red/geo-optimizer
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd geo-optimizer
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Go
보통 추천go run .
따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.
go run . --scenario=basic
따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.
go run . --scenario=full_flow
따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.
go run . --verbose
따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.
빌드가 에러 없이 끝나면 성공입니다. go run . 을 썼다면 터미널 출력을 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
