mishrabp commited on
Commit
36173c8
·
verified ·
1 Parent(s): 8305d03

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -22,6 +22,7 @@ To achieve this, the project integrates the following technologies and AI featur
22
  - **SendGrid** (for emailing report)
23
  - **LLMs** - (OpenAI, Geminia, Groq)
24
 
 
25
 
26
  ## How it works?
27
  The system is a multi-agent solution, where each agent has a specific responsibility:
@@ -41,7 +42,7 @@ The system is a multi-agent solution, where each agent has a specific responsibi
41
  - Reads results from all search agents.
42
  - Generates a well-formatted, consolidated report.
43
 
44
- 5. **Email Agent**
45
  - Responsible for sending the report via email using SendGrid.
46
 
47
  6. **Orchestrator**
 
22
  - **SendGrid** (for emailing report)
23
  - **LLMs** - (OpenAI, Geminia, Groq)
24
 
25
+ **URL:** https://huggingface.co/spaces/mishrabp/deep-research
26
 
27
  ## How it works?
28
  The system is a multi-agent solution, where each agent has a specific responsibility:
 
42
  - Reads results from all search agents.
43
  - Generates a well-formatted, consolidated report.
44
 
45
+ 5. **Email Agent (not functional at present)**
46
  - Responsible for sending the report via email using SendGrid.
47
 
48
  6. **Orchestrator**