Josh-XT / AGiXT

AGiXT is a dynamic AI Agent Automation Platform that seamlessly orchestrates instruction management and complex task execution across diverse AI providers. Combining adaptive memory, smart features, and a versatile plugin system, AGiXT delivers efficient and comprehensive AI solutions.
https://AGiXT.com
MIT License
2.64k stars 352 forks source link

Add agent modes to for additional Chat Completions endpoint functionality #1154

Closed Josh-XT closed 7 months ago

Josh-XT commented 7 months ago

Add agent modes to for additional Chat Completions endpoint functionality

Agent default modes

Changes the behavior of the chat completions endpoint when interacting with the agent to either use a prompt template, command, or chain depending on the agent settings.

prompt mode

Executes the designated prompt template when interacted with on the chat completions endpoint.

command mode

Executes the designated command when interacted with on the chat completions endpoint.

chain mode

Executes the designated chain when interacted with on the chat completions endpoint.