Skip to content

Commit e670e8d

Browse files
author
Sherry LaMonica
committed
Add Select AI Agent sample and R helper scripts
1 parent fb840ae commit e670e8d

File tree

4 files changed

+4909
-0
lines changed

4 files changed

+4909
-0
lines changed

select-ai-agent/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# About Select AI Agent
2+
3+
**Select AI Agent** - a feature of **Oracle Autonomous AI Database** - extends Select AI with an autonomous agent framework that lets you build, deploy, and manage AI agents directly in the database. It enables agentic workflows that can reason over prompts, use tools, and orchestrate multi-step tasks, all while keeping your data in Autonomous AI Database.
4+
5+
With Select AI Agent, you can reduce development and operational overhead. There is no need to download, install, or manage separate agent frameworks or provision additional compute for orchestration. Database development tooling allows you to define, run, and monitor agents managed entirely by the database.
6+
7+
Because agents run inside **Autonomous AI Database**, data does not need to be shipped to external services for orchestration, which improves security and governance. Select AI Agent respects existing database security concepts such as role-based and code-based access control (RBAC and CBAC), system and object privileges, Virtual Private Database (VPD), Oracle Real Application Security (RAS), data masking, and encryption features.
8+
9+
---
10+
11+
## Resources
12+
13+
- [Autonomous AI Database Select AI](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/select-ai-about.html)
14+
- [Getting Started with Select AI](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/select-ai-get-started.html)
15+
- [DBMS_CLOUD_AI](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/dbms-cloud-ai-package.html)
16+
- [DBMS_CLOUD_AI_AGENT](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/dbms-cloud-ai-agent-package.html)
17+
- [Blog: Build Your Agentic Solution using Oracle Autonomous AI Database Select AI Agent – an Autonomous Agent Framework](https://blogs.oracle.com/machinelearning/build-your-agentic-solution-using-oracle-adb-select-ai-agent)
18+
19+
---
20+
21+
## Folder Structure
22+
23+
- **sql/**
24+
- **python/**
25+
- **r/**
26+
- **notebooks/**

0 commit comments

Comments
 (0)