Skip to content

Apaisal/agent

This branch is 153 commits behind frappe/agent:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 21, 2024
Jan 16, 2025
Sep 10, 2024
Sep 18, 2024
Mar 22, 2021
Mar 31, 2020
May 14, 2024
Aug 21, 2024
Oct 21, 2024
Mar 31, 2020
Jul 20, 2022
Aug 17, 2020
Dec 26, 2024
Sep 18, 2024
Feb 15, 2022
Dec 17, 2021

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

Languages

  • Python 85.6%
  • Jinja 7.6%
  • HTML 6.5%
  • Other 0.3%