Unique AI Conduct — Unique AI Documentation

Unique AI Conduct

Overview

Unique AI Conduct is an autonomous AI agent that can tackle complex, long-running tasks on your behalf. Unlike Unique AI Chat — which provides quick, conversational answers — Conduct gives the agent a full coding environment, access to your organization's tools, and the ability to plan and execute multi-step workflows independently.

Think of Chat as asking a colleague a question. Conduct is more like handing a colleague a project brief and letting them work through it — writing code, processing files, searching your knowledge base, and delivering finished results.

The key difference from Chat: Conduct doesn't just tell you how to do something — it does it. The agent has access to a full coding environment and can run long-running tasks that would be impractical in a basic chat interaction.

Who is it for?

Data analysts, developers, compliance officers, operations teams, and any professionals whose work involves data processing, file manipulation, code execution, or complex multi-step tasks. Conduct is for teams that need the AI to produce deliverables — not just answer questions.

When to Use Conduct

Use Conduct when your task requires the agent to do work, not just respond:

Use Chat instead when you just need a quick answer, a summary, or a simple conversation.

How Conduct Works

When you give Conduct a task, the agent:

  1. Plans the approach — Breaks your request into steps, deciding which tools and code to use
  2. Executes autonomously — Writes and runs code in a sandboxed environment (Python and Bash), searches your knowledge base, and processes files — all without needing step-by-step guidance from you
  3. Handles complexity — If a step fails, the agent recovers and tries alternative approaches. It can iterate on results, refine its output, and chain multiple operations together
  4. Delivers results — Returns finished files, charts, analysis, and structured output directly in the conversation

What Conduct Can Do

Capability What it means
Long-Running Tasks The agent can work through complex, multi-step tasks autonomously, reporting progress as it goes
File Processing Upload files (PDF, DOCX, XLSX, CSV, images, and more), and the agent can read, transform, and generate new files from them
Knowledge Base Search Searches your organization's uploaded documents to find relevant information
Web Search Searches the internet for current information (within your organization's egress policies)
Skills Pre-packaged capability bundles that give the agent specialized workflows — e.g., data cleaning scripts, report templates, or domain-specific procedures
Code Execution Writes and runs Python and Bash in a sandboxed container. Full access to common data science libraries (pandas, matplotlib, numpy, etc.)

Step-by-Step Guide

Getting Started

  1. Open the Unique AI platform and navigate to a Unique AI Conduct space.
  2. Describe your task. Be specific about what you want the agent to accomplish — not just what question to answer. The more context you provide, the better the agent can plan its approach.
    1. Good prompt: "Take the attached Q4 sales report (Excel), calculate year-over-year growth by region, identify the top 3 underperforming regions, and generate a summary chart plus a cleaned dataset." Less effective: "Analyze this file."
  3. Uploading Files: Attach files by clicking the attachment icon or dragging files into the chat. The agent can read your files, process them with code, and generate new files based on them.
  4. Let the agent work. Conduct will show its progress through execution steps as it plans, writes code, and processes data. You can monitor the steps as they execute.
  5. Review and iterate. Once the agent delivers results, you can ask for changes like we see below: "Clean up the graph, there are some overlapping labels." The agent maintains context and can build on its previous work.

When the agent creates files (charts, reports, processed data), they appear in the conversation:

Tips & Tricks

Limitations