-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
26 lines (22 loc) · 967 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
26 lines (22 loc) · 967 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
# CODEOWNERS for langgraph-cpp.
#
# Replace @langgraph-cpp/maintainers with the real GitHub team or maintainer
# handles before the first public release.
* @langgraph-cpp/maintainers
/include/langgraph_cpp/ @langgraph-cpp/maintainers
/src/langgraph/graph/ @langgraph-cpp/maintainers
/src/langgraph/checkpoint/ @langgraph-cpp/maintainers
/src/langgraph/store/ @langgraph-cpp/maintainers
/src/langgraph/runtime/ @langgraph-cpp/maintainers
/src/langgraph/message/ @langgraph-cpp/maintainers
/src/langgraph/model/ @langgraph-cpp/maintainers
/src/langgraph/tool/ @langgraph-cpp/maintainers
/src/langgraph/edge/ @langgraph-cpp/maintainers
/src/foundation/ @langgraph-cpp/maintainers
/CMakeLists.txt @langgraph-cpp/maintainers
/CMakePresets.json @langgraph-cpp/maintainers
/.github/ @langgraph-cpp/maintainers
/scripts/ @langgraph-cpp/maintainers
/docs/ @langgraph-cpp/maintainers
/PROJECT_MANIFEST.json @langgraph-cpp/maintainers
/CODEOWNERS @langgraph-cpp/maintainers