Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ license: mit
|
|
11 |
short_description: 'This is the code for the Gradio Agents & MCP Hackathon '
|
12 |
tags:
|
13 |
- agent-demo-track
|
|
|
14 |
link: "jarguello76/hackaton_mcp_agents"
|
15 |
description: "This is an Agent that has some common tools like search web and aldo a tool where User writes the question (question1), LLM1 writes the answer, LLM2 gets only the answer from LLM1 and has to guess the question1 from the user and generates the question2, then the similarity model assigns a score of similarity between question1 and question2, if similarity score >0.6 then the output is: question1, question2, similarity score. If similarity score is < 0.6 then the answer is returned to LLM2 with the similarity score so LLM2 tries to increase the similarity score until >0.6."
|
16 |
---
|
|
|
11 |
short_description: 'This is the code for the Gradio Agents & MCP Hackathon '
|
12 |
tags:
|
13 |
- agent-demo-track
|
14 |
+
- ai-agents
|
15 |
link: "jarguello76/hackaton_mcp_agents"
|
16 |
description: "This is an Agent that has some common tools like search web and aldo a tool where User writes the question (question1), LLM1 writes the answer, LLM2 gets only the answer from LLM1 and has to guess the question1 from the user and generates the question2, then the similarity model assigns a score of similarity between question1 and question2, if similarity score >0.6 then the output is: question1, question2, similarity score. If similarity score is < 0.6 then the answer is returned to LLM2 with the similarity score so LLM2 tries to increase the similarity score until >0.6."
|
17 |
---
|