Razyyn

ERPNext / Frappe 14 · 2 / 7

Installer l’application

Download the Razyyn-AI-Frappe-v14 source, install it, and confirm Razyyn appears in your ERP.

Ces étapes sont vérifiées avec le code actuel de cette version. Remplacez les chemins, noms de site et bases de données d’exemple par les vôtres. Les détails techniques ci-dessous sont en anglais.

Open the Frappe bench

Run these commands as the user who owns the bench. Replace the example bench path and site name with your own values. The site name is the directory under sites/, not necessarily the public domain.

cd /path/to/frappe-bench
ls sites

Download the matching branch

Run this from the bench directory. The app name installed on the site is accountant_agent.

bench get-app accountant_agent https://github.com/Marwan-badr543/Razyyn-AI-Frappe --branch Razyyn-AI-Frappe-v14

Install on your site

The install creates the Razyyn DocTypes, chat page, app role and agent user. Run the site migration so schema and patches are current.

bench --site your-site.example install-app accountant_agent
bench --site your-site.example migrate

Build and restart

Build the app's browser assets and restart the bench's managed services. In a development bench, restart the running bench process instead.

bench build --app accountant_agent
bench restart

Verify the result

Sign in to ERPNext and open /app/agent-chat. You should see the Razyyn chat sign-in screen. In the Awesomebar, search Agent Settings and Agent Write Policy. If either is missing, check the install and migrate output before proceeding.

bench --site your-site.example list-apps
Avant de continuerAlready installed? Pull the same version branch, run bench --site your-site.example migrate, build the app, and restart the bench. Back up before upgrading.