-
Notifications
You must be signed in to change notification settings - Fork 364
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (22 loc) · 849 Bytes
/
CODEOWNERS
File metadata and controls
28 lines (22 loc) · 849 Bytes
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
# Default
* @LazyAGI/core-maintainers
tests/ @LazyAGI/core-maintainers @LazyAGI/core-maintainers @LazyAGI/tools-maintainers @LazyAGI/rag-maintainers @LazyAGI/agent-maintainers @LazyAGI/engine-maintainers @LazyAGI/llm-maintainers
# Docs
docs/ @LazyAGI/doc-maintainers
# Tools (default)
lazyllm/tools/ @LazyAGI/tools-maintainers
tests/**/Tools/ @LazyAGI/tools-maintainers
# RAG
lazyllm/tools/rag/ @LazyAGI/rag-maintainers
tests/**/RAG/ @LazyAGI/rag-maintainers
# Agent
lazyllm/tools/agent/ @LazyAGI/agent-maintainers
# Engine
lazyllm/engine/ @LazyAGI/engine-maintainers
tests/engine_tests/ @LazyAGI/engine-maintainers
# LLM / Module
lazyllm/module/ @LazyAGI/llm-maintainers
tests/**/Deploy/ @LazyAGI/llm-maintainers
tests/**/Finetune/ @LazyAGI/llm-maintainers
tests/**/Models/ @LazyAGI/llm-maintainers
tests/**/Modules/ @LazyAGI/llm-maintainers