🗑️ Remove Demo Business Calculator agent

- Remove demo-business-calculator.json file
- Return to original 9 agents (5 direct access + 4 webhook)
- Consulting category back to 1 agent
- Demo completed successfully

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude 2025-08-16 12:48:58 +05:30
parent 2583d839fd
commit 1cfdac2512

View File

@ -1,16 +0,0 @@
{
"slug": "demo-business-calculator",
"name": "Demo Business Calculator",
"short_description": "Free business calculation tools and financial planning demo",
"description": "Access a comprehensive business calculator suite for financial planning, ROI calculations, and business metrics analysis. Perfect for entrepreneurs and business professionals who need quick calculations and planning tools.",
"category": "consulting",
"price": 0.0,
"agent_type": "form",
"system_type": "direct_access",
"form_schema": {
"fields": []
},
"webhook_url": "https://calculator.net/business-calculator.html",
"access_url_name": "agents:direct_access_handler",
"display_url_name": "agents:direct_access_display"
}