Back to Home
shilpamadini icon

Universal-Decision-Agent-For-Customer-Support

Verified Safe

by shilpamadini

Overview

A multi-agent customer support orchestration system that processes tickets end-to-end, integrating knowledge base, account data, and long-term memory.

Installation

Run Command
python 03_agentic_app.py --mode demo

Environment Variables

  • OPENAI_API_KEY
  • OPENAI_MODEL
  • CULTPASS_DB_PATH
  • UDAHUB_DB_PATH
  • UDAHUB_MEMORY_DB_PATH

Security Notes

The project loads API keys from environment variables, which is good practice. FastMCP servers are configured to use `stdio` transport, limiting direct external network exposure for the microservices themselves. Database paths are configurable. SQL queries leverage SQLAlchemy ORM which generally prevents injection, though dynamically constructed `LIKE` clauses in search tools might warrant extra scrutiny for highly untrusted inputs in a production environment. No `eval` or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-04

Tags

Multi-agentCustomer SupportLLM OrchestrationLangGraphFastMCP