Commit c9faca8
0.4.4 (#848)
* 0.4.4
Signed-off-by: Teo <[email protected]>
* Client.init() | auto_start_session | forward tags
Signed-off-by: Teo <[email protected]>
* client: recreate Config on init()
Signed-off-by: Teo <[email protected]>
* mock_req: /v3/auth/token to return { project_id, token, api_key }
Signed-off-by: Teo <[email protected]>
* cleanup dirty files
Signed-off-by: Teo <[email protected]>
* Isolate telemetry setup (`setup_telemetry`)
Signed-off-by: Teo <[email protected]>
* core shutdown: remove redundant initialized check
Signed-off-by: Teo <[email protected]>
* Simplify core shutdown (flush SynchronousSpanProcessor instead of iterating processors)
Signed-off-by: Teo <[email protected]>
* Improved TracingCore Config
Signed-off-by: Teo <[email protected]>
* tests: couple instrumentation tester with TracingCore's lifecycle
Signed-off-by: Teo <[email protected]>
* Base for test_session_legacy
Signed-off-by: Teo <[email protected]>
* uv lock
Signed-off-by: Teo <[email protected]>
* tests/benchmark/benchmark_init.py
Signed-off-by: Teo <[email protected]>
* Remove deprecated SDK tests - favor test_decorators
Signed-off-by: Teo <[email protected]>
* update `openai` dep and `uv.lock` file
* fix: display session url when using `agentops.init` (#856)
* show session url on init
* fix: pass tags to start_session when auto-starting sessions
Co-Authored-By: Constantin-Doru Teodorescu <[email protected]>
* backwards compat: track_agent, end_all_sessions (#847)
Signed-off-by: Teo <[email protected]>
* Client.init() | auto_start_session | forward tags
Signed-off-by: Teo <[email protected]>
* client: recreate Config on init()
Signed-off-by: Teo <[email protected]>
* mock_req: /v3/auth/token to return { project_id, token, api_key }
Signed-off-by: Teo <[email protected]>
* cleanup dirty files
Signed-off-by: Teo <[email protected]>
* Isolate telemetry setup (`setup_telemetry`)
Signed-off-by: Teo <[email protected]>
* core shutdown: remove redundant initialized check
Signed-off-by: Teo <[email protected]>
* Simplify core shutdown (flush SynchronousSpanProcessor instead of iterating processors)
Signed-off-by: Teo <[email protected]>
* Improved TracingCore Config
Signed-off-by: Teo <[email protected]>
* tests: couple instrumentation tester with TracingCore's lifecycle
Signed-off-by: Teo <[email protected]>
* Base for test_session_legacy
Signed-off-by: Teo <[email protected]>
* uv lock
Signed-off-by: Teo <[email protected]>
* tests/benchmark/benchmark_init.py
Signed-off-by: Teo <[email protected]>
* Remove deprecated SDK tests - favor test_decorators
Signed-off-by: Teo <[email protected]>
* update `openai` dep and `uv.lock` file
* fix: pass tags to start_session when auto-starting sessions
Co-Authored-By: Constantin-Doru Teodorescu <[email protected]>
* forgot `{` in `start_session`
* remove `getattr`
* fix for recursion and passing `default_tags`
* client: recreate Config on init()
Signed-off-by: Teo <[email protected]>
* cleanup dirty files
Signed-off-by: Teo <[email protected]>
* Simplify core shutdown (flush SynchronousSpanProcessor instead of iterating processors)
Signed-off-by: Teo <[email protected]>
---------
Signed-off-by: Teo <[email protected]>
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Constantin-Doru Teodorescu <[email protected]>
Co-authored-by: teocns <[email protected]>
Co-authored-by: Teo <[email protected]>
* `auto_start_session` must be `False` by default
* Legacy session support on `end_session`. Backwards-compatible `record` event.
* CrewAI compat tests. track_tool decorator for compat.
* Use valid type.
* I don't think Event ever passed type checks.
* Type checking runs clean. Fix import.
* Auto start sessions.
* track_agent noop should be a decorator
* Handle trace lifecycle in legacy with backwards
compatibility for Crew 105 and Crew < 105.
* drop session export delay to one second and expose it as a public configuration parameter.
* Clean up docstrings in legacy
* type checking
* agentops.config: dataclass -slots | compat 3.9
Signed-off-by: Teo <[email protected]>
* deps: py3.9 backward compat | constraints | resolver
Signed-off-by: Teo <[email protected]>
---------
Signed-off-by: Teo <[email protected]>
Co-authored-by: Pratyush Shukla <[email protected]>
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Constantin-Doru Teodorescu <[email protected]>
Co-authored-by: Travis Dent <[email protected]>1 parent d5dcdde commit c9faca8
File tree
26 files changed
+888
-1478
lines changed- agentops
- client
- instrumentation
- legacy
- logging
- sdk
- examples
- agents-examples/basic
- tests
- benchmark
- unit
- sdk
26 files changed
+888
-1478
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
10 | 27 | | |
11 | 28 | | |
12 | 29 | | |
| |||
139 | 156 | | |
140 | 157 | | |
141 | 158 | | |
| 159 | + | |
142 | 160 | | |
143 | 161 | | |
| 162 | + | |
| 163 | + | |
144 | 164 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
63 | 73 | | |
64 | 74 | | |
65 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
68 | | - | |
| 74 | + | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| |||
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
88 | | - | |
| 94 | + | |
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
| |||
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| 128 | + | |
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| |||
147 | 154 | | |
148 | 155 | | |
149 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
150 | 160 | | |
151 | 161 | | |
152 | 162 | | |
| |||
170 | 180 | | |
171 | 181 | | |
172 | 182 | | |
173 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
174 | 191 | | |
175 | 192 | | |
176 | 193 | | |
| |||
195 | 212 | | |
196 | 213 | | |
197 | 214 | | |
| 215 | + | |
198 | 216 | | |
199 | 217 | | |
200 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments