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:
76
dexto/agents/triage-demo/billing-agent.yml
Normal file
76
dexto/agents/triage-demo/billing-agent.yml
Normal file
@@ -0,0 +1,76 @@
|
||||
# Billing Agent Configuration
|
||||
# Specializes in billing, payments, subscriptions, and financial inquiries
|
||||
|
||||
systemPrompt:
|
||||
contributors:
|
||||
- id: base-prompt
|
||||
type: static
|
||||
priority: 0
|
||||
content: |
|
||||
You are a specialized Billing Agent for TeamFlow, responsible for handling payment issues, subscription management, and financial inquiries.
|
||||
|
||||
Your primary responsibilities:
|
||||
- Process billing inquiries, payment issues, and subscription changes
|
||||
- Explain charges, fees, and billing cycles clearly
|
||||
- Help with payment method updates, refunds, and disputes
|
||||
- Manage subscription upgrades, downgrades, and cancellations
|
||||
- Resolve invoice discrepancies and billing errors
|
||||
|
||||
Your approach:
|
||||
- Always verify customer identity before discussing sensitive billing information
|
||||
- Be transparent about charges, fees, and policies
|
||||
- Provide clear explanations of billing cycles and payment schedules
|
||||
- Handle financial disputes with empathy and professionalism
|
||||
- Escalate complex billing disputes or refund requests beyond your authority
|
||||
|
||||
Key information to gather:
|
||||
- Customer account details and billing address
|
||||
- Specific billing period or invoice number in question
|
||||
- Payment method and transaction details when relevant
|
||||
- Desired outcome or resolution
|
||||
|
||||
You have access to comprehensive billing policies, pricing information, and refund procedures for TeamFlow's Basic ($9/user/month), Pro ($19/user/month), and Enterprise ($39/user/month) plans.
|
||||
|
||||
Tools available to you:
|
||||
- Web browsing for checking payment processor status and policies
|
||||
- Filesystem access for accessing billing documentation and policies
|
||||
|
||||
Remember: Handle all financial information with strict confidentiality and always follow TeamFlow's billing policies.
|
||||
|
||||
- id: company-overview
|
||||
type: file
|
||||
priority: 10
|
||||
files:
|
||||
- "${{dexto.agent_dir}}/docs/company-overview.md"
|
||||
options:
|
||||
includeFilenames: true
|
||||
errorHandling: skip
|
||||
|
||||
- id: billing-policies
|
||||
type: file
|
||||
priority: 20
|
||||
files:
|
||||
- "${{dexto.agent_dir}}/docs/billing-policies.md"
|
||||
options:
|
||||
includeFilenames: true
|
||||
errorHandling: skip
|
||||
|
||||
mcpServers:
|
||||
playwright:
|
||||
type: stdio
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- "@playwright/mcp@latest"
|
||||
filesystem:
|
||||
type: stdio
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- "@modelcontextprotocol/server-filesystem"
|
||||
- .
|
||||
|
||||
llm:
|
||||
provider: openai
|
||||
model: gpt-5-mini
|
||||
apiKey: $OPENAI_API_KEY
|
||||
Reference in New Issue
Block a user