AI Agents (n8n Flows & MCP Servers)
-
ASR
- ASR_Workflow.json (Create a new worflow in n8n then import this file.)
-
Elasticsearch
- ES_workflow.json (Create a new worflow in n8n then import this file.)
-
Wasabi
- Wasabi_WorkFlow.json (Create a new worflow in n8n then import this file.)
-
Speak-Identification
- Speak-Identification_WorkFlow.json (Create a new worflow in n8n then import this file.)
-
Action Agent
- ActionAgent_Workflow.json (Create a new worflow in n8n then import this file.)
- It have manage all MCP Servers tools.(ASR, Elasticsearch, Wasabi & Speak-Identification)
-
ASR:
Install depandence library.
pip install -r mcp-servers/ASR/requirements.txt
Run the server
python mcp-servers/ASR/server.py
-
Elasticsearch:
Install depandence library.
pip install -r mcp-servers/Elasticsearch/requirements.txt
Run the server
python mcp-servers/Elasticsearch/server.py
-
Wasabi:
Install depandence library.
pip install -r mcp-servers/Wasabi/requirements.txt
Run the server
python mcp-servers/Wasabi/server.py
-
Speak-Identification:
Install depandence library.
pip install -r mcp-servers/Speak-Identification/requirements.txt
Run the server
python mcp-servers/Speak-Identification/server.py
-
video-metadata:
- git clone https://github.com/sentient-io/AI-Agents.git
- cd libraries/video-metadata- pip install -e .