An open API service for producing an overview of a list of open source projects.

https://github.com/wentbackward/hikyaku

inference llm load-balancer openai-api

Score: -Infinity

Last synced: about 1 hour ago
JSON representation

Repository metadata:

A superfast proxy and smart load-balancer for AI Inference — virtualize models, share local and provider back-ends, optimal caching, lock-in sampling parameters, debug message flow and obtain OTel metrics


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 182
Total Committers: 2
Avg Commits per committer: 91.0
Development Distribution Score (DDS): 0.005

Commits in past year: 182
Committers in past year: 2
Avg Commits per committer in past year: 91.0
Development Distribution Score (DDS) in past year: 0.005

Name Email Commits
wentbackward 1****d 181
dependabot[bot] 4****] 1

Issue and Pull Request metadata

Last synced: 2 months ago

Total issues: 0
Total pull requests: 15
Average time to close issues: N/A
Average time to close pull requests: 6 days
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 2.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 15

Past year issues: 0
Past year pull requests: 15
Past year average time to close issues: N/A
Past year average time to close pull requests: 6 days
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 2.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 15

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/wentbackward/hikyaku

Top Issue Authors

Top Pull Request Authors

  • dependabot[bot] (15)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/wentbackward/hikyaku

Package hikyaku is the public, importable facade for embedding the hikyaku proxy in another program — notably the private pro layer (github.com/PGALLC/hikyaku-pro), which cannot import this module's internal/ packages directly (Go forbids cross-module internal imports).

  • Homepage: https://github.com/wentbackward/hikyaku
  • Documentation: https://pkg.go.dev/github.com/wentbackward/hikyaku#section-documentation
  • Licenses: MIT
  • Latest release: v0.5.5 (published about 1 month ago)
  • Last Synced: 2026-08-13T15:21:55.240Z (1 day ago)
  • Versions: 69
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.789%
    • Average: 4.95%
    • Dependent repos count: 5.111%

Dependencies

Dockerfile docker
  • golang 1.26-alpine build
  • scratch latest build
.github/workflows/ci.yml actions
  • actions/checkout v6 composite
  • actions/setup-go v6 composite
  • golangci/golangci-lint-action v7 composite
docker-compose.yml docker
.github/workflows/release.yml actions
  • actions/checkout v6 composite
  • actions/download-artifact v8 composite
  • actions/setup-go v6 composite
  • actions/upload-artifact v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/metadata-action v6 composite
  • docker/setup-buildx-action v3 composite
  • softprops/action-gh-release v2 composite
go.sum go
  • github.com/beorn7/perks v1.0.1
  • github.com/cenkalti/backoff/v5 v5.0.3
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-logr/logr v1.2.2
  • github.com/go-logr/logr v1.4.3
  • github.com/go-logr/stdr v1.2.2
  • github.com/golang/protobuf v1.5.4
  • github.com/google/go-cmp v0.7.0
  • github.com/google/uuid v1.6.0
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/prometheus/client_golang v1.19.1
  • github.com/prometheus/client_model v0.6.1
  • github.com/prometheus/common v0.53.0
  • github.com/prometheus/procfs v0.15.0
  • github.com/rogpeppe/go-internal v1.14.1
  • github.com/stretchr/testify v1.11.1
  • go.opentelemetry.io/auto/sdk v1.2.1
  • go.opentelemetry.io/otel v1.43.0
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.18.0
  • go.opentelemetry.io/otel/exporters/prometheus v0.49.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.18.0
  • go.opentelemetry.io/otel/log v0.18.0
  • go.opentelemetry.io/otel/metric v1.43.0
  • go.opentelemetry.io/otel/sdk v1.42.0
  • go.opentelemetry.io/otel/sdk/log v0.18.0
  • go.opentelemetry.io/otel/sdk/log/logtest v0.18.0
  • go.opentelemetry.io/otel/sdk/metric v1.42.0
  • go.opentelemetry.io/otel/trace v1.43.0
  • go.opentelemetry.io/proto/otlp v1.9.0
  • golang.org/x/net v0.51.0
  • golang.org/x/sys v0.41.0
  • golang.org/x/text v0.34.0
  • gonum.org/v1/gonum v0.16.0
  • google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57
  • google.golang.org/grpc v1.79.2
  • google.golang.org/protobuf v1.36.11
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/yaml.v3 v3.0.1
go.mod go
  • github.com/beorn7/perks v1.0.1
  • github.com/cenkalti/backoff/v5 v5.0.3
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/go-logr/logr v1.4.3
  • github.com/go-logr/stdr v1.2.2
  • github.com/google/uuid v1.6.0
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0
  • github.com/prometheus/client_golang v1.19.1
  • github.com/prometheus/client_model v0.6.1
  • github.com/prometheus/common v0.53.0
  • github.com/prometheus/procfs v0.15.0
  • go.opentelemetry.io/auto/sdk v1.2.1
  • go.opentelemetry.io/otel v1.43.0
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.18.0
  • go.opentelemetry.io/otel/exporters/prometheus v0.49.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.18.0
  • go.opentelemetry.io/otel/log v0.18.0
  • go.opentelemetry.io/otel/metric v1.43.0
  • go.opentelemetry.io/otel/sdk v1.42.0
  • go.opentelemetry.io/otel/sdk/log v0.18.0
  • go.opentelemetry.io/otel/sdk/metric v1.42.0
  • go.opentelemetry.io/otel/trace v1.43.0
  • go.opentelemetry.io/proto/otlp v1.9.0
  • golang.org/x/net v0.51.0
  • golang.org/x/sys v0.41.0
  • golang.org/x/text v0.34.0
  • google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57
  • google.golang.org/grpc v1.79.2
  • google.golang.org/protobuf v1.36.11
  • gopkg.in/yaml.v3 v3.0.1