This directory contains real-world example implementations demonstrating how to use LibreChatClient for automation, DevSecOps, and continuous background processing.
- basic_chat.py: Minimal 15-line script showing token auto-refresh and simple API prompt submission.
- GitOps IaC Security Auditor: A DevSecOps daemon that monitors Kubernetes manifests, Terraform files, and Dockerfiles, submitting them to LibreChat for automated compliance auditing and generating markdown reports.
- Multi-Day File Monitor Daemon: A continuous folder watcher service with state tracking (
processed_files.json) that survives system reboots and long idle periods.