DEV Community

tajdin k
tajdin k

Posted on

Noviz AI Agent for ERPNext — A Reasoning Layer for ERPNext

# Noviz AI Agent for ERPNext — A Reasoning Layer for ERPNext

Noviz AI is an AI Agent built specifically for ERPNext.

Instead of simply answering questions, Noviz is designed to understand user intent, reason about the ERPNext environment, and work with existing ERPNext capabilities to accomplish tasks.

How It Works

User → Noviz AI → ERPNext

The user provides the intent, Noviz handles the reasoning, and ERPNext remains the underlying source of business data, permissions, DocTypes, workflows, reports, and actions.

What Developers Can Expect

  • Work with ERPNext DocTypes and records
  • Analyze ERPNext data using natural-language requests
  • Generate reports, tables, and charts
  • Execute actions on ERPNext records
  • Work with workflows and business processes
  • Handle notification-driven processes
  • Coordinate multi-step ERPNext operations
  • Work with relevant ERP and email context

Built Around ERPNext

Noviz does not attempt to replace ERPNext's existing architecture.

It is designed to work with capabilities ERPNext already provides, including:

  • DocTypes
  • Metadata
  • APIs
  • User permissions
  • Reports
  • Workflows
  • Notifications
  • Business data

Permission-Aware

Noviz operates within the permissions of the currently logged-in ERPNext user.

The data and actions available through the agent are governed by the user's existing ERPNext access.

Your ERPNext login. Your access. Your permissions.

Data Efficiency

Noviz is designed so that the complete ERP database does not need to be sent to a language model for every request.

Processing can take place within the ERPNext environment, while AI reasoning can use metadata and only the relevant context required for the task.

From AI Assistant to AI Agent

The goal is not simply to build another chatbot for ERPNext.

Noviz is being developed around a different approach:

Understand the intent → Reason about the ERP → Use ERPNext capabilities → Get the task done.

This makes natural-language interaction a way to work with ERPNext, rather than simply ask questions about it.

Now Available

Noviz AI is now available on the Frappe Marketplace:

https://cloud.frappe.io/marketplace

We would love to hear from Frappe developers, ERPNext implementers, consultants, and businesses about real-world use cases, feedback, and ideas for where an AI Agent can be useful inside ERPNext.

Noviz AI — Your AI Agent for ERPNext.

Top comments (0)