38 lines
965 B
YAML
38 lines
965 B
YAML
name: Agent Task
|
|
about: Assign a task to a specific BlackRoad agent
|
|
title: "[Agent] "
|
|
labels:
|
|
- agent-task
|
|
body:
|
|
- type: textarea
|
|
id: task
|
|
attributes:
|
|
label: Task Description
|
|
description: What should the agent do?
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: agent
|
|
attributes:
|
|
label: Target Agent
|
|
options:
|
|
- Alice (Gateway & Infrastructure)
|
|
- Lucidia (Memory & Cognition)
|
|
- Cecilia (Edge AI & Inference)
|
|
- Cece (API Gateway)
|
|
- Aria (Orchestration)
|
|
- Eve (Intelligence & Analysis)
|
|
- Meridian (Networking & Mesh)
|
|
- Sentinel (Security & Audit)
|
|
- All Agents
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What should the result look like?
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context / Background
|
|
description: Any additional context the agent needs
|