diff --git a/AI_Agents_Guide/README.md b/AI_Agents_Guide/README.md deleted file mode 100644 index 3224d7a8..00000000 --- a/AI_Agents_Guide/README.md +++ /dev/null @@ -1,62 +0,0 @@ - - -# Guide to Deploying AI Agents with Triton Inference Server - -Welcome to the **Guide to Deploying AI Agents with Triton Inference Server**. -This repository provides a set of tutorials designed to help you deploy -AI agents efficiently using the Triton Inference Server. This guide is intended -for users who are already familiar with the basics of Triton and are looking to -expand their knowledge. - -For beginners, we recommend starting with the -[Conceptual Guide](tutorials/Conceptual_Guide/README.md), which covers -foundational concepts and basic setup of Triton Inference Server. - -## AI agents and Agentic Workflows - -Modern large language models (LLMs) are integral components of AI agents — -sophisticated self-governing systems that make decisions by interacting with -their environment and analyzing the data they gather. By integrating LLMs, -AI agents can understand, generate, and respond to human language with high -proficiency, enabling them to perform complex tasks such as language -translation, content generation, and conversational interactions. - - -## Table of Contents - -- [Constrained Decoding](Constrained_Decoding/README.md) - * Learn about constrained decoding, how to implement it in Triton, - and explore practical examples and use cases. -- [Function Calling](Function_Calling/README.md) - * Discover how to set up and utilize function calling within AI models using - Triton. This section includes detailed instructions and examples to help you - integrate function calling into your deployments. - - - diff --git a/AI_Agents_Guide/Constrained_Decoding/README.md b/Feature_Guide/Constrained_Decoding/README.md similarity index 100% rename from AI_Agents_Guide/Constrained_Decoding/README.md rename to Feature_Guide/Constrained_Decoding/README.md diff --git a/AI_Agents_Guide/Constrained_Decoding/artifacts/client.py b/Feature_Guide/Constrained_Decoding/artifacts/client.py similarity index 100% rename from AI_Agents_Guide/Constrained_Decoding/artifacts/client.py rename to Feature_Guide/Constrained_Decoding/artifacts/client.py diff --git a/AI_Agents_Guide/Constrained_Decoding/artifacts/client_utils.py b/Feature_Guide/Constrained_Decoding/artifacts/client_utils.py similarity index 100% rename from AI_Agents_Guide/Constrained_Decoding/artifacts/client_utils.py rename to Feature_Guide/Constrained_Decoding/artifacts/client_utils.py diff --git a/AI_Agents_Guide/Constrained_Decoding/artifacts/utils.py b/Feature_Guide/Constrained_Decoding/artifacts/utils.py similarity index 100% rename from AI_Agents_Guide/Constrained_Decoding/artifacts/utils.py rename to Feature_Guide/Constrained_Decoding/artifacts/utils.py diff --git a/AI_Agents_Guide/Function_Calling/README.md b/Feature_Guide/Function_Calling/README.md similarity index 100% rename from AI_Agents_Guide/Function_Calling/README.md rename to Feature_Guide/Function_Calling/README.md diff --git a/AI_Agents_Guide/Function_Calling/artifacts/client.py b/Feature_Guide/Function_Calling/artifacts/client.py similarity index 100% rename from AI_Agents_Guide/Function_Calling/artifacts/client.py rename to Feature_Guide/Function_Calling/artifacts/client.py diff --git a/AI_Agents_Guide/Function_Calling/artifacts/client_utils.py b/Feature_Guide/Function_Calling/artifacts/client_utils.py similarity index 100% rename from AI_Agents_Guide/Function_Calling/artifacts/client_utils.py rename to Feature_Guide/Function_Calling/artifacts/client_utils.py diff --git a/AI_Agents_Guide/Function_Calling/artifacts/system_prompt_schema.yml b/Feature_Guide/Function_Calling/artifacts/system_prompt_schema.yml similarity index 100% rename from AI_Agents_Guide/Function_Calling/artifacts/system_prompt_schema.yml rename to Feature_Guide/Function_Calling/artifacts/system_prompt_schema.yml