-
Notifications
You must be signed in to change notification settings - Fork 419
Expand file tree
/
Copy pathCODEOWNERS
More file actions
88 lines (80 loc) · 7.46 KB
/
Copy pathCODEOWNERS
File metadata and controls
88 lines (80 loc) · 7.46 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# See for instructions on this file https://help.github.com/articles/about-codeowners/
#### Team-owned sample areas ############################################################################
# Each contributing team owns their sample paths for review routing. See CONTRIBUTING.md for setup guide.
/samples/python/hosted-agents/ @microsoft-foundry/hosted-agents
/samples/csharp/hosted-agents/ @microsoft-foundry/hosted-agents
# Foundry Local samples — replace @microsoft-foundry/foundry-local with the actual team slug once created.
/samples/csharp/foundry-local/ @microsoft-foundry/foundry-local
/samples/javascript/foundry-local/ @microsoft-foundry/foundry-local
/samples/python/foundry-local/ @microsoft-foundry/foundry-local
/samples/rust/foundry-local/ @microsoft-foundry/foundry-local
#### Partner / external collaborator sample areas #######################################################
# Partners are outside collaborators (not org members). Each entry is the source of truth for that
# partner. Update alongside step 3 of the onboarding process in docs/external-contributions.md.
#
# Format:
# # <Partner name> — onboarded: YYYY-MM-DD — partner: @<partner-github> — dri: @<dri-github>
# /samples/<language>/<partner-area>/ @<dri-github>
#
# Mistral AI — add entry here once DRI and sample paths are confirmed:
# # Mistral AI — onboarded: 2026-06-22 — partner: @peymanmohajerian — dri: @truptiparkar7
# /samples/python/mistral/ @FILL_IN
#### files referenced in docs (DO NOT EDIT, except for Docs team!!!) ##########################################
/infrastructure/infrastructure-setup-bicep/01-connections/connection-key-vault.bicep @microsoft-foundry/AI-Platform-Docs
/infrastructure/infrastructure-setup-bicep/05-custom-policy-definitions/deny-disallowed-connections.json @microsoft-foundry/AI-Platform-Docs
/infrastructure/infrastructure-setup-terraform/00-basic-azurerm/code/main.tf @microsoft-foundry/AI-Platform-Docs
/infrastructure/infrastructure-setup-terraform/00-basic-azurerm/code/providers.tf @microsoft-foundry/AI-Platform-Docs
/infrastructure/infrastructure-setup-terraform/00-basic-azurerm/code/variables.tf @microsoft-foundry/AI-Platform-Docs
/infrastructure/infrastructure-setup-terraform/00-basic/code/main.tf @microsoft-foundry/AI-Platform-Docs
/infrastructure/infrastructure-setup-terraform/00-basic/code/providers.tf @microsoft-foundry/AI-Platform-Docs
/infrastructure/infrastructure-setup-terraform/00-basic/code/variables.tf @microsoft-foundry/AI-Platform-Docs
/samples-classic/REST/quickstart/quickstart.sh @microsoft-foundry/AI-Platform-Docs
/samples-classic/csharp/quickstart/Samples/.env.example @microsoft-foundry/AI-Platform-Docs
/samples-classic/csharp/quickstart/Samples/AgentFileSearch.cs @microsoft-foundry/AI-Platform-Docs
/samples-classic/csharp/quickstart/Samples/AgentService.cs @microsoft-foundry/AI-Platform-Docs
/samples-classic/csharp/quickstart/Samples/SimpleInference.cs @microsoft-foundry/AI-Platform-Docs
/samples-classic/java/quickstart/src/main/java/com/azure/ai/foundry/samples/AgentSample.java @microsoft-foundry/AI-Platform-Docs
/samples-classic/java/quickstart/src/main/java/com/azure/ai/foundry/samples/ChatCompletionSample.java @microsoft-foundry/AI-Platform-Docs
/samples-classic/java/quickstart/src/main/java/com/azure/ai/foundry/samples/FileSearchAgentSample.java @microsoft-foundry/AI-Platform-Docs
/samples-classic/python/quickstart/create_project.py @microsoft-foundry/AI-Platform-Docs
/samples-classic/python/quickstart/quickstart.py @microsoft-foundry/AI-Platform-Docs
/samples-classic/typescript/quickstart/.env.template @microsoft-foundry/AI-Platform-Docs
/samples-classic/typescript/quickstart/src/quickstart.ts @microsoft-foundry/AI-Platform-Docs
/samples/REST/quickstart/quickstart-chat-with-agent.sh @microsoft-foundry/AI-Platform-Docs
/samples/REST/quickstart/quickstart-create-agent.sh @microsoft-foundry/AI-Platform-Docs
/samples/REST/quickstart/quickstart-responses.sh @microsoft-foundry/AI-Platform-Docs
/samples/csharp/enterprise-agent-tutorial/1-idea-to-prototype/Evaluate/Program.cs @microsoft-foundry/AI-Platform-Docs
/samples/csharp/enterprise-agent-tutorial/1-idea-to-prototype/ModernWorkplaceAssistant/Program.cs @microsoft-foundry/AI-Platform-Docs
/samples/csharp/quickstart/chat-with-agent/quickstart-chat-with-agent.cs @microsoft-foundry/AI-Platform-Docs
/samples/csharp/quickstart/create-agent/quickstart-create-agent.cs @microsoft-foundry/AI-Platform-Docs
/samples/csharp/quickstart/responses/quickstart-responses.cs @microsoft-foundry/AI-Platform-Docs
/samples/java/quickstart/chat-with-agent/src/main/java/com/azure/ai/agents/ChatWithAgent.java @microsoft-foundry/AI-Platform-Docs
/samples/java/quickstart/create-agent/src/main/java/com/azure/ai/agents/CreateAgent.java @microsoft-foundry/AI-Platform-Docs
/samples/java/quickstart/responses/src/main/java/com/azure/ai/agents/CreateResponse.java @microsoft-foundry/AI-Platform-Docs
/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/evaluate.py @microsoft-foundry/AI-Platform-Docs
/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/main.py @microsoft-foundry/AI-Platform-Docs
/samples/python/foundry-models/model-router/model-router-chat-completions.py @microsoft-foundry/AI-Platform-Docs
/samples/python/foundry-models/model-router/model-router-foundry-responses.py @microsoft-foundry/AI-Platform-Docs
/samples/python/quickstart/chat-with-agent/quickstart-chat-with-agent.py @microsoft-foundry/AI-Platform-Docs
/samples/python/quickstart/create-agent/quickstart-create-agent.py @microsoft-foundry/AI-Platform-Docs
/samples/python/quickstart/responses/quickstart-responses.py @microsoft-foundry/AI-Platform-Docs
/samples/typescript/quickstart/chat-with-agent/src/quickstart-chat-with-agent.ts @microsoft-foundry/AI-Platform-Docs
/samples/typescript/quickstart/create-agent/src/quickstart-create-agent.ts @microsoft-foundry/AI-Platform-Docs
/samples/typescript/quickstart/responses/src/quickstart-responses.ts @microsoft-foundry/AI-Platform-Docs
/samples/typescript/quickstart/agent-service/src/quickstart.ts @microsoft-foundry/AI-Platform-Docs
#### Additional ownership entries (added via issue triage) ##############################################
# Routing for sample paths that were uncovered during issue triage.
# Owners chosen from CODEOWNERS pattern of peer directories and from git log of top contributors.
# Infrastructure (bicep) — networked agent setup templates
/infrastructure/infrastructure-setup-bicep/01-connections/apim/ @meerakurup @rayankhouryy
/infrastructure/infrastructure-setup-bicep/15-private-network-standard-agent-setup/ @haflidif
/infrastructure/infrastructure-setup-bicep/16-private-network-standard-agent-apim-setup/ @meerakurup @rayankhouryy @m-gheini @meerakurup @karthiksaligrama
# Infrastructure (terraform) — BYO-VNet variant
/infrastructure/infrastructure-setup-terraform/15b-private-network-standard-agent-setup-byovnet/ @deeikele
# Hosted-agents specific sub-areas — owners inferred from git log of top contributors
# (parent `/samples/python/hosted-agents/` and `/samples/csharp/hosted-agents/` still
# route to @microsoft-foundry/hosted-agents; these add finer-grained reviewers).
/samples/csharp/hosted-agents/agent-framework/teams-activity/ @therealjohn @tecton
/samples/python/hosted-agents/bring-your-own/invocations/github-copilot/ @ankitbko @huimiu
/samples/python/hosted-agents/bring-your-own/invocations/human-in-the-loop/ @ankitbko @huimiu
/samples/python/hosted-agents/bring-your-own/responses/langgraph-toolbox/ @antriksh30 @lindazqli