Create and scaffold DAPR AI agents with the dapr-agents framework
# DAPR Agent Generator Create intelligent, durable AI agents powered by LLMs using the DAPR Agents framework. ## Behavior When the user runs `/dapr:agent`: 1. **Determine Agent Type** - Assistant: Basic LLM-powered agent with tools - Durable: Workflow-backed agent with fault tolerance - Service: Headless agent exposed via REST API - Multi: Multi-agent orchestration system 2. **Generate Agent Code** - Create agent class with LLM integration - Add tool definitions with @tool decorator - Configure memory management - Set up Dapr components 3. **Create Supporting F...