mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 15:12:58 +00:00
✨ Add Demo Business Calculator agent
- Add new direct access agent for business calculations - Free tool in consulting category - Demonstrates direct access system with external calculator - Expands consulting offerings to 2 agents - Platform now has 10 total agents (6 direct access + 4 webhook) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
e8ade314a6
commit
2583d839fd
16
agents/configs/agents/demo-business-calculator.json
Normal file
16
agents/configs/agents/demo-business-calculator.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user