Files
LangBot/skills/skills/langbot-testing/fixtures/plugins/qa-agent-runner/manifest.yaml
T

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