What is the Advanced Editor?
The Advanced Editor is Meetzy’s comprehensive agent configuration tool that gives you full control over every aspect of your AI agent’s behavior. It provides a professional-grade interface for creating, testing, and deploying conversational AI agents.The Advanced Editor is the recommended tool for creating production-ready agents with custom behaviors, integrations, and advanced logic.
When to Use the Advanced Editor
| Scenario | Recommended Tool |
|---|---|
| Creating a new agent from scratch | ✅ Advanced Editor |
| Fine-tuning agent responses | ✅ Advanced Editor |
| Adding knowledge base documents | ✅ Advanced Editor |
| Configuring webhook integrations | ✅ Advanced Editor |
| Testing agent in real-time | ✅ Advanced Editor |
| Quick agent duplication | Agents Dashboard |
Interface Overview
The Advanced Editor is divided into two main panels:Left Panel - Configuration
The left panel contains all configuration sections accessible via an icon bar:| Icon | Section | Description |
|---|---|---|
| ⚙️ | Basic Settings | Name, language, voice, LLM model |
| 👋 | Greetings | Welcome messages for inbound/outbound calls |
| 📄 | System Prompt | Agent personality and instructions |
| 📥 | Input Params | Dynamic variables for personalized calls |
| 📚 | Knowledge Base | Documents, FAQs, and reference materials |
| 🔧 | Actions & Tools | Integrations, transfers, webhooks |
| ✅ | Evaluations | Automated quality tests |
| 📤 | Output Settings | Data extraction and webhooks |
Right Panel - Testing & Tools
| Tab | Purpose |
|---|---|
| 🎮 Playground | Test your agent in real-time with text or voice |
| 📋 Tests | Create and run automated regression tests |
| 🤖 Copilot | AI assistant to help improve your prompts |
| 🔄 Changes | Track changes with Git-like version control |
Advanced Version Control System
The Advanced Editor includes a powerful Git-like version control system that revolutionizes how teams collaborate on AI agent development. This system provides enterprise-grade version management with real-time collaboration features.The new version control system enables seamless team collaboration with automatic conflict detection, branching capabilities, and comprehensive change tracking.
Core Version Control Features
- Real-time collaboration awareness: See when teammates are editing simultaneously
- Automatic conflict detection and guided resolution
- Branch-based workflows for parallel development
- Comprehensive audit trails with detailed change history
- Rollback capabilities to safely revert changes
- Team coordination tools to prevent edit conflicts
Git Status Indicators
The Advanced Editor displays comprehensive version control status in the top toolbar:| Status | Badge Color | Description |
|---|---|---|
| Clean | 🟢 Green | No local changes, up to date with remote |
| Modified | 🟡 Yellow | Local changes pending save (shows count) |
| Conflicts | 🔴 Red | Merge conflicts require resolution |
| Syncing | 🔵 Blue | Currently synchronizing with remote repository |
| Locked | 🟠 Orange | Another team member is actively editing |
Top Toolbar & Version Control
The toolbar provides quick actions, collaboration features, and version control information:Version Control Indicators
The Advanced Editor displays comprehensive Git status information in the header:| Status | Badge Color | Description |
|---|---|---|
| Clean | 🟢 Green | No local changes, up to date |
| Modified | 🟡 Yellow | Local changes not yet saved |
| Conflicts | 🔴 Red | Merge conflicts need resolution |
| Syncing | 🔵 Blue | Currently syncing with remote |
| Locked | 🟠 Orange | Another user is actively editing |
The version indicator shows your current local version (e.g.,
v1.2.3) and displays the number of modified fields when changes are pending.Collaboration Features
Real-time collaboration indicators help you work seamlessly with your team:- Status badges show when teammates are editing simultaneously
- Version numbers track your current working version
- Conflict detection alerts you to potential merge issues
- Lock indicators show when files are being edited by others
Collaborative Development Workflow
The Git-like system supports sophisticated team workflows:Toolbar Actions
| Action | Description |
|---|---|
| ← Back | Return to agents list |
| 🏷️ Version | Current version indicator with collaboration status |
| Check | Check for remote updates from other team members |
| Pull | Merge remote changes into your local version |
| ✓ Save | Save current changes locally |
| ⬇️ Export | Download agent configuration |
| 🚀 Publish | Deploy changes to production |
Enhanced Testing System
Improved Test Management
The testing system has been significantly enhanced with new capabilities:- Batch testing: Run multiple test iterations with configurable repeat counts
- Test filtering: Filter tests by status (All, Pass, Fail) with visual counters
- Test history: View past test runs with detailed execution history
- Input parameters: Configure dynamic variables for test scenarios
- Simulation mode: Interactive conversation simulation for testing
Test Types and Features
- Scenario Tests
- Simulation Tests
- Batch Testing
Test specific conversation scenarios with defined success criteria:
- Configure user personas and goals
- Set multiple success/failure examples
- Use dynamic variables for realistic scenarios
- Track test performance over time
Test Status Indicators
The testing interface provides clear visual indicators:- Pass/Fail counters: See test results at a glance
- Running indicators: Animated status for active tests
- History tracking: Access to previous test runs
- Input parameters: Visual indicators for configured variables
Key Features
Git-Like Version Control Benefits
The Advanced Editor’s version control system brings several key advantages to agent development: Team Collaboration- Multiple developers can work on the same agent simultaneously
- Real-time awareness of teammate activities prevents conflicts
- Automatic merge conflict detection and resolution guidance
- Comprehensive audit trails for all modifications
- Ability to revert to previous versions if issues arise
- Branching support for feature development and testing
- Staged deployment process prevents accidental production changes
- Version validation before publishing to ensure quality
- Rollback capabilities for quick issue resolution
Git Status Indicators
Clean Status
Clean Status
Clean - Your agent is up to date with no pending changes. Safe to make new edits or switch branches.
Modified Status
Modified Status
Modified - You have local changes that haven’t been saved yet. The badge shows the number of modified fields.
Conflicts Status
Conflicts Status
Conflicts - Changes from other team members conflict with your local changes. Resolve conflicts before publishing.
Syncing Status
Syncing Status
Syncing - Currently synchronizing changes with the remote server. Wait for completion before making edits.
Locked Status
Locked Status
Locked - Another team member is actively editing this agent. Wait for them to finish or coordinate with your team.
Real-time Collaboration
Work together seamlessly with your team:- Live status updates: See teammate activity in real-time
- Automatic conflict detection and resolution guidance
- Branch-based workflow for parallel development
- Comprehensive change history and audit trail
- Team coordination features to prevent edit conflicts
Workflow Best Practices
Check Current Status
Always check the Git status indicator before starting work. Ensure you’re working on a clean version.
Pull Latest Changes
Use the “Check” and “Pull” buttons to get the latest changes from your team before making edits.
Create and Run Tests
Use the enhanced testing system to validate agent behavior with multiple scenarios.
Key Concepts
Version Control & Git Status
Version Control & Git Status
The Advanced Editor supports Git-like version control with real-time status indicators. The system shows Clean, Modified, Conflicts, Syncing, or Locked status to help you understand the current state and collaborate effectively with your team.
Enhanced Testing System
Enhanced Testing System
The improved testing system supports batch runs, input parameter configuration, test filtering, and comprehensive history tracking. Tests can be run multiple times for reliability and include simulation modes for interactive testing.
Live vs Development
Live vs Development
You can work on changes in development mode and only push them to production (Live) when you’re satisfied with the results. The version control system ensures safe deployments with conflict detection.
Real-time Collaboration
Real-time Collaboration
Multiple team members can work on the same agent simultaneously with real-time conflict detection, status indicators, and collaborative editing features that prevent data loss.
Next Steps
Basic Settings
Configure name, language, voice, and AI model
Knowledge Base
Add documents and FAQs for your agent
Actions & Tools
Set up integrations and webhooks
Playground
Test your agent in real-time
Version Control
Learn about Git status indicators and collaboration
Enhanced Testing
Use the improved testing system with batch runs and history

