You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.6.0] — 2026-04-06
11
+
12
+
### Added
13
+
14
+
-**TruLens observability integration** — Added first-class TruLens instrumentation for swarm runs and agent calls, with configurable runtime toggles in `[telemetry]` (`trulens_enabled`, `trulens_database_url`) and recorder/session exports in `devsper.telemetry`.
15
+
-**CLI observability dashboard command** — Added `devsper observe` to launch the TruLens dashboard locally with optional `--port` and `--db` overrides.
16
+
-**Optional `trulens` extra** — Added `devsper[trulens]` dependency group for straightforward TruLens installation.
17
+
18
+
### Changed
19
+
20
+
-**Swarm execution path** — `Swarm.run` now records via a TruLens custom app wrapper when enabled, with safe fallback to the standard runtime path if TruLens initialization or recorder setup fails.
21
+
-**Agent call capture** — `Agent.run` is instrumented for per-call telemetry capture when TruLens is installed.
22
+
-**Telemetry defaults and examples** — Updated default config template to include TruLens options and local database guidance.
0 commit comments