==================== 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 ====================