Created
April 16, 2025 12:44
-
-
Save davidmezzetti/94f42bad8abe245c124e1d6cfc4b68ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from txtai import Agent | |
agent = Agent( | |
tools=["http://mcp.server/path"], | |
model="LLM path" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment