Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

frappe/agent

Open more actions menu

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

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.