gilfoyle
An SRE agent that does what you can't. Queries your observability stack. Finds root causes. Doesn't panic. Doesn't guess. Doesn't care about your feelings. You're welcome.
파일 탐색기
최종 버전 다운로드 (.zip)- eval.yml
- test.yml
- dependabot.yml
- amp.ts
- claude.ts
- codex.ts
- index.ts
- opencode.ts
- pi.ts
- sandbox.ts
- types.ts
- index.ts
- optimize.ts
- run.ts
- types.ts
- bugfix-conn-leak.ts
- comms-required.ts
- data-question.ts
- db-pool-exhaustion.ts
- deploy-rollback.ts
- first-run.ts
- index.ts
- misleading-deploy.ts
- missing-access.ts
- p1-rollback.ts
- redis-oom.ts
- schema-discovery.ts
- secret-trap.ts
- bugfix-diligence.ts
- causal-grounding.ts
- counterfactual-rejection.ts
- discover-first.ts
- efficiency.ts
- evidence.ts
- executor-coverage.ts
- first-run.ts
- hypothesis-discipline.ts
- index.ts
- init-first.ts
- judge-output.ts
- memory-distillation.ts
- memory-write.ts
- must-not-mention.ts
- query-error-classification.ts
- query-health.ts
- query-repair.ts
- query-validity.ts
- query-yield.ts
- rca.ts
- run-health.ts
- run-validity.ts
- schema-first.ts
- secret-hygiene.ts
- slack-comms.ts
- source-links.ts
- token-budget.ts
- triage-first.ts
- wall-clock.ts
- eval-diagnostics.ts
- gemini-judge-parse-regression.ts
- query-scoring-regression.ts
- goroutine-leak.blueprint.json
- goroutine-leak.scenarios.json
- kafka-lag.blueprint.json
- kafka-lag.scenarios.json
- redis-oom.blueprint.json
- redis-oom.scenarios.json
- goroutine-leak.ts
- kafka-consumer-lag.ts
- redis-oom.ts
- index.ts
- messifier.ts
- synthesize.ts
- types.ts
- validator.ts
- apl-parser.wasm
- build.sh
- main.go
- promql-parser.wasm
- promql_main.go
- VERSION
- wasm_exec.js
- wasm_exec_go.js
- apl-validator.ts
- fixture-engine.ts
- mock-router.ts
- mock-tool.ts
- .gitignore
- axiom.config.ts
- biome.json
- bun.lock
- EVAL-PLAN.md
- gilfoyle.eval.ts
- package.json
- README.md
- tsconfig.json
- build-skill
- sync-to-skills
- test-build
- hero.png
- alt.html
- index.html
- TODO.md
- v1.html
- v10.html
- v11.html
- v12.html
- v2.html
- v3.html
- v4.html
- v5.html
- v6.html
- v7.html
- v8.html
- v9.html
- gilfoyle.md
- apl.md
- axiom.md
- blocks.md
- failure-modes.md
- grafana.md
- memory-system.md
- metrics.md
- postmortem-template.md
- pyroscope.md
- query-patterns.md
- sentry.md
- slack-api.md
- slack.md
- axiom-api
- axiom-deployments
- axiom-link
- axiom-metrics-discover
- axiom-metrics-query
- axiom-query
- axiom-query-fmt
- config
- curl-auth
- discover-alerts
- discover-axiom
- discover-grafana
- discover-k8s
- discover-pyroscope
- discover-slack
- grafana-alerts
- grafana-api
- grafana-config
- grafana-dashboards
- grafana-datasources
- grafana-link
- grafana-query
- init
- lib-time
- mem-doctor
- mem-share
- mem-sync
- mem-write
- memory-test
- org-add
- pyroscope-config
- pyroscope-diff
- pyroscope-flamegraph
- pyroscope-labels
- pyroscope-link
- pyroscope-profiles
- pyroscope-query
- pyroscope-services
- sentry-api
- sentry-config
- sentry-link
- slack
- slack-download
- slack-envs
- slack-fmt
- slack-upload
- sleep
- test-axiom-query-time-bounds
- test-config-toml
- test-curl-auth
- test-discover-envs
- .gitkeep
- .gitkeep
- facts.md
- incidents.md
- integrations.md
- patterns.md
- queries.md
- README.memory.md
- SKILL.md
- .gitattributes
- .gitignore
- AGENTS.md
- LICENSE
- README.md
- SKILL.core.md
- TODO.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/axiomhq/gilfoyle
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd gilfoyle
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Homebrew macOS/Linux용 패키지 매니저입니다.
brew install coreutils
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
cd .meta
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
