Skip to content

Instantly share code, notes, and snippets.

@davidmezzetti
Created April 16, 2025 12:44
Show Gist options
  • Save davidmezzetti/94f42bad8abe245c124e1d6cfc4b68ab to your computer and use it in GitHub Desktop.
Save davidmezzetti/94f42bad8abe245c124e1d6cfc4b68ab to your computer and use it in GitHub Desktop.
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