mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 20:14:36 +00:00
16 lines
309 B
YAML
16 lines
309 B
YAML
apiVersion: v1
|
|
kind: Blueprint
|
|
metadata:
|
|
name: builtin-components
|
|
label:
|
|
en_US: Builtin Components
|
|
zh_CN: 内置组件
|
|
spec:
|
|
components:
|
|
ComponentTemplate:
|
|
fromFiles:
|
|
- pkg/platform/adapter.yaml
|
|
MessagePlatformAdapter:
|
|
fromDirs:
|
|
- path: pkg/platform/sources/
|