commit-agent

module
v0.0.0-...-2557018 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2026 License: Apache-2.0

README

Commit Agent

Commit Agent is a gRPC-based sidecar agent that runs inside Jupyter Notebook pods. It enables code synchronization between the notebook container and a remote Git repository. For usage details, refer to the official documentation.

Build

go mod tidy && go mod vendor
make build && make build-client

Generate gRPC Code

cd v1beta1
protoc --go_out=. --go_opt=paths=source_relative \
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    service.proto

Directories

Path Synopsis
cmd
commit-agent command
commit-ctl command
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL