8000 GitHub - mahsem/agent: Works with https://github.com/frappe/press
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mahsem/agent

 
 

Repository files navigation

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).

About

Works with https://github.com/frappe/press

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.6%
  • Jinja 6.5%
  • HTML 5.7%
  • Other 0.2%
0