|
1 | 1 | # CODEOWNERS file for Agentex Repository |
2 | | -# This file protects critical infrastructure and core components from unintended changes |
3 | | -# Main purpose: Support forwarding to underlying agents |
4 | 2 |
|
5 | | -# ==================== |
6 | | -# App Core + Routes + Schemas |
7 | | -# ==================== |
8 | | -# Main FastAPI application setup and configuration |
9 | | -/agentex/src/api/ @jasonyang101 @felixs8696 |
10 | | - |
11 | | -# ==================== |
12 | | -# Database Schema & Migrations |
13 | | -# ==================== |
14 | | -# Database migration files - changing these affects data integrity |
15 | | -/agentex/database/migrations/ @jasonyang101 @felixs8696 |
16 | | - |
17 | | -# ==================== |
18 | | -# ACP Client Service & Related Components |
19 | | -# ==================== |
20 | | -# Core ACP service for agent communication |
21 | | -/agentex/src/domain/services/agent_acp_service.py @jasonyang101 @felixs8696 |
22 | | -# ACP use cases - handles agent RPC requests |
23 | | -/agentex/src/domain/use_cases/agents_acp_use_case.py @jasonyang101 @felixs8696 |
24 | | -# Task service with ACP streaming logic |
25 | | -/agentex/src/domain/services/task_service.py @jasonyang101 @felixs8696 |
26 | | - |
27 | | -# ACP entity definitions and RPC methods |
28 | | -/agentex/src/domain/entities/ @jasonyang101 @felixs8696 |
29 | | - |
30 | | -# ==================== |
31 | | -# Streaming & Task Message Models |
32 | | -# ==================== |
33 | | -# Core streaming logic and task message updates |
34 | | -/agentex/src/shared/models/ @jasonyang101 @felixs8696 |
35 | | - |
36 | | -# Task message mixins and entities |
37 | | -/agentex/src/domain/mixins/task_messages/ @jasonyang101 @felixs8696 |
38 | | - |
39 | | -# ==================== |
40 | | -# Core Infrastructure |
41 | | -# ==================== |
42 | | -# Configuration and dependencies |
43 | | -/agentex/src/config/ @jasonyang101 @felixs8696 |
44 | | -# Adapters for external systems |
45 | | -/agentex/src/adapters/ @jasonyang101 @felixs8696 |
46 | | - |
47 | | -# ==================== |
48 | | -# Agentex UI Kit |
49 | | -# ==================== |
50 | | -/agentex-ui-kit/ @MichaelSun48 @Saber74 |
| 3 | +* @agentex-team |
0 commit comments