SysEye CLI agent
Project description
SysEye CLI agent
Installable Python CLI for SysEye agents.
What it does now:
- registers itself on the local backend using an API key
- stores the server
agentIdin~/.syseye-agent/agent_id - sends heartbeat in the background loop
- is ready for task polling when internal task endpoints appear
Install from GitHub from any directory:
pipx install "git+https://github.com/Unkno394/SysEye.git#subdirectory=cli-agent"
If pipx is not installed yet:
sudo pacman -S python-pipx
Target flow after PyPI publish:
pipx install syseye-agent
Alternative via virtualenv:
git clone https://github.com/Unkno394/SysEye.git
cd SysEye/cli-agent
python -m venv .venv
source .venv/bin/activate
pip install setuptools wheel requests
pip install --no-build-isolation .
Run from any console:
syseye-agent connect --server http://localhost:5000 --token YOUR_CONNECTION_TOKEN
Version check:
syseye-agent version
Background mode on Linux:
nohup syseye-agent connect --server http://localhost:5000 --token YOUR_CONNECTION_TOKEN > ~/.syseye-agent/agent.log 2>&1 &
PyPI publication notes:
- package metadata lives in
pyproject.toml - publishing guide lives in
PUBLISHING.md
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
syseye_agent-0.1.0.tar.gz
(7.9 kB
view details)
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 syseye_agent-0.1.0.tar.gz.
File metadata
- Download URL: syseye_agent-0.1.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b2b75a01ef74890845db627216cdf386f3e22ec4275f10d9d77d021c11caeb9
|
|
| MD5 |
2c0fc58e1fc10dfe3f739e99893649c7
|
|
| BLAKE2b-256 |
2b7a4e7f3f41b36ab7674067e41ceaa7ef0f4a283228aff2c6889a24e4bfe6aa
|
File details
Details for the file syseye_agent-0.1.0-py3-none-any.whl.
File metadata
- Download URL: syseye_agent-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89595baf64d3d39197f9cddc2fdc01e39db85d79dc91d53b92826aaef9394aa6
|
|
| MD5 |
a8d549c691d85f0aa106da2d22c10df3
|
|
| BLAKE2b-256 |
b6f751c44dfd2c3b4586931bdb1e8927c23c43bf4c2e2e2a10747a1df5992ddf
|