You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autonomous-ai-agents/database_inspect/README.md
+32-21Lines changed: 32 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
# Select AI Inspect - Database Inspection Tool Built Using Select AI Agent
1
+
# Select AI Inspect - Database Inspection Tool Built Using Select AI Agent (23ai/26ai)
2
2
3
3
## Overview
4
4
5
5
Select AI Inspect is an AI-powered database inspection tool built using the **Select AI Agent** framework. It enables users to explore, understand, and interact with database objects and their metadata using natural language.
6
+
This agent is supported only on Oracle Database **23ai** and **26ai**.
6
7
7
8
For definitions of **Tool**, **Task**, **Agent**, and **Agent Team**, see the top-level guide: [README](../README.md#simple-agent-execution-flow).
8
9
@@ -48,7 +49,7 @@ Users may define the inspection scope either at the individual object level or a
48
49
49
50
## Prerequisites
50
51
51
-
- Oracle Autonomous AI Database (26ai recommended)
52
+
- Oracle Database 23ai or 26ai (Autonomous AI Database supported)
52
53
- Select AI and `DBMS_CLOUD_AI_AGENT` enabled
53
54
-`ADMIN` or equivalent privileged user for installation
54
55
- A Select AI profile created with `DBMS_CLOUD_AI.CREATE_PROFILE`
@@ -79,27 +80,37 @@ You can also execute the contents of `database_inspect_tool.sql` and `database_i
79
80
80
81
## Architecture Overview
81
82
82
-
Run `database_inspect_tool.sql` to install `DATABASE_INSPECT` package and tools
83
-
↓
84
-
Run `database_inspect_agent.sql` to configure and create the inspect agent team
85
-
↓
86
-
execute `DATABASE_INSPECT.create_inspect_agent_team(<inspect_agent_team>, <attributes_in_json_object>)` to create an Inspect agent;
87
-
↓
83
+
```text
84
+
Run database_inspect_tool.sql to install DATABASE_INSPECT package and tools
85
+
|
86
+
v
87
+
Run database_inspect_agent.sql to configure and create the inspect agent team
0 commit comments