

PYE Agent Curator is a professional desktop application for creating, managing, and executing AI agents based on LangGraph. The tool allows:
Beyond native functionalities, Curator works as an agentic orchestrator (AI RPA), capable of loading and executing externally developed LangGraph code. This allows you to use the Curator interface to monitor logs and manage complex flows created in your own development environment, bringing RPA robustness to Artificial Intelligence.
The first step to start using PYE Agent Curator is to download the installer for Windows. After downloading, it is essential to install the program by following all the steps indicated by the installation wizard to ensure all dependencies are correctly configured.
When opening the application, you will be presented with the login screen:
| Action | Description |
|---|---|
| 👁️ Show/Hide password | Click the eye icon to view the password |
| 🔑 Forgot my password | Click the link to receive a recovery email |
| ➕ Create account | Click "Create account" to register |
After logging in, if your account does not yet have an active license, the activation screen will be displayed:
PYE-XXXX-XXXX-XXXXFor the agents to work, you need to configure the API keys from the AI providers.
| Field | Description | Format |
|---|---|---|
| OpenAI API Key | Key for GPT models | Starts with sk-... |
| Google Gemini Key | Key for Gemini models | Starts with AIza... |
The main window is divided into functional areas:
The Dashboard provides a bird's-eye, real-time view of the health of your agent ecosystem. It consolidates critical metrics so you can proactively monitor efficiency and operational performance.
On the Dashboard, you will find fundamental indicators such as:
This option allows you to create the basic structure of a LangGraph agent from scratch or integrate Curator with existing code. By selecting a folder that already contains a LangGraph project, Curator acts as an RPA robot, providing the execution interface, log monitoring, and graph visualization for your external code.
Ctrl + N)After creation, you will have access to the detailed project settings, where you can define specific execution parameters and behavior for your agent.
Curator includes specialized templates for PDF processing with AI, or custom RPA robot on a solid and scalable structure:
| Template | Description |
|---|---|
| Reframework PDF Batch | Processes multiple PDFs from a folder with a single prompt. |
| Reframework Excel Batch | Processes multiple Excel files from a folder, the user defines which columns contain information about document paths and prompts that will be used to process the documents |
| Reframework Base | Base architecture created so the developer can build a custom RPA robot on a solid and scalable structure. |
For PDF agents, you can modify the prompt, model, validation, and columns.
Start the execution and follow the logs in real-time on the Execution tab.
| Button | Description |
|---|---|
| ▶️ Run | Starts agent execution. |
| ⏸️ Pause | Temporarily pauses execution. |
| ⏹️ Stop | Completely stops execution. |
Analyze the structure and flow of your agent dynamically on the Visualization tab.
The main highlight of this tab is the ability to track the flow in real-time. Through fluid animations, Curator highlights exactly which node or step the agent is processing at that moment, allowing unprecedented observability over your LangGraph code execution.
The Jobs section is the heart of Curator's monitoring. This is where records of all executions performed by your agents are stored. You can track the progress of each task and access the complete interaction history.
Each Job has a status that indicates the operation's result:
| Status | Description |
|---|---|
| Success | Execution was successfully completed. |
| Cancelled | Execution was interrupted by the user. |
| Info | Informational status about the process progress. |
| Failed | A critical error occurred that prevented completion. |
Triggers allow you to automate the triggering of your agents based on external events or time schedules. With them, your agent no longer depends on manual execution and starts operating autonomously.
You can configure different types of triggers, such as Webhooks for integration with other systems, or Schedules (CRON) for tasks that should occur at regular intervals.
In the configuration interface, you define the activation rules, the input parameters that the trigger will send to the agent, and monitor the firing history of each trigger.
The Logs tab maintains a complete history of all executions, allowing filtering by project, text search, and export.
| Status | Meaning |
|---|---|
| INFO | Normal processing event |
| WARNING | Attention, but not critical |
| ERROR | Something went wrong |
| SUCCESS | Operation completed successfully |
ReFramework Folder is a pre-built agent specialized in batch processing of PDF documents. It was designed to apply a single prompt to all PDFs contained in a specific folder, making it ideal for large-scale standardized processing operations.
The agent scans the indicated folder, processes each PDF with the defined prompt, and consolidates all results into a single Excel spreadsheet. The output file is saved in the location specified by the user when configuring the project.
ReFramework Excel is an evolution of ReFramework Folder, offering greater flexibility and granular control over processing. It allows you to define specific prompts for each document or group of documents through a control Excel spreadsheet.
The agent reads an Excel spreadsheet where you specify, row by row, which documents should be processed and with which prompts. This allows creating complex and personalized processing flows for different types of documents simultaneously.
To use ReFramework Excel, you need to create a spreadsheet with at least two mandatory columns:
| Column | Type | Description |
|---|---|---|
| File Path | Required | Full path to PDF file or folder containing PDFs |
| Prompt | Required | Specific instruction to process the document(s) |
| Result | Automatic | Filled by agent after processing |
Specify the full path to an individual PDF file. The agent will process only this document with the corresponding prompt.
C:\Documents\contract_2025.pdf
Provide the path to a folder. The agent will process all PDFs found in the folder using the same prompt from the row.
C:\Documents\Contracts\2025\
When you specify a folder, the agent reads all PDFs in a unified way, applying the prompt once to the complete set of documents. This is useful for analyses that require context from multiple files.
| Path | Prompt | Result |
|---|---|---|
| C:\Docs\invoice_jan.pdf | Extract total value and due date | Processed |
| C:\Docs\Contracts\ | List all parties involved | Processed |
| C:\Docs\report_2025.pdf | Summarize key findings | Pending |
One of the most powerful features of PYE Agent Curator's standardized agents is the intelligent validation system. This mechanism ensures the reliability and accuracy of responses generated by AI models, offering two distinct verification modalities.
Validation is especially critical in scenarios where the accuracy of extracted or analyzed data can impact business decisions, regulatory compliance, or downstream automated processes.
Exact Double Validation is a deterministic method that compares responses from two different AI models using literal string matching. This method is ideal for structured data extraction where the expected response is objective and does not allow variations.
Subjective Double Validation uses a third-instance AI approach to evaluate semantic consistency between two responses. This method is suitable for analyses involving interpretation, summarization, or extraction of complex concepts.
| Aspect | EXACT Validation | SUBJECTIVE Validation |
|---|---|---|
| API Calls | 2 (both models) | 3 (models + validator) |
| Speed | ⚡ Faster | 🐢 Slower |
| Cost | 💰 Lower | 💰💰 Higher |
| Response Type | Objective and structured | Interpretive and contextual |
| Criterion | Literal equality | Semantic consistency |
| Best For | Structured data | Complex analyses |
When a transaction is marked with a yellow row, it indicates that validation detected inconsistencies. In this case, it is recommended to:
PYE Agent Curator is a software in constant development. For this reason, your feedback and reporting of any unexpected behavior are fundamental for us to implement new innovations and continuous improvements, as well as rapid fixes.
For technical questions or reporting issues, please contact: