user-robotCustom Tool and Agent

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

circle-exclamation
circle-info

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

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.

user-robot-xmarksRunning a Custom Tool and Agent Locallychevron-right
  1. Running a Custom Tool and Agent in GLChat See how to register and use your custom tool and agent within the GLChat environment.

user-robot-xmarksRunning a Custom Tool and Agent in GLChatchevron-right
  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.

user-robot-xmarksCreating Your Own Custom Toolchevron-right
  1. Running an Agent Locally using MCP Tools Learn how to run an agent that utilizes MCP tools locally.

user-robot-xmarksRunning an Agent Locally using MCP Toolschevron-right

Last updated