ORACLE CONFIDENTIAL. For authorized use only. Do not distribute to third parties.

Pre-General Availability: 2025-12-16

Deployment Overview

The Agent Factory application runs in a container, an isolated, lightweight package that lets the application to run consistently across environments. We use Podman, an open-source container engine, and Podman Compose to enable the application to run on multiple operating systems.

Currently supported operating systems:

Prerequisites

Regardless of the platform, Agent Factory requires the following prerequisites:

Installation Modes

Oracle AI Database Private Agent Factory offers two installation modes:

  1. Production: Production mode allows you to manually set up the database and LLM endpoint details. This setup empowers you to use your own credentials and connect with the supported LLM providers such as vLLM, OpenAI, Ollama, and the full catalogue of pre-trained foundational models that OCI GenAI offers. Resource usage is about 7 GB of device storage and 190 MB of RAM.

  2. Quickstart: Quickstart mode sets up instances of an Oracle AI Database 26ai free, and Ollama with a pre-trained Llama3.2 LLM, via containers that operate locally within the same environment. This allows you to start using Agent Factory without the database and LLM setup. Resource usage is about 21 GB of device storage and 8928 MB of RAM.

By default, the container running Oracle AI Database Private Agent Factory uses port 8080. If you install on Quickstart mode, the Oracle AI Database 26ai free instance runs on port 1521, and the Ollama instance runs on port 11434. Ensure that these ports are available on your system to avoid installation issues.

Parameter Quickstart Mode Production Mode
Setup Automated, local containers Manual, user provided endpoints
Database Oracle AI Database 26ai Free User’s Oracle AI Database 26ai
LLM Ollama and preset Llama3.2 User selected LLM (Ollama/OpenAI/vLLM/OCI Gen AI)
Storage ~23 GB ~7 GB
RAM ~9216 MB ~5120 MB
Ports 8080, 1521, 11434 8080

Review your environment and development requirements to choose the installation mode that best suits your needs.