# bazel-worker-api **Repository Path**: mirrors_bazelbuild/bazel-worker-api ## Basic Information - **Project Name**: bazel-worker-api - **Description**: Bazel's Persistent Worker API - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-27 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bazel Persistent Worker API This repository contains the code for Bazel's [Persistent Worker](https://bazel.build/remote/persistent) API. There are two Bazel modules in this repository: * [**proto**](https://github.com/bazelbuild/bazel-worker-api/tree/main/proto): contains the bare protocol buffers for the worker API. * [**java**](https://github.com/bazelbuild/bazel-worker-api/tree/main/java): contains a simple Java wrapper library.