Initial SQL-only 1C adapter baseline

This commit is contained in:
2026-07-22 03:03:47 +03:00
commit e2503b77e7
545 changed files with 184711 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Plugins
Плагины содержат прикладную логику.
Каждый плагин проектируется как будущий отдельный сервис. Внутри плагина можно хранить:
- `plugin.yaml`;
- README;
- prompts;
- pipelines;
- datasets;
- evals;
- adapters;
- API contract.
Плагины могут зависеть от `core`, но `core` не должен зависеть от плагинов.