phi-telemetry 0.1.4

Observability layer for phi-agent — collects and persists structured metrics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "phi-telemetry"
version = "0.1.4"
edition = "2024"
description = "Observability layer for phi-agent — collects and persists structured metrics"
license = "Apache-2.0"
repository = "https://github.com/hibuka-labs/phi-telemetry"
keywords = ["agent", "ai", "observability", "metrics", "telemetry"]
categories = ["development-tools", "asynchronous"]

[dependencies]
agent-base = "0.1.7"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
anyhow = "1"