Skip to content

FailproofAI/agenteye-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AgentEye Collector

The AgentEye collector is a small, per-machine daemon that ships your local OpenAI Codex sessions — CLI, IDE, and desktop — to your AgentEye deployment. This repository hosts the installer and the release binaries.

Install

curl -fsSL https://raw.githubusercontent.com/FailproofAI/agenteye-collector/main/install.sh | sh

Or set it up as a background service in one step by passing your AgentEye ingest URL and an events:add API key:

curl -fsSL https://raw.githubusercontent.com/FailproofAI/agenteye-collector/main/install.sh \
  | sh -s -- --url https://ingest.example.com/events --key sk-… --codex-enabled

The installer detects your OS/arch, verifies the binary's SHA-256 checksum, installs it on your PATH, and (when given a URL + key) installs a systemd (Linux) or launchd (macOS) service.

Update

agenteye-collector update          # fetch the latest release, verify, swap, restart
agenteye-collector update --check  # only report whether an update is available

Verify

agenteye-collector health

Supported platforms

Linux and macOS (x86_64 and arm64). Windows binaries are attached to each release for manual use; the curl | sh installer and the managed service cover Linux and macOS.

Binaries and their SHA256SUMS are published on the Releases page.

License

MIT — see LICENSE.

About

Installer + release binaries for the AgentEye collector (curl | sh).

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages