Skip to content

Releases: cleverdatagr/sift-agent

Release list

v0.1.1

Choose a tag to compare

@kplgr kplgr released this 08 Jan 17:00

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

  1. Open PowerShell as Administrator.
  2. Configure your remote:
    sift remote add --name Office --endpoint https://sift.cleverdata.gr/api/v1 --key YOUR_KEY --path C:\Scans
  3. Install the service:
    sift install
  4. Check status:
    sift status