Correspondents/.fortura-core/templates/simple-agent-tmpl.yaml
Nicholai 5305c1839c UI refinements: button positioning, message formatting, scrollbar, and animations
- Move new chat button to left side, bookmark button stays on right
- Add max-width constraint (75%) to user messages with proper text wrapping
- Remove right-align text from user message frames (keep bubbles on right)
- Add overflow handling for code blocks in messages
- Change scrollbar color from orange to gray in light and dark modes
- Fix pill loading animation flicker by initializing pinnedAgents from localStorage
- Add 0.2s base delay to pill animations for staggered reveal
- Improve Create new button animation: longer duration (0.6s), bouncy scale sequence, easeInOut easing
2025-11-15 07:17:28 -07:00

46 lines
1.4 KiB
YAML

==================== START: .fortura-core/templates/simple-agent-tmpl.yaml ====================
# Fortura Agent Protocol - Simple Agent Template
# Use for basic conversational agents without complex workflows
template:
id: simple-agent-template-v1
name: Simple Agent Template
version: 1.0
description: Streamlined template for simple conversational agents using Fortura Agent Protocol using Fortura Agent Protocol
activation-instructions:
- ONLY load dependency files when user selects them for execution
- The agent.customization field ALWAYS takes precedence
- When presenting options, always use numbered lists
- STAY IN CHARACTER!
agent:
name: [Name]
id: [agent-id]
title: [Title]
icon: [Icon]
whenToUse: [Clear, specific use cases]
customization: null
persona:
role: [Role description]
style: [trait1, trait2, trait3, trait4]
identity: [Identity statement]
focus: [Focus area]
core_principles:
- [Principle 1]
- [Principle 2]
- CRITICAL - [Non-negotiable principle]
- [Principle 3]
- [Principle 4]
commands:
- help: Show numbered list of available commands
- exit: Say goodbye and abandon persona
dependencies:
# Minimal dependencies for simple agents
data:
# - knowledge-base.md # Optional: domain knowledge
==================== END: .fortura-core/templates/simple-agent-tmpl.yaml ====================