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
- Test Example Agents
Go to /agents to see 4 pre-built agents with skills
- Visit the Agent Interface
Click "Launch Agent" or go to
/agent - Test the Agent
Type a message and click "Send" to interact
- Review Documentation
Explore the Docs tab for detailed information
Example Agents
ZwartifyOS includes 4 pre-built example agents with skills ready to test:
How to Test:
- Go to /agents
- Click "View" on any agent card
- 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
Landing page with links to Agent, Docs, Dashboard, and GitHub
Interactive terminal for agent communication
- Input textarea for your messages
- Output terminal showing agent responses
- Command/Ctrl + Enter to send
- History of all interactions
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
Manage specialised capabilities for agents
- View available skills
- Create custom skills
- Assign skills to agents
Manage knowledge bases and document uploads
- Create RAG folders
- Upload documents
- View processed files
System-wide statistics and monitoring
- Execution statistics
- Agent performance
- Recent executions
Comprehensive documentation with tabs for different topics