Agent
Works with https://github.com/frappe/press
- Author: frappe
- Repository: https://github.com/frappe/agent
- GitHub stars: 121
- Forks: 145
- License: AGPL-3.0
- Category: Other
- Maintenance: Actively Maintained
- Frappe versions: develop
Install Agent
bench get-app https://github.com/frappe/agent
Add the Frappe Gems badge to your README
Maintain Agent? Paste this into your README:
[](https://frappegems.com/gems/apps/frappe/agent)
About Agent
Agent
Installation
mkdir agent && cd agent
git clone https://github.com/frappe/agent repo
virtualenv env
source env/bin/activate
pip install -e ./repo
cp repo/redis.conf .
cp repo/Procfile .
Running
honcho start
CLI
Agent has a CLI (ref). You can access this by activating the env:
# Path to your agent's Python env might be different
source ./agent/env/bin/activate
agent --help
Once you have activated the env, you can access the iPython console:
agent console
This should have the server object instantiated if it was able to find the
config.json file. If not you can specify the path (check agent console --help).
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.