Custom Tool and Agent

This section provides a collection of examples and guides on working with custom tools and agents for GLChat.

All the code used in the following examples can be found in our GitHub repository gen-ai-examples/custom-tool-and-agent.

git clone https://github.com/GDP-ADMIN/gen-ai-examples.git
cd gen-ai-examples/examples/custom-tool-and-agent
  1. Running a Custom Tool and Agent Locally Learn how to run a custom tool and agent in a standalone environment, without relying on the GLChat platform.

Running a Custom Tool and Agent Locally
  1. Running a Custom Tool and Agent in GLChat See how to register and use your custom tool and agent within the GLChat environment.

Running a Custom Tool and Agent in GLChat
  1. Creating Your Own Custom Tool Step-by-step guide to building your own custom tool that can be used independently or integrated into GLChat.

Creating Your Own Custom Tool
  1. Running an Agent Locally using MCP Tools Learn how to run an agent that utilizes MCP tools locally.

Running an Agent Locally using MCP Tools

Last updated