Automators AI Agent
Project description
Automators Agent
Installation
Before you begin, ensure that you have pipx installed.
Note: Python 3.13 (which the default homebrew pipx install depends on) is not yet supported by us (see https://github.com/automators-com/agent/issues/7). We would suggest using
pip install pipxin the interim.
- Install the agent using pipx:
python -m pipx install automators-agent
- Initialize the agent:
agent init
- Update the
.envfile to include an OpenAI API key. Edit the prompt in theconfig.tomlfile and then start the agent:
agent start
Setting up development environment
Clone the repository:
git clone https://github.com/automators-com/agent.git
cd agent
Install the dependencies:
uv sync --all-extras --dev
Install playwright:
playwright install chromium
Environment Variables
Create a .env file in the root of the project with the following content:
OPENAI_API_KEY=""
OPENAI_MODEL="gpt-4o"
HEADLESS=true
LOG_LEVEL="INFO"
Usage
Run the agent:
uv run agent
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file automators_agent-0.1.4.tar.gz.
File metadata
- Download URL: automators_agent-0.1.4.tar.gz
- Upload date:
- Size: 43.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51dd96bbd585af170fa36361fb597e7f3eafad826205be1b08ed406391bc2b5d
|
|
| MD5 |
f83b74fd5eb89bea93ad33872538c4a8
|
|
| BLAKE2b-256 |
3b43c4bc3b009a2a20c9acce97acc3b425039c22c00fb9f985d27807531cc27a
|
File details
Details for the file automators_agent-0.1.4-py3-none-any.whl.
File metadata
- Download URL: automators_agent-0.1.4-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93903a937be2dd957449f8d92c036caae40eeee63bac0f98449c1e0e5cf67680
|
|
| MD5 |
94233994c85262a936e27df16a649ce9
|
|
| BLAKE2b-256 |
a5b6de8a7708e8148cc76e7db73493a9fe09d889797f9a730f2d3a0183349d69
|