mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
23 lines
484 B
YAML
23 lines
484 B
YAML
apiVersion: v1
|
|
kind: Blueprint
|
|
metadata:
|
|
name: builtin-components
|
|
label:
|
|
en_US: Builtin Components
|
|
zh_Hans: 内置组件
|
|
spec:
|
|
components:
|
|
ComponentTemplate:
|
|
fromFiles:
|
|
- pkg/provider/modelmgr/requester.yaml
|
|
MessagePlatformAdapter:
|
|
fromDirs:
|
|
- path: pkg/platform/sources/
|
|
LLMAPIRequester:
|
|
fromDirs:
|
|
- path: pkg/provider/modelmgr/requesters/
|
|
Plugin:
|
|
fromDirs:
|
|
- path: plugins/
|
|
maxDepth: 2
|