Releases: cleverdatagr/sift-agent
Releases · cleverdatagr/sift-agent
Release list
v0.1.1
Sift Edge Agent v0.1.1
The Sift Edge Agent is a high-performance, background service for Windows and Linux that automates the collection and uploading of documents to the Sift IDP Platform.
🚀 Key Features
- Background Automation: Fully integrates with Windows Service Control Manager (SCM).
- Strict Security Model: Defaults to system-wide configuration (
%ProgramData%) for multi-user reliability. - Full Service Lifecycle: Managed via CLI (
sift start,stop,restart,enable,disable). - Native Logging: Direct integration with Windows Event Viewer for enterprise monitoring.
- Zero-Config Watcher: Intelligent file stability detection to prevent partial uploads.
📦 Installation (Winget)
Coming soon to the official repository. For now, you can download the standalone sift.exe below.
🛠 Usage
- Open PowerShell as Administrator.
- Configure your remote:
sift remote add --name Office --endpoint https://sift.cleverdata.gr/api/v1 --key YOUR_KEY --path C:\Scans - Install the service:
sift install - Check status:
sift status