Skip to content

Instantly share code, notes, and snippets.

View LuisHb211's full-sized avatar

Luis Henrique Bonini Santiago LuisHb211

View GitHub Profile
from typing import List, Dict
import os
import json
import requests
from dotenv import load_dotenv
from langchain.tools import StructuredTool
from langchain.agents import initialize_agent, AgentType
from langchain_groq.chat_models import ChatGroq
BASEDIR = os.path.abspath(os.path.dirname(__file__))