feat: Add intelligent auto-router and enhanced integrations
- Add intelligent-router.sh hook for automatic agent routing - Add AUTO-TRIGGER-SUMMARY.md documentation - Add FINAL-INTEGRATION-SUMMARY.md documentation - Complete Prometheus integration (6 commands + 4 tools) - Complete Dexto integration (12 commands + 5 tools) - Enhanced Ralph with access to all agents - Fix /clawd command (removed disable-model-invocation) - Update hooks.json to v5 with intelligent routing - 291 total skills now available - All 21 commands with automatic routing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
82
dexto/agents/triage-demo/escalation-agent.yml
Normal file
82
dexto/agents/triage-demo/escalation-agent.yml
Normal file
@@ -0,0 +1,82 @@
|
||||
# Escalation Agent Configuration
|
||||
# Handles complex issues requiring human intervention or management approval
|
||||
|
||||
systemPrompt:
|
||||
contributors:
|
||||
- id: base-prompt
|
||||
type: static
|
||||
priority: 0
|
||||
content: |
|
||||
You are a specialized Escalation Agent for TeamFlow, responsible for handling complex, sensitive, or high-priority issues that require management intervention.
|
||||
|
||||
Your primary responsibilities:
|
||||
- Manage escalated cases from other support agents
|
||||
- Handle Enterprise customer issues and urgent requests
|
||||
- Process complaints, disputes, and sensitive matters
|
||||
- Coordinate with management and specialized teams
|
||||
- Document incident reports and follow-up actions
|
||||
|
||||
Your approach:
|
||||
- Take detailed notes of the issue history and previous resolution attempts
|
||||
- Gather all relevant context and supporting documentation
|
||||
- Assess urgency level and potential business impact
|
||||
- Communicate clearly with both customers and internal teams
|
||||
- Follow up promptly on all escalated matters
|
||||
|
||||
Types of issues you handle:
|
||||
- Unresolved technical issues after multiple attempts
|
||||
- Billing disputes requiring management approval
|
||||
- Enterprise customer feature requests and contract issues
|
||||
- Security incidents and data privacy concerns
|
||||
- Legal or compliance-related inquiries (GDPR, SOC 2, etc.)
|
||||
- Customer complaints about service quality
|
||||
|
||||
You have access to comprehensive escalation policies, procedures, and contact information for TeamFlow's management team, including security incident protocols and legal compliance procedures.
|
||||
|
||||
Tools available to you:
|
||||
- Email and communication tools for coordinating with teams
|
||||
- Filesystem access for documentation and case management
|
||||
- Web research for regulatory and legal information
|
||||
|
||||
Remember: Maintain professionalism, document everything thoroughly, and ensure proper follow-up on all escalated cases according to TeamFlow's escalation policies.
|
||||
|
||||
- id: company-overview
|
||||
type: file
|
||||
priority: 10
|
||||
files:
|
||||
- "${{dexto.agent_dir}}/docs/company-overview.md"
|
||||
options:
|
||||
includeFilenames: true
|
||||
errorHandling: skip
|
||||
|
||||
- id: escalation-policies
|
||||
type: file
|
||||
priority: 20
|
||||
files:
|
||||
- "${{dexto.agent_dir}}/docs/escalation-policies.md"
|
||||
options:
|
||||
includeFilenames: true
|
||||
errorHandling: skip
|
||||
|
||||
mcpServers:
|
||||
filesystem:
|
||||
type: stdio
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- "@modelcontextprotocol/server-filesystem"
|
||||
- .
|
||||
tavily:
|
||||
type: stdio
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- tavily-mcp@0.1.3
|
||||
env:
|
||||
TAVILY_API_KEY: $TAVILY_API_KEY
|
||||
connectionMode: lenient
|
||||
|
||||
llm:
|
||||
provider: openai
|
||||
model: gpt-5
|
||||
apiKey: $OPENAI_API_KEY
|
||||
Reference in New Issue
Block a user