@@ -2,12 +2,14 @@ import json
from llm.base import LLMBase
from mcp.client import MCPClient
from config import MCP_URL
class Agent:
def __init__(self, llm: LLMBase):
self.llm = llm
self.mcp = MCPClient()
self.mcp = MCPClient(MCP_URL)
self.tools = []
self.messages = [
The note is not visible to the blocked user.