Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentManager ¶
type AgentManager struct { Ctx *fiber.Ctx Pool *websocket.Pool DB *gorm.DB SessionID uint Author uint AuthorRole types.UserRole Prompt string }
AgentManager allows agents to send messages to the chat
func (*AgentManager) StartAgent ¶
func (manager *AgentManager) StartAgent()
NOTE: This is an experimental AI Agent This agent is attempting to demonstrate tool usage by GPT4x models and report writing. This is not a production-ready agent and should not be considered secure or reliable for any purpose.
Click to show internal directories.
Click to hide internal directories.