docs: add optional cache layer plan

This commit is contained in:
a.tolmachev
2026-05-03 20:58:15 +00:00
parent 201fe16aae
commit 33a5773415
6 changed files with 85 additions and 2 deletions
+3
View File
@@ -30,6 +30,7 @@
- секреты, auth profiles, agent publishing, logs и usage;
- статический ключ AI-агента;
- контейнерное развертывание Community;
- optional cache abstraction и Community fallback path без внешнего cache store;
- документация, тесты и демо-сценарии Community.
## 4. Что считается коммерческим контуром
@@ -44,6 +45,7 @@
- advanced streaming execution modes;
- metering и billing;
- cloud control plane;
- managed shared cache layer defaults;
- enterprise licensing and entitlement checks;
- private operational tooling and support tooling.
@@ -104,6 +106,7 @@
- edition flags;
- protocol registry abstraction;
- token issuer abstraction;
- cache store abstraction;
- feature availability checks.
Private code должен подключаться как реализация этих контрактов, а не как условные ветки по всему коду Community.