Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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