ARCH - CODEX AGENTS: стартовый каркас Agent Gateway

This commit is contained in:
DCCONSTRUCTIONS
2026-05-14 19:16:43 +03:00
parent 97d98a7bcb
commit e95cb3af33
15 changed files with 1589 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"rootDir": "src",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}