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: content/Changelog/sdk-py.mdx
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,24 @@ import { Callout } from 'fumadocs-ui/components/callout';
7
7
8
8
This page documents the release history of the [Agentuity Python SDK](https://github.com/agentuity/sdk-py).
9
9
10
+
## v0.0.104
11
+
12
+
<Callouttype="info">
13
+
Released: August 28, 2025
14
+
</Callout>
15
+
16
+
**⚠️ Breaking Changes:**
17
+
18
+
- AgentContext constructor parameter renamed from `run_id` to `session_id` for better alignment with session references. The `runId` property remains available for backward compatibility but is deprecated.
19
+
20
+
**Changed:**
21
+
22
+
- Switch from OpenLIT to TraceLoop SDK for OpenTelemetry instrumentation to improve async context management
23
+
24
+
**Fixed:**
25
+
26
+
- Resolved "context attached/detached in a different context" warnings in async environments, particularly with LangChain instrumentation
0 commit comments