tool-calling
There are 46 repositories under tool-calling topic.
alfredfrancis/ai-chatbot-framework
A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
jbexta/AgentPilot
A versatile workflow automation platform to create, organize, and execute AI workflows, from a single LLM to complex AI-driven workflows.
craigsdennis/talk-to-javascript-openai-workers
Demonstrates how to protect your OpenAI API Key using a Cloudflare Worker to serve your ephemeral token and then do client side tool calling
bruno686/Awesome-Agent-Training
Awesome Agent Training
Tolga1452/ai-prompts
A collection of original system prompts and tool data used for AI chatbots. Explore how companies such as ChatGPT prompt their AIs!
OoriData/Toolio
GenAI & agent toolkit for Apple Silicon Mac, implementing JSON schema-steered structured output (3SO) and tool-calling in Python. For more on 3SO: https://huggingface.co/blog/ucheog/llm-power-steering
IBM/wxflows
Examples and tutorials for building AI applications with watsonx.ai Flows Engine
vessl-ai/hyperpocket
Building AI agent with hyperpocket tool in a flash
Oaklight/ToolRegistry
ToolRegistry: A Protocol-Agnostic Tool Management Library for Function-Calling LLMs
synacktraa/tool-parse
Making LLM Tool-Calling Simpler.
hideya/langchain-mcp-tools-py
MCP to LangChain Tools Conversion Utility / Python
yossifibrahem/LLM-With-Tool-Calling-Web-Application
A powerful Flask-based web application that enables an LLM to interact with multiple tools, performing complex tasks through intelligent function calling.
hideya/langchain-mcp-tools-ts
MCP to LangChain Tools Conversion Utility / TypeScript
wmeints/effective-llm-applications
Learn how to build effective LLM-based applications with Semantic Kernel in C#
sachink1729/Agentic-AI-Chatbot-Llamaindex
Production-ready Agentic AI ChatBot using Llamaindex and Groq-Llama 3.3
hideya/mcp-client-langchain-ts
Simple MCP Client CLI Implementation Using LangChain ReAct Agent / TypeScript
hideya/langchain-mcp-tools-ts-usage
MCP Tools Usage From LangChain ReAct Agent / Example in TypeScript
OpenExecProtocol/Specification
The Open eXecution Protocol Specification
0xZee/Financial-Stock-Analysis-Agent
The Financial Analysis Crew is a Streamlit app that simplifies financial stock analysis. With the power of LLM-driven agents, users can seamlessly gather and analyze stock market data to generate comprehensive financial insights. Perfect for investors, analysts, and anyone interested in making data-driven financial decisions.
hideya/mcp-client-langchain-py
MCP Client Implementation Using LangChain ReAct Agent / Python
LakshitaS/Agentic-RAG-implementation
Implementation of "Building Agentic RAG with LlamaIndex" offered by DeepLearning.AI focusing on developing intelligent research agents using the Retrieval-Augmented Generation (RAG) framework.
ArcadeAI/openai-agents-arcade
Python Library for using Arcade tools with the OpenAI Agents SDK
cameronking4/deepseek-r1-structured-outputs
This project demonstrates how to get structured outputs from Deepseek R1 reasoning model and do tool calling using an OpenAI summarization step. It's made using Next.js serverless routes and uses shadcn/ui for the frontend.
lalanikarim/tool-calling-llm-js
A JS module to help convert any LangChain Chat Model into a Tool Calling LLM
JonahWhaler/llm-agent-toolkit
LLM AgeToolkit provides minimal, modular interfaces for core components in LLM-based applications.
yagami24/Financial-Stock-Analysis-Agent
The Financial Analysis Crew is a Streamlit app that simplifies financial stock analysis. With the power of LLM-driven agents, users can seamlessly gather and analyze stock market data to generate comprehensive financial insights. Perfect for investors, analysts, and anyone interested in making data-driven financial decisions.
hideya/langchain-mcp-tools-py-usage
MCP Tools Usage From LangChain ReAct Agent / Example in Python
ArcadeAI/arcade-chatbot
Arcade.dev tools integrated with Vercel AI SDK for building interactive, intelligent chatbots.
arnabberawork/Laptop-Shop-Assist-AI
Your AI-Powered Laptop Shopping Assistant
bhimrazy/tool-calling-with-meta-llama-3.1-8B-Instruct
Tool Calling with Meta Llama-3.1 8B Instruct: From Deployment to Execution
erricrr/agentic-AI-chatbot-llamaindex-gemini-api
Agentic AI ChatBot using Llamaindex and Gemini API (gemini-2.0-flash) with basic math tools. Experience it in action:
extrawest/langgraph_agentic_chatbot
Langgraph Agentic Chatbot
extrawest/langgraph_agentic_rag_astradb_cassio
Langgraph Agentic RAG AstraDB Cassio Vector Store Showcase
Jefreesujit/gemchat
AI powered CLI assistant with file system capabilities
vipyne/weather-bot
just another weather bot tool-calling demo using Pipecat AI & Gemini Multimodal Live API
vishnun0027/LLM-Function-Calling
LLM function calling allows large language models (LLMs) to execute specific tasks by invoking external functions (APIs or plugins) based on user inputs, enhancing their capabilities beyond text generation.