loa-core-1.0.0 has been yanked.
loa-core
Lightweight Observability Agent Core - A Rust library for building observability agents with proper supervision and actor-based architecture.
Features
- Actor-based architecture using ractor
- Supervised agent lifecycle management
- Ed25519 identity and X25519 key exchange for secure communication
- Built-in metrics collection and downsampling
- HTTP client with middleware support
- Configurable heartbeat and alerting
Installation
Add to your Cargo.toml:
[]
= "1.0"
Usage
use Agent;
async
License
MIT