-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathCODEOWNERS
More file actions
49 lines (40 loc) · 1.59 KB
/
CODEOWNERS
File metadata and controls
49 lines (40 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Default owners for everything
* @slin1237 @CatherineSue
# Benchmarks
/model_gateway/benches @slin1237
# Python bindings
/bindings/python @CatherineSue @key4ng @gongwei-130 @slin1237
/bindings/golang @whybeyoung @slin1237
# E2E tests
/e2e_test @CatherineSue @key4ng @XinyueZhang369 @slin1237
# Github workflows
/.github/workflows @CatherineSue @key4ng @XinyueZhang369 @slin1237
# Docker, Installation
/docker @gongwei-130 @CatherineSue @slin1237
/scripts @gongwei-130 @CatherineSue @key4ng @XinyueZhang369 @slin1237
# Main source code (model_gateway)
/model_gateway/src/config @slin1237 @CatherineSue
/model_gateway/src/core @slin1237 @CatherineSue
/model_gateway/src/policies @slin1237
/model_gateway/src/routers @CatherineSue @key4ng @slin1237
# Workspace crates
/crates/auth @slin1237
/crates/data_connector @key4ng @zhoug9127 @zhaowenzi
/crates/grpc_client @CatherineSue @slin1237
/crates/grpc_client/proto/vllm_engine.proto @njhill @CatherineSue @slin1237
/crates/grpc_client/proto/common.proto @njhill @CatherineSue @slin1237
/crates/kv_index @slin1237
/crates/mcp @key4ng @CatherineSue @slin1237 @zhoug9127 @zhaowenzi
/crates/mesh @tonyluj @llfl @slin1237
/crates/multimodal @slin1237 @CatherineSue
/crates/protocols @CatherineSue @key4ng
/crates/reasoning_parser @CatherineSue
/crates/tokenizer @slin1237 @CatherineSue
/crates/tool_parser @slin1237 @CatherineSue
/crates/wasm @slin1237 @tonyluj
/crates/workflow @slin1237 @CatherineSue
# gRPC servicer
/grpc_servicer @CatherineSue @slin1237
/grpc_servicer/smg_grpc_servicer/vllm @njhill @CatherineSue @slin1237
# Examples
/examples/wasm @tonyluj @slin1237