Customizing AI agents in V7 Go can involve many property settings and prompt adjustments. To help you experiment safely, we've introduced one-click agent cloning.
This feature lets you preserve a working configuration before making further changes. You can create an exact duplicate of your agent with all its property settings intact. The cloned agent is created as a clean project with no entities (rows), only the existing property setup. It will have the same name plus a timestamp for easy identification.
Agent cloning provides a risk-free way to iterate on your configurations without worrying about breaking what already works. It’s ideal for creating variations of successful agents, setting up slightly different versions for specific use cases, or comparing performance between models, for example, using the same agent setup with Gemini Pro 2.5 vs. Claude 3.7.

To clone an agent, hover over the existing one, click the three-dot menu, and select Clone agent. V7 Go will create an exact duplicate, renamed with a timestamp, and ready for customization.
Prototype safely. Modify cloned agents without affecting your original production workflows.
Preserve complex setups. Duplicate agents with multi-step processes, Python code, or custom JSON parsing without rebuilding them.
Test different LLMs. Create identical workflows using Claude, GPT-4, or Gemini to directly compare their performance on your documents.

Head of Product