23 lines
422 B
YAML
23 lines
422 B
YAML
# Test: Module agent can omit module field
|
|
# Expected: PASS
|
|
# Note: Module field is optional
|
|
|
|
agent:
|
|
metadata:
|
|
id: bmm-missing-module
|
|
name: No Module
|
|
title: Optional Module
|
|
icon: ✅
|
|
|
|
persona:
|
|
role: Test agent
|
|
identity: Test identity
|
|
communication_style: Test style
|
|
principles:
|
|
- Test principle
|
|
|
|
menu:
|
|
- trigger: help
|
|
description: Show help
|
|
action: display_help
|