ea4all-gradio-agents-mcp-hackathon-tst-git
Browse files- ea4all/ea4all_mcp.py +6 -1
ea4all/ea4all_mcp.py
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
-
#CHANGELOG:
|
|
|
2 |
## Gradio Agents MCP Hackathon: retrofit to expose EA4ALL Agentic System Agents only
|
3 |
## Greetings message not working
|
4 |
## UI exposing too much tools, need to be refactored
|
|
|
|
|
|
|
|
|
5 |
from langchain.callbacks.tracers import LangChainTracer
|
6 |
from langchain.callbacks.tracers.langchain import wait_for_all_tracers
|
7 |
from langchain_core.messages import HumanMessage
|
|
|
1 |
+
#CHANGELOG:
|
2 |
+
#2025-06-04
|
3 |
## Gradio Agents MCP Hackathon: retrofit to expose EA4ALL Agentic System Agents only
|
4 |
## Greetings message not working
|
5 |
## UI exposing too much tools, need to be refactored
|
6 |
+
#2025-07-23
|
7 |
+
## TOOLS exposed fixed - show_api=False
|
8 |
+
## APPLY latest version of LGS Agentic AI - tbs
|
9 |
+
|
10 |
from langchain.callbacks.tracers import LangChainTracer
|
11 |
from langchain.callbacks.tracers.langchain import wait_for_all_tracers
|
12 |
from langchain_core.messages import HumanMessage
|