User Guide

AGENT →

ZwartifyOS User Guide

Complete guide to building, deploying, and using AI agents with ZwartifyOS. Learn how to create agents, use RAG, schedule tasks, and export your agents for any use case.

Quick Start

  1. Test Example Agents

    Go to /agents to see 4 pre-built agents with skills

  2. Visit the Agent Interface

    Click "Launch Agent" or go to /agent

  3. Test the Agent

    Type a message and click "Send" to interact

  4. Review Documentation

    Explore the Docs tab for detailed information

Example Agents

ZwartifyOS includes 4 pre-built example agents with skills ready to test:

📄 PDF Processor

Skill: PDF Processing

Go to /agents → "pdf-processor"

📊 Data Analyst

Skill: Data Analysis

Go to /agents → "data-analyst"

🔍 Code Reviewer

Skill: Code Review

Go to /agents → "code-reviewer"

💬 Customer Support

Skills: PDF + Data Analysis

Go to /agents → "customer-support"

How to Test:

  1. Go to /agents
  2. Click "View" on any agent card
  3. Use the test interface on the agent detail page

What You Can Do

🤖 Interact with Agents - Ask questions, give instructions, receive intelligent responses

📊 Manage Agents - Create multiple agents, configure prompts, enable/disable

🧠 Use RAG - Upload documents, create knowledge bases, enhance agent context

🎯 Use Skills - Assign specialised capabilities to agents (PDF Processing, Data Analysis, Code Review)

💾 Memory & Context - Agents remember conversations across sessions

🕐 Schedule Agents - Automatically run agents on cron schedules

📈 Monitor & Observe - View execution logs, tool calls, and dashboard statistics

🔧 Use Tools - Agents can use registered tools (markdown formatting, screenshot analysis, etc.)

📝 Build Custom Tools - Add your own tools to extend agent capabilities

🎭 Create Personas - Build expert agents with specialised knowledge

🔁 Integrate Workflow - Connect Cursor, Claude Code for Web, and Vercel for full ACCV stack

Interface Overview

Homepage (/):

Landing page with links to Agent, Docs, Dashboard, and GitHub

Agent Interface (/agent):

Interactive terminal for agent communication

  • Input textarea for your messages
  • Output terminal showing agent responses
  • Command/Ctrl + Enter to send
  • History of all interactions
Agent Management (/agents):

Create, manage, and configure multiple agents

  • View all agents (including 4 example agents)
  • Create new agents
  • Enable/disable agents
  • View execution logs
  • Assign Skills to agents
Agent Skills (/skills):

Manage specialised capabilities for agents

  • View available skills
  • Create custom skills
  • Assign skills to agents
RAG Management (/rag):

Manage knowledge bases and document uploads

  • Create RAG folders
  • Upload documents
  • View processed files
Dashboard (/dashboard):

System-wide statistics and monitoring

  • Execution statistics
  • Agent performance
  • Recent executions
Documentation (/docs):

Comprehensive documentation with tabs for different topics