mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-24 18:36:38 +08:00
26 lines
549 B
YAML
26 lines
549 B
YAML
apiVersion: langbot/v1
|
|
kind: Plugin
|
|
metadata:
|
|
author: qa
|
|
name: agent-runner
|
|
repository: https://example.invalid/langbot/qa-agent-runner
|
|
version: 0.1.0
|
|
description:
|
|
en_US: Deterministic Runner fixture for LangBot QA.
|
|
zh_Hans: LangBot QA 使用的确定性 Runner 夹具。
|
|
label:
|
|
en_US: QA Runner
|
|
zh_Hans: QA Runner
|
|
icon: assets/icon.svg
|
|
spec:
|
|
config: []
|
|
components:
|
|
Runner:
|
|
fromDirs:
|
|
- path: components/runner/
|
|
maxDepth: 1
|
|
execution:
|
|
python:
|
|
path: main.py
|
|
attr: QARunnerPlugin
|