Progenix.ai - Agentic Platform MVP - Showcase Features
Demonstrating Zero Trust Governance, Scalable Hosting, and Auditable Workflows.
Demo 1: The Golden Path (Fast Time-to-Market)
Step 1: Define Agent - Name & Goal
Step 2: Configure Memory - State & Context
Step 3: Add Knowledge Base - RAG/Vector DB
Step 4: Define Workflow - Multi-Step Logic
Step 5: Set Policy - Governance Guardrail (OPA)
Step 6: Deploy - Initiate Golden Path
Step 1: Define Agent - Name & Goal
Select the type of short-term memory (contextual memory) this agent requires.
Select a knowledge source for Retrieval-Augmented Generation (RAG).
Data Injection Demo
Upload internal policy documents (Markdown/PDF) to populate the database.
Awaiting file selection...
Define a multi-step workflow. This demonstrates the orchestration of multiple services (**Argo Workflows** logic).
Reporting Output Configuration
Tool Connectivity Check
Awaiting Check
API Spec (OpenAPI): GET /api/v1/orders/status: Retrieve order tracking info. POST /api/v1/orders/delete: Delete order record (requires FULL_ACCESS). GET /api/v1/orders/analytics: Retrieve aggregated business metrics (e.g., total orders).
Define the security guardrail. This choice automatically generates the **OPA Rego Policy** that prevents misuse or injection attacks.
Review complete. Clicking "Deploy" commits the configuration (K8s Manifest, OPA Policy, Vault Secrets) to Git, initiating the automated pipeline.
Review configuration and initiate deployment...
2. Order Agent
Agent is active. Try a query below.
Recommended Demos: "Where is my order?" (Tool Use), **"Can you delete my order?" (Instructions & Policy)**, "What is the refund policy?" (RAG Use), "Where are the new delivery zones?" (Learning Loop), or "Total orders last 6 months?" (SQL Query). **After Inject Context, ask: "What is the shipping cutoff?"**
3. Runtime Dashboard (Audit-ability)
OPA Policy Violation Log
Awaiting policy violation events...
End-to-End Trace (Jaeger)
Run a successful query in the Chat tab to see a trace.