50.1 Summary of DBMS_CLOUD_AI_AGENT Subprograms

This section covers the Select AI Agent's DBMS_CLOUD_AIsubprograms.

Subprogram Description

CREATE_AGENT Procedure

This procedure creates an agent.

CREATE_AGENT Attributes

Provides attributes for creating an agent.

ENABLE_AGENT Procedure

This procedure enables an agent.

DISABLE_AGENT Procedure

This procedure disables an agent.

DROP_AGENT Procedure

This procedure drops an existing agent.

CREATE_TASK Procedure

This procedure creates a task that an agent and agent team can include.

CREATE_TASK Attributes

Provides attributes for creating an agent task.

ENABLE_TASK Procedure

This procedure enables an agent task.

DISABLE_TASK Procedure

This procedure disables an agent task.

DROP_TASK Procedure

This procedure drops an existing agent task.

CREATE_TOOL Procedure

This procedure creates custom tools that an agent can include.

CREATE_TOOL Attributes

Provides attributes for creating tools.

ENABLE_TOOL Procedure

This procedure enables a registered tool.

DISABLE_TOOL Procedure

This procedure disables a registered tool.

DROP_TOOL Procedure

This procedure drops an existing tool.

CREATE_TEAM Procedure

This procedure creates an agent team and includes agents and tasks.

CREATE_TEAM Attributes

Provides attributes for creating an agent team.

SET_TEAM Function

This procedure sets the agent team in the current session.

GET_TEAM Function

This procedure returns the agent team set in the current session.

CLEAR_TEAM Procedure

This procedure clears the agent team set in the current session.

RUN_TEAM Function

This procedure creates a new agent or runs a paused one.

ENABLE_TEAM Procedure

This procedure enables an agent team.

DISABLE_TEAM Procedure

This procedure disables an agent team.

DROP_TEAM Procedure

This procedure drops an existing agent team.