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

https://github.com/trpc-group/trpc-agent-go

a2a agent ai llm mcp

Score: -Infinity

Last synced: about 14 hours ago
JSON representation

Repository metadata:

trpc-agent-go is a powerful Go framework for building intelligent agent systems using large language models (LLMs) and tools.


Owner metadata:


Committers metadata

Last synced: 8 days ago

Total Commits: 979
Total Committers: 25
Avg Commits per committer: 39.16
Development Distribution Score (DDS): 0.741

Commits in past year: 979
Committers in past year: 25
Avg Commits per committer in past year: 39.16
Development Distribution Score (DDS) in past year: 0.741

Name Email Commits
wineandchord g****3@q****m 254
Rememorio j****g@t****m 197
Flash-LHR 4****R 141
hyprh h****n@t****m 104
goodliu a****u@t****m 97
nomand-zc w****5@f****m 89
bytethm y****7@1****m 43
ChenMingjie c****8@1****m 20
chengjoey 3****y 9
grignolalouis g****s@g****m 3
pherzheyu 9****u 3
wjf j****g@q****m 3
XlKsyt c****n@o****m 2
srcrs a****t@o****m 2
Xu Wang e****g@t****m 2
201430098137 1****6@q****m 1
Anush m****l@a****h 1
LiuJing l****6 1
Martin Schneppenheim 2****o 1
bluemiao3 7****3 1
jesonouyang 1****2@q****m 1
lincao c****3@1****m 1
magicconch 4****5 1
yuangui 7****1@q****m 1
宇师 g****8@1****m 1

Issue and Pull Request metadata

Last synced: 7 days ago

Total issues: 31
Total pull requests: 168
Average time to close issues: 14 days
Average time to close pull requests: 2 days
Total issue authors: 7
Total pull request authors: 12
Average comments per issue: 0.1
Average comments per pull request: 0.71
Merged pull request: 92
Bot issues: 0
Bot pull requests: 0

Past year issues: 31
Past year pull requests: 168
Past year average time to close issues: 14 days
Past year average time to close pull requests: 2 days
Past year issue authors: 7
Past year pull request authors: 12
Past year average comments per issue: 0.1
Past year average comments per pull request: 0.71
Past year merged pull request: 92
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/trpc-group/trpc-agent-go

Top Issue Authors

  • WineChord (21)
  • liuzengh (5)
  • wade30822 (1)
  • Rememorio (1)
  • lorentz-wu (1)
  • weeco (1)
  • Flash-LHR (1)

Top Pull Request Authors

  • Rememorio (42)
  • WineChord (37)
  • nomand-zc (24)
  • Flash-LHR (15)
  • hyprh (15)
  • liuzengh (12)
  • sandyskies (10)
  • bytethm (8)
  • srcrs (2)
  • cryo-zd (1)
  • 1005281342 (1)
  • weeco (1)

Top Issue Labels

  • enhancement (18)

Top Pull Request Labels


Package metadata

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/orchestration/session/redis

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/model/gemini

Package gemini provides Gemini-compatible model implementations. Package gemini provides Gemini-compatible model implementations. Package gemini provides Gemini-compatible model implementations. Package gemini provides Gemini-compatible model implementations.

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/graph/checkpoint/redis

Package redis provides Redis-based checkpoint storage implementation for graph execution state persistence and recovery. Package redis provides Redis-based checkpoint storage implementation for graph execution state persistence and recovery.

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/model/provider

Package provider provides a unified interface for constructing model.Model instances from different providers.

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/examples/runner

Package main demonstrates a minimal multi-turn chat powered by Runner. It focuses on core control flow with an in-memory session backend so the example stays self-contained and easy to run.

proxy.golang.org: github.com/trpc-group/trpc-agent-go/session/postgres

proxy.golang.org: github.com/trpc-group/trpc-agent-go/storage/tcvector

proxy.golang.org: github.com/trpc-group/trpc-agent-go/memory/redis

proxy.golang.org: github.com/trpc-group/trpc-agent-go/storage/elasticsearch

proxy.golang.org: github.com/trpc-group/trpc-agent-go/session/redis

proxy.golang.org: github.com/trpc-group/trpc-agent-go/examples

proxy.golang.org: github.com/trpc-group/trpc-agent-go

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/knowledge/vectorstore/tcvector

Package tcvector provides search and filter functionality for trpc-agent-go. Package tcvector provides a vector store for tcvectordb.

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/tool/wikipedia

Package wikipedia provides Wikipedia Search API tools for AI agents.

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/storage/s3

Package s3 provides a reusable S3 client for storage operations. It supports AWS S3 and S3-compatible services like MinIO, DigitalOcean Spaces, and Cloudflare R2.

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/artifact/s3

Package s3 provides an S3-compatible artifact storage service implementation. It supports AWS S3, MinIO, DigitalOcean Spaces, Cloudflare R2, and other S3-compatible object storage services.

proxy.golang.org: trpc.group/trpc-go/trpc-agent-go/storage/cos

Package cos provides a Tencent Cloud Object Storage (COS) implementation of the artifact service. The object name format used depends on whether the filename has a user namespace: Authentication: The service requires COS credentials which can be provided via: - Environment variables: COS_SECRETID and COS_SECRETKEY (recommended) - Option functions: WithSecretID() and WithSecretKey() Example:


Dependencies

.github/workflows/cla.yml actions
  • contributor-assistant/github-action v2.3.1 composite
.github/workflows/prc.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v5 composite
  • codecov/codecov-action v3 composite
  • crate-ci/typos master composite
  • golangci/golangci-lint-action v3 composite
  • joelanford/go-apidiff main composite
examples/go.mod go
  • ../ *
  • ../knowledge/vectorstore/pgvector *
  • ../knowledge/vectorstore/tcvector *
  • ../session/redis/ *
  • ../storage/redis *
  • ../storage/tcvector *
  • github.com/cenkalti/backoff/v5 v5.0.2
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/clbanning/mxj v1.8.4
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/getkin/kin-openapi v0.132.0
  • github.com/go-ego/gse v0.80.3
  • github.com/go-logr/logr v1.4.3
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-openapi/jsonpointer v0.21.1
  • github.com/go-openapi/swag v0.23.1
  • github.com/goccy/go-json v0.10.3
  • github.com/golang-jwt/jwt/v5 v5.2.2
  • github.com/golang/glog v1.2.4
  • github.com/gonfva/docxlib v0.0.0-20210517191039-d8f39cecf1ad
  • github.com/google/go-querystring v1.1.0
  • github.com/google/uuid v1.6.0
  • github.com/gorilla/mux v1.8.1
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
  • github.com/jackc/pgx/v5 v5.7.2
  • github.com/jackc/puddle/v2 v2.2.2
  • github.com/josharian/intern v1.0.0
  • github.com/ledongthuc/pdf v0.0.0-20250511090121-5959a4027728
  • github.com/lestrrat-go/blackmagic v1.0.2
  • github.com/lestrrat-go/httpcc v1.0.1
  • github.com/lestrrat-go/httprc v1.0.6
  • github.com/lestrrat-go/iter v1.0.2
  • github.com/lestrrat-go/jwx/v2 v2.1.4
  • github.com/lestrrat-go/option v1.0.1
  • github.com/mailru/easyjson v0.9.0
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
  • github.com/mozillazg/go-httpheader v0.4.0
  • github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037
  • github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90
  • github.com/openai/openai-go v1.12.0
  • github.com/panjf2000/ants/v2 v2.10.0
  • github.com/perimeterx/marshmallow v1.1.5
  • github.com/pgvector/pgvector-go v0.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/redis/go-redis/v9 v9.11.0
  • github.com/rs/cors v1.10.1
  • github.com/segmentio/asm v1.2.0
  • github.com/spaolacci/murmur3 v1.1.0
  • github.com/tencent/vectordatabase-sdk-go v1.8.0
  • github.com/tencentyun/cos-go-sdk-v5 v0.7.66
  • github.com/tidwall/gjson v1.18.0
  • github.com/tidwall/match v1.1.1
  • github.com/tidwall/pretty v1.2.1
  • github.com/tidwall/sjson v1.2.5
  • github.com/vcaesar/cedar v0.20.2
  • github.com/yosida95/uritemplate/v3 v3.0.2
  • github.com/yuin/goldmark v1.7.12
  • go.opentelemetry.io/auto/sdk v1.1.0
  • go.opentelemetry.io/otel v1.37.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
  • go.opentelemetry.io/otel/metric v1.37.0
  • go.opentelemetry.io/otel/sdk v1.37.0
  • go.opentelemetry.io/otel/sdk/metric v1.37.0
  • go.opentelemetry.io/otel/trace v1.37.0
  • go.opentelemetry.io/proto/otlp v1.7.0
  • go.uber.org/multierr v1.10.0
  • go.uber.org/zap v1.27.0
  • golang.org/x/crypto v0.39.0
  • golang.org/x/net v0.41.0
  • golang.org/x/oauth2 v0.30.0
  • golang.org/x/sync v0.15.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/text v0.26.0
  • google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7
  • google.golang.org/grpc v1.73.0
  • google.golang.org/protobuf v1.36.6
  • gopkg.in/yaml.v3 v3.0.1
  • trpc.group/trpc-go/trpc-a2a-go v0.2.1
  • trpc.group/trpc-go/trpc-mcp-go v0.0.0-20250714033254-da2a7c43bebd
examples/go.sum go
  • 145 dependencies
go.mod go
  • cloud.google.com/go v0.116.0
  • cloud.google.com/go/auth v0.9.3
  • cloud.google.com/go/compute/metadata v0.6.0
  • github.com/Microsoft/go-winio v0.4.14
  • github.com/cenkalti/backoff/v5 v5.0.2
  • github.com/containerd/errdefs v1.0.0
  • github.com/containerd/errdefs/pkg v0.3.0
  • github.com/containerd/log v0.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
  • github.com/distribution/reference v0.6.0
  • github.com/docker/docker v28.3.2+incompatible
  • github.com/docker/go-connections v0.5.0
  • github.com/docker/go-units v0.5.0
  • github.com/felixge/httpsnoop v1.0.4
  • github.com/getkin/kin-openapi v0.132.0
  • github.com/go-logr/logr v1.4.3
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-openapi/jsonpointer v0.21.1
  • github.com/go-openapi/swag v0.23.1
  • github.com/go-pdf/fpdf v0.9.0
  • github.com/goccy/go-json v0.10.3
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang-jwt/jwt/v5 v5.2.2
  • github.com/golang/glog v1.2.4
  • github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
  • github.com/gomutex/godocx v0.1.5
  • github.com/gonfva/docxlib v0.0.0-20210517191039-d8f39cecf1ad
  • github.com/google/go-cmp v0.7.0
  • github.com/google/s2a-go v0.1.8
  • github.com/google/uuid v1.6.0
  • github.com/googleapis/enterprise-certificate-proxy v0.3.4
  • github.com/gorilla/mux v1.8.1
  • github.com/gorilla/websocket v1.5.3
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
  • github.com/josharian/intern v1.0.0
  • github.com/klauspost/compress v1.18.0
  • github.com/ledongthuc/pdf v0.0.0-20250511090121-5959a4027728
  • github.com/lestrrat-go/blackmagic v1.0.2
  • github.com/lestrrat-go/httpcc v1.0.1
  • github.com/lestrrat-go/httprc v1.0.6
  • github.com/lestrrat-go/iter v1.0.2
  • github.com/lestrrat-go/jwx/v2 v2.1.4
  • github.com/lestrrat-go/option v1.0.1
  • github.com/mailru/easyjson v0.9.0
  • github.com/moby/docker-image-spec v1.3.1
  • github.com/moby/go-archive v0.1.0
  • github.com/moby/patternmatcher v0.6.0
  • github.com/moby/sys/atomicwriter v0.1.0
  • github.com/moby/sys/sequential v0.6.0
  • github.com/moby/sys/user v0.4.0
  • github.com/moby/sys/userns v0.1.0
  • github.com/moby/term v0.5.2
  • github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
  • github.com/morikuni/aec v1.0.0
  • github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037
  • github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90
  • github.com/openai/openai-go v1.12.0
  • github.com/opencontainers/go-digest v1.0.0
  • github.com/opencontainers/image-spec v1.1.1
  • github.com/panjf2000/ants/v2 v2.10.0
  • github.com/perimeterx/marshmallow v1.1.5
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rs/cors v1.10.1
  • github.com/segmentio/asm v1.2.0
  • github.com/sirupsen/logrus v1.9.3
  • github.com/stretchr/testify v1.10.0
  • github.com/tidwall/gjson v1.18.0
  • github.com/tidwall/match v1.1.1
  • github.com/tidwall/pretty v1.2.1
  • github.com/tidwall/sjson v1.2.5
  • github.com/yosida95/uritemplate/v3 v3.0.2
  • github.com/yuin/goldmark v1.7.12
  • go.opencensus.io v0.24.0
  • go.opentelemetry.io/auto/sdk v1.1.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0
  • go.opentelemetry.io/otel v1.37.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0
  • go.opentelemetry.io/otel/metric v1.37.0
  • go.opentelemetry.io/otel/sdk v1.37.0
  • go.opentelemetry.io/otel/sdk/metric v1.37.0
  • go.opentelemetry.io/otel/trace v1.37.0
  • go.opentelemetry.io/proto/otlp v1.7.0
  • go.uber.org/multierr v1.10.0
  • go.uber.org/zap v1.27.0
  • golang.org/x/crypto v0.39.0
  • golang.org/x/net v0.41.0
  • golang.org/x/oauth2 v0.30.0
  • golang.org/x/sync v0.15.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/text v0.26.0
  • google.golang.org/genai v1.15.0
  • google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822
  • google.golang.org/grpc v1.73.0
  • google.golang.org/protobuf v1.36.6
  • gopkg.in/yaml.v3 v3.0.1
  • trpc.group/trpc-go/trpc-a2a-go v0.2.1
  • trpc.group/trpc-go/trpc-mcp-go v0.0.0-20250714033254-da2a7c43bebd
go.sum go
  • 236 dependencies
knowledge/vectorstore/pgvector/go.mod go
  • ../../../ *
  • github.com/davecgh/go-spew v1.1.1
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
  • github.com/jackc/pgx/v5 v5.7.2
  • github.com/jackc/puddle/v2 v2.2.2
  • github.com/pgvector/pgvector-go v0.3.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.10.0
  • go.uber.org/multierr v1.10.0
  • go.uber.org/zap v1.27.0
  • golang.org/x/crypto v0.39.0
  • golang.org/x/sync v0.15.0
  • golang.org/x/text v0.26.0
  • gopkg.in/yaml.v3 v3.0.1
knowledge/vectorstore/pgvector/go.sum go
  • entgo.io/ent v0.14.3
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-pg/pg/v10 v10.11.0
  • github.com/go-pg/zerochecker v0.2.0
  • github.com/google/uuid v1.6.0
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
  • github.com/jackc/pgx/v5 v5.7.2
  • github.com/jackc/puddle/v2 v2.2.2
  • github.com/jinzhu/inflection v1.0.0
  • github.com/jinzhu/now v1.1.5
  • github.com/jmoiron/sqlx v1.3.5
  • github.com/kr/pretty v0.3.0
  • github.com/kr/text v0.2.0
  • github.com/lib/pq v1.10.9
  • github.com/pgvector/pgvector-go v0.3.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.9.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.0
  • github.com/stretchr/testify v1.10.0
  • github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc
  • github.com/uptrace/bun v1.1.12
  • github.com/uptrace/bun/dialect/pgdialect v1.1.12
  • github.com/uptrace/bun/driver/pgdriver v1.1.12
  • github.com/vmihailenco/bufpool v0.1.11
  • github.com/vmihailenco/msgpack/v5 v5.3.5
  • github.com/vmihailenco/tagparser v0.1.2
  • github.com/vmihailenco/tagparser/v2 v2.0.0
  • github.com/x448/float16 v0.8.4
  • go.uber.org/goleak v1.3.0
  • go.uber.org/multierr v1.10.0
  • go.uber.org/zap v1.27.0
  • golang.org/x/crypto v0.39.0
  • golang.org/x/sync v0.15.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/text v0.26.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
  • gorm.io/driver/postgres v1.5.4
  • gorm.io/gorm v1.25.5
  • mellium.im/sasl v0.3.1
knowledge/vectorstore/tcvector/go.mod go
  • ../../../ *
  • ../../../storage/tcvector *
  • github.com/clbanning/mxj v1.8.4
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-ego/gse v0.80.3
  • github.com/google/go-querystring v1.1.0
  • github.com/kr/pretty v0.3.0
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/mozillazg/go-httpheader v0.4.0
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/spaolacci/murmur3 v1.1.0
  • github.com/stretchr/testify v1.10.0
  • github.com/tencent/vectordatabase-sdk-go v1.8.0
  • github.com/tencentyun/cos-go-sdk-v5 v0.7.66
  • github.com/vcaesar/cedar v0.20.2
  • go.uber.org/multierr v1.10.0
  • go.uber.org/zap v1.27.0
  • golang.org/x/net v0.41.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/text v0.26.0
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7
  • google.golang.org/grpc v1.73.0
  • google.golang.org/protobuf v1.36.6
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/yaml.v3 v3.0.1
knowledge/vectorstore/tcvector/go.sum go
  • github.com/QcloudApi/qcloud_sign_golang v0.0.0-20141224014652-e4130a326409
  • github.com/clbanning/mxj v1.8.4
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-ego/gse v0.80.3
  • github.com/go-logr/logr v1.4.3
  • github.com/go-logr/stdr v1.2.2
  • github.com/golang-jwt/jwt/v5 v5.2.1
  • github.com/golang/protobuf v1.5.4
  • github.com/google/go-cmp v0.5.2
  • github.com/google/go-cmp v0.7.0
  • github.com/google/go-querystring v1.0.0
  • github.com/google/go-querystring v1.1.0
  • github.com/google/uuid v1.1.1
  • github.com/google/uuid v1.6.0
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pretty v0.2.1
  • github.com/kr/pretty v0.3.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/kr/text v0.2.0
  • github.com/mitchellh/mapstructure v1.4.3
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/mozillazg/go-httpheader v0.2.1
  • github.com/mozillazg/go-httpheader v0.4.0
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.6.1
  • github.com/spaolacci/murmur3 v1.1.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.10.0
  • github.com/tencent/vectordatabase-sdk-go v1.8.0
  • github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.563
  • github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/kms v1.0.563
  • github.com/tencentyun/cos-go-sdk-v5 v0.7.66
  • github.com/vcaesar/cedar v0.20.2
  • github.com/vcaesar/tt v0.20.1
  • go.opentelemetry.io/auto/sdk v1.1.0
  • go.opentelemetry.io/otel v1.37.0
  • go.opentelemetry.io/otel/metric v1.37.0
  • go.opentelemetry.io/otel/sdk v1.37.0
  • go.opentelemetry.io/otel/sdk/metric v1.37.0
  • go.opentelemetry.io/otel/trace v1.37.0
  • go.uber.org/goleak v1.3.0
  • go.uber.org/multierr v1.10.0
  • go.uber.org/zap v1.27.0
  • golang.org/x/net v0.41.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/text v0.26.0
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7
  • google.golang.org/grpc v1.73.0
  • google.golang.org/protobuf v1.36.6
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/errgo.v2 v2.1.0
  • gopkg.in/yaml.v3 v3.0.1
session/redis/go.mod go
  • ../../ *
  • ../../storage/redis *
  • github.com/alicebob/miniredis/v2 v2.35.0
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/google/uuid v1.6.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/redis/go-redis/v9 v9.11.0
  • github.com/stretchr/testify v1.10.0
  • github.com/yuin/gopher-lua v1.1.1
  • gopkg.in/yaml.v3 v3.0.1
session/redis/go.sum go
  • github.com/alicebob/miniredis/v2 v2.35.0
  • github.com/bsm/ginkgo/v2 v2.12.0
  • github.com/bsm/gomega v1.27.10
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/google/uuid v1.6.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/redis/go-redis/v9 v9.11.0
  • github.com/stretchr/testify v1.10.0
  • github.com/yuin/gopher-lua v1.1.1
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1
storage/redis/go.mod go
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/redis/go-redis/v9 v9.11.0
storage/redis/go.sum go
  • github.com/bsm/ginkgo/v2 v2.12.0
  • github.com/bsm/gomega v1.27.10
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/redis/go-redis/v9 v9.11.0
storage/tcvector/go.mod go
  • github.com/clbanning/mxj v1.8.4
  • github.com/go-ego/gse v0.80.3
  • github.com/google/go-querystring v1.1.0
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/mozillazg/go-httpheader v0.4.0
  • github.com/pkg/errors v0.9.1
  • github.com/spaolacci/murmur3 v1.1.0
  • github.com/tencent/vectordatabase-sdk-go v1.8.0
  • github.com/tencentyun/cos-go-sdk-v5 v0.7.66
  • github.com/vcaesar/cedar v0.20.2
  • golang.org/x/net v0.41.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/text v0.26.0
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7
  • google.golang.org/grpc v1.73.0
  • google.golang.org/protobuf v1.36.6
storage/tcvector/go.sum go
  • github.com/QcloudApi/qcloud_sign_golang v0.0.0-20141224014652-e4130a326409
  • github.com/clbanning/mxj v1.8.4
  • github.com/davecgh/go-spew v1.1.0
  • github.com/go-ego/gse v0.80.3
  • github.com/go-logr/logr v1.4.2
  • github.com/go-logr/stdr v1.2.2
  • github.com/golang-jwt/jwt/v5 v5.2.1
  • github.com/golang/protobuf v1.5.4
  • github.com/google/go-cmp v0.5.2
  • github.com/google/go-cmp v0.7.0
  • github.com/google/go-querystring v1.0.0
  • github.com/google/go-querystring v1.1.0
  • github.com/google/uuid v1.1.1
  • github.com/google/uuid v1.6.0
  • github.com/mitchellh/mapstructure v1.4.3
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/mozillazg/go-httpheader v0.2.1
  • github.com/mozillazg/go-httpheader v0.4.0
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/spaolacci/murmur3 v1.1.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/tencent/vectordatabase-sdk-go v1.8.0
  • github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.563
  • github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/kms v1.0.563
  • github.com/tencentyun/cos-go-sdk-v5 v0.7.66
  • github.com/vcaesar/cedar v0.20.2
  • github.com/vcaesar/tt v0.20.1
  • go.opentelemetry.io/auto/sdk v1.1.0
  • go.opentelemetry.io/otel v1.35.0
  • go.opentelemetry.io/otel/metric v1.35.0
  • go.opentelemetry.io/otel/sdk v1.35.0
  • go.opentelemetry.io/otel/sdk/metric v1.35.0
  • go.opentelemetry.io/otel/trace v1.35.0
  • golang.org/x/net v0.41.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/text v0.26.0
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7
  • google.golang.org/grpc v1.73.0
  • google.golang.org/protobuf v1.36.6