monocle-apptrace 0.4.0b3__py3-none-any.whl → 0.4.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of monocle-apptrace might be problematic. Click here for more details.

Files changed (40) hide show
  1. monocle_apptrace/instrumentation/__init__.py +2 -1
  2. monocle_apptrace/instrumentation/common/constants.py +3 -0
  3. monocle_apptrace/instrumentation/common/instrumentor.py +1 -1
  4. monocle_apptrace/instrumentation/common/span_handler.py +1 -1
  5. monocle_apptrace/instrumentation/common/utils.py +20 -2
  6. monocle_apptrace/instrumentation/common/wrapper_method.py +6 -1
  7. monocle_apptrace/instrumentation/metamodel/anthropic/_helper.py +29 -4
  8. monocle_apptrace/instrumentation/metamodel/anthropic/entities/inference.py +12 -2
  9. monocle_apptrace/instrumentation/metamodel/azfunc/_helper.py +78 -0
  10. monocle_apptrace/instrumentation/metamodel/azfunc/entities/http.py +51 -0
  11. monocle_apptrace/instrumentation/metamodel/azfunc/methods.py +23 -0
  12. monocle_apptrace/instrumentation/metamodel/azfunc/wrapper.py +23 -0
  13. monocle_apptrace/instrumentation/metamodel/azureaiinference/__init__.py +1 -0
  14. monocle_apptrace/instrumentation/metamodel/azureaiinference/_helper.py +216 -0
  15. monocle_apptrace/instrumentation/metamodel/azureaiinference/entities/inference.py +208 -0
  16. monocle_apptrace/instrumentation/metamodel/azureaiinference/methods.py +23 -0
  17. monocle_apptrace/instrumentation/metamodel/botocore/_helper.py +42 -17
  18. monocle_apptrace/instrumentation/metamodel/botocore/entities/inference.py +11 -3
  19. monocle_apptrace/instrumentation/metamodel/gemini/__init__.py +0 -0
  20. monocle_apptrace/instrumentation/metamodel/gemini/_helper.py +76 -0
  21. monocle_apptrace/instrumentation/metamodel/gemini/entities/__init__.py +0 -0
  22. monocle_apptrace/instrumentation/metamodel/gemini/entities/inference.py +75 -0
  23. monocle_apptrace/instrumentation/metamodel/gemini/methods.py +14 -0
  24. monocle_apptrace/instrumentation/metamodel/haystack/_helper.py +20 -12
  25. monocle_apptrace/instrumentation/metamodel/haystack/entities/inference.py +10 -2
  26. monocle_apptrace/instrumentation/metamodel/langchain/_helper.py +19 -13
  27. monocle_apptrace/instrumentation/metamodel/langchain/entities/inference.py +10 -2
  28. monocle_apptrace/instrumentation/metamodel/llamaindex/_helper.py +21 -13
  29. monocle_apptrace/instrumentation/metamodel/llamaindex/entities/inference.py +10 -2
  30. monocle_apptrace/instrumentation/metamodel/openai/_helper.py +17 -9
  31. monocle_apptrace/instrumentation/metamodel/openai/entities/inference.py +3 -2
  32. monocle_apptrace/instrumentation/metamodel/teamsai/_helper.py +50 -4
  33. monocle_apptrace/instrumentation/metamodel/teamsai/entities/inference/actionplanner_output_processor.py +32 -12
  34. monocle_apptrace/instrumentation/metamodel/teamsai/methods.py +30 -17
  35. monocle_apptrace/instrumentation/metamodel/teamsai/sample.json +448 -0
  36. {monocle_apptrace-0.4.0b3.dist-info → monocle_apptrace-0.4.2.dist-info}/METADATA +1 -1
  37. {monocle_apptrace-0.4.0b3.dist-info → monocle_apptrace-0.4.2.dist-info}/RECORD +40 -26
  38. {monocle_apptrace-0.4.0b3.dist-info → monocle_apptrace-0.4.2.dist-info}/WHEEL +0 -0
  39. {monocle_apptrace-0.4.0b3.dist-info → monocle_apptrace-0.4.2.dist-info}/licenses/LICENSE +0 -0
  40. {monocle_apptrace-0.4.0b3.dist-info → monocle_apptrace-0.4.2.dist-info}/licenses/NOTICE +0 -0
@@ -0,0 +1,448 @@
1
+ [{
2
+ "name": "openai.resources.chat.completions.completions.AsyncCompletions",
3
+ "context": {
4
+ "trace_id": "0x46d6c29b989a9dde96401fc9903e13d1",
5
+ "span_id": "0x5f9c461a6d3d795a",
6
+ "trace_state": "[]"
7
+ },
8
+ "kind": "SpanKind.INTERNAL",
9
+ "parent_id": "0x0206a417e77268a6",
10
+ "start_time": "2025-06-06T08:59:50.781557Z",
11
+ "end_time": "2025-06-06T09:00:00.682278Z",
12
+ "status": {
13
+ "status_code": "OK"
14
+ },
15
+ "attributes": {
16
+ "monocle_apptrace.version": "0.4.0",
17
+ "monocle_apptrace.language": "python",
18
+ "span_source": "c:\\Users\\BHLP0106\\Downloads\\test_teams_ai_bot\\teams-ai-basic-bot\\.venv\\Lib\\site-packages\\teams\\ai\\models\\openai_model.py:237",
19
+ "workflow.name": "teams-ai-bot",
20
+ "span.type": "inference.modelapi",
21
+ "scope.teams.channel.channel_id": "msteams",
22
+ "scope.msteams.activity.type": "message",
23
+ "scope.msteams.conversation.id": "personal-chat-id",
24
+ "scope.msteams.conversation.type": "personal",
25
+ "scope.msteams.conversation.name": "",
26
+ "scope.msteams.user.from_property.id": "user-id-0",
27
+ "scope.msteams.user.from_property.name": "Alex Wilber",
28
+ "scope.msteams.user.from_property.role": "",
29
+ "scope.msteams.recipient.id": "00000000-0000-0000-0000-00000000000011",
30
+ "scope.msteams.channel_data.tenant.id": "00000000-0000-0000-0000-0000000000001"
31
+ },
32
+ "events": [],
33
+ "links": [],
34
+ "resource": {
35
+ "attributes": {
36
+ "service.name": "teams-ai-bot"
37
+ },
38
+ "schema_url": ""
39
+ }
40
+ }
41
+
42
+ ,{
43
+ "name": "teams.ai.models.openai_model.OpenAIModel",
44
+ "context": {
45
+ "trace_id": "0x46d6c29b989a9dde96401fc9903e13d1",
46
+ "span_id": "0x0206a417e77268a6",
47
+ "trace_state": "[]"
48
+ },
49
+ "kind": "SpanKind.INTERNAL",
50
+ "parent_id": "0x989ef3e7186f39cb",
51
+ "start_time": "2025-06-06T08:59:50.776558Z",
52
+ "end_time": "2025-06-06T09:00:00.682278Z",
53
+ "status": {
54
+ "status_code": "OK"
55
+ },
56
+ "attributes": {
57
+ "monocle_apptrace.version": "0.4.0",
58
+ "monocle_apptrace.language": "python",
59
+ "span_source": "c:\\Users\\BHLP0106\\Downloads\\test_teams_ai_bot\\teams-ai-basic-bot\\.venv\\Lib\\site-packages\\teams\\ai\\clients\\llm_client.py:217",
60
+ "workflow.name": "teams-ai-bot",
61
+ "span.type": "inference.framework",
62
+ "entity.1.type": "inference.azure_openai",
63
+ "entity.1.provider_name": "okahu-openai-dev.openai.azure.com",
64
+ "entity.1.inference_endpoint": "https://okahu-openai-dev.openai.azure.com/openai/deployments/gpt-4o-mini/",
65
+ "entity.2.name": "gpt-4o-mini",
66
+ "entity.2.type": "model.llm.gpt-4o-mini",
67
+ "scope.teams.channel.channel_id": "msteams",
68
+ "scope.msteams.activity.type": "message",
69
+ "scope.msteams.conversation.id": "personal-chat-id",
70
+ "scope.msteams.conversation.type": "personal",
71
+ "scope.msteams.conversation.name": "",
72
+ "scope.msteams.user.from_property.id": "user-id-0",
73
+ "scope.msteams.user.from_property.name": "Alex Wilber",
74
+ "scope.msteams.user.from_property.role": "",
75
+ "scope.msteams.recipient.id": "00000000-0000-0000-0000-00000000000011",
76
+ "scope.msteams.channel_data.tenant.id": "00000000-0000-0000-0000-0000000000001",
77
+ "entity.count": 2
78
+ },
79
+ "events": [
80
+ {
81
+ "name": "metadata",
82
+ "timestamp": "2025-06-06T09:00:00.681277Z",
83
+ "attributes": {
84
+ "completion_tokens": 100,
85
+ "prompt_tokens": 67,
86
+ "total_tokens": 167
87
+ }
88
+ },
89
+ {
90
+ "name": "data.input",
91
+ "timestamp": "2025-06-06T09:00:00.682278Z",
92
+ "attributes": {
93
+ "input": [
94
+ "{'system': '# Profile\\n- Your name is Monocle Bot\\n- You are funny.\\n- You work for Okahu.ai and know everything about OpenTelemetry and Monocle Apptrace\\n- You are coffee chatbot for teamsAI.'}",
95
+ "{'user': \"What's the best way to use a French press?\"}"
96
+ ]
97
+ }
98
+ },
99
+ {
100
+ "name": "data.output",
101
+ "timestamp": "2025-06-06T09:00:00.682278Z",
102
+ "attributes": {
103
+ "status": "success",
104
+ "status_code": "success",
105
+ "response": "Ah, the French press! The only thing more sophisticated than a monocle-wearing cat. Here\u2019s how to brew a cup of coffee that\u2019ll make you feel like you\u2019re sipping in a Parisian caf\u00e9:\n\n1. **Gather Your Gear**: You\u2019ll need coarsely ground coffee, hot water (just off the boil), a French press, and a timer. Optional: a beret for that extra flair.\n\n2. **Measure Your Coffee**: A good rule of thumb is"
106
+ }
107
+ }
108
+ ],
109
+ "links": [],
110
+ "resource": {
111
+ "attributes": {
112
+ "service.name": "teams-ai-bot"
113
+ },
114
+ "schema_url": ""
115
+ }
116
+ }
117
+
118
+ ,{
119
+ "name": "teams.ai.planners.action_planner.ActionPlanner",
120
+ "context": {
121
+ "trace_id": "0x46d6c29b989a9dde96401fc9903e13d1",
122
+ "span_id": "0x989ef3e7186f39cb",
123
+ "trace_state": "[]"
124
+ },
125
+ "kind": "SpanKind.INTERNAL",
126
+ "parent_id": "0xeacd6a39ec627910",
127
+ "start_time": "2025-06-06T08:59:50.773557Z",
128
+ "end_time": "2025-06-06T09:00:00.683278Z",
129
+ "status": {
130
+ "status_code": "OK"
131
+ },
132
+ "attributes": {
133
+ "monocle_apptrace.version": "0.4.0",
134
+ "monocle_apptrace.language": "python",
135
+ "span_source": "c:\\Users\\BHLP0106\\Downloads\\test_teams_ai_bot\\teams-ai-basic-bot\\.venv\\Lib\\site-packages\\monocle_apptrace\\instrumentation\\common\\wrapper.py:232",
136
+ "workflow.name": "teams-ai-bot",
137
+ "span.type": "generic",
138
+ "entity.1.type": "teams.planner",
139
+ "entity.1.planner_type": "ActionPlanner",
140
+ "entity.2.model": "OpenAIModel",
141
+ "entity.2.tokenizer": "GPTTokenizer",
142
+ "scope.teams.channel.channel_id": "msteams",
143
+ "scope.msteams.activity.type": "message",
144
+ "scope.msteams.conversation.id": "personal-chat-id",
145
+ "scope.msteams.conversation.type": "personal",
146
+ "scope.msteams.conversation.name": "",
147
+ "scope.msteams.user.from_property.id": "user-id-0",
148
+ "scope.msteams.user.from_property.name": "Alex Wilber",
149
+ "scope.msteams.user.from_property.role": "",
150
+ "scope.msteams.recipient.id": "00000000-0000-0000-0000-00000000000011",
151
+ "scope.msteams.channel_data.tenant.id": "00000000-0000-0000-0000-0000000000001",
152
+ "entity.count": 2
153
+ },
154
+ "events": [
155
+ {
156
+ "name": "data.input",
157
+ "timestamp": "2025-06-06T09:00:00.683278Z",
158
+ "attributes": {
159
+ "prompt_template_name": "chat",
160
+ "prompt_template": "# Profile\n- Your name is Monocle Bot\n- You are funny.\n- You work for Okahu.ai and know everything about OpenTelemetry and Monocle Apptrace\n- You are coffee chatbot for teamsAI.",
161
+ "prompt_template_description": "Chat with Teams AI Bot",
162
+ "prompt_template_type": "completion",
163
+ "validator": "DefaultAugmentation",
164
+ "memory_type": "TurnState"
165
+ }
166
+ },
167
+ {
168
+ "name": "data.output",
169
+ "timestamp": "2025-06-06T09:00:00.683278Z",
170
+ "attributes": {
171
+ "response": "Ah, the French press! The only thing more sophisticated than a monocle-wearing cat. Here\u2019s how to brew a cup of coffee that\u2019ll make you feel like you\u2019re sipping in a Parisian caf\u00e9:\n\n1. **Gather Your Gear**: You\u2019ll need coarsely ground coffee, hot water (just off the boil), a French press, and a timer. Optional: a beret for that extra flair.\n\n2. **Measure Your Coffee**: A good rule of thumb is"
172
+ }
173
+ },
174
+ {
175
+ "name": "metadata",
176
+ "timestamp": "2025-06-06T09:00:00.683278Z",
177
+ "attributes": {
178
+ "feedback_enabled": true
179
+ }
180
+ }
181
+ ],
182
+ "links": [],
183
+ "resource": {
184
+ "attributes": {
185
+ "service.name": "teams-ai-bot"
186
+ },
187
+ "schema_url": ""
188
+ }
189
+ }
190
+ ,{
191
+ "name": "workflow",
192
+ "context": {
193
+ "trace_id": "0x46d6c29b989a9dde96401fc9903e13d1",
194
+ "span_id": "0x06de92f0cf062643",
195
+ "trace_state": "[]"
196
+ },
197
+ "kind": "SpanKind.INTERNAL",
198
+ "parent_id": null,
199
+ "start_time": "2025-06-06T08:59:50.745950Z",
200
+ "end_time": "2025-06-06T09:00:00.725839Z",
201
+ "status": {
202
+ "status_code": "OK"
203
+ },
204
+ "attributes": {
205
+ "monocle_apptrace.version": "0.4.0",
206
+ "monocle_apptrace.language": "python",
207
+ "span_source": "c:\\Users\\BHLP0106\\Downloads\\test_teams_ai_bot\\teams-ai-basic-bot\\.venv\\Lib\\site-packages\\aiohttp\\web_protocol.py:462",
208
+ "span.type": "workflow",
209
+ "entity.1.name": "teams-ai-bot",
210
+ "entity.1.type": "workflow.generic",
211
+ "entity.2.type": "app_hosting.generic",
212
+ "entity.2.name": "generic"
213
+ },
214
+ "events": [],
215
+ "links": [],
216
+ "resource": {
217
+ "attributes": {
218
+ "service.name": "teams-ai-bot"
219
+ },
220
+ "schema_url": ""
221
+ }
222
+ }
223
+
224
+ ],
225
+ [{
226
+ "name": "openai.resources.chat.completions.completions.AsyncCompletions",
227
+ "context": {
228
+ "trace_id": "0xc5b6ce45b20ed5b625efc3cc4e9e3f17",
229
+ "span_id": "0x735aeae2607fcdcd",
230
+ "trace_state": "[]"
231
+ },
232
+ "kind": "SpanKind.INTERNAL",
233
+ "parent_id": "0xfb96481aa42ec529",
234
+ "start_time": "2025-06-06T09:01:07.200007Z",
235
+ "end_time": "2025-06-06T09:01:20.298355Z",
236
+ "status": {
237
+ "status_code": "OK"
238
+ },
239
+ "attributes": {
240
+ "monocle_apptrace.version": "0.4.0",
241
+ "monocle_apptrace.language": "python",
242
+ "span_source": "c:\\Users\\BHLP0106\\Downloads\\test_teams_ai_bot\\teams-ai-basic-bot\\.venv\\Lib\\site-packages\\teams\\ai\\models\\openai_model.py:237",
243
+ "workflow.name": "teams-ai-bot",
244
+ "span.type": "inference.modelapi",
245
+ "scope.teams.channel.channel_id": "msteams",
246
+ "scope.msteams.activity.type": "message",
247
+ "scope.msteams.conversation.id": "personal-chat-id",
248
+ "scope.msteams.conversation.type": "personal",
249
+ "scope.msteams.conversation.name": "",
250
+ "scope.msteams.user.from_property.id": "user-id-0",
251
+ "scope.msteams.user.from_property.name": "Alex Wilber",
252
+ "scope.msteams.user.from_property.role": "",
253
+ "scope.msteams.recipient.id": "00000000-0000-0000-0000-00000000000011",
254
+ "scope.msteams.channel_data.tenant.id": "00000000-0000-0000-0000-0000000000001"
255
+ },
256
+ "events": [],
257
+ "links": [],
258
+ "resource": {
259
+ "attributes": {
260
+ "service.name": "teams-ai-bot"
261
+ },
262
+ "schema_url": ""
263
+ }
264
+ }
265
+
266
+ ,{
267
+ "name": "teams.ai.models.openai_model.OpenAIModel",
268
+ "context": {
269
+ "trace_id": "0xc5b6ce45b20ed5b625efc3cc4e9e3f17",
270
+ "span_id": "0xfb96481aa42ec529",
271
+ "trace_state": "[]"
272
+ },
273
+ "kind": "SpanKind.INTERNAL",
274
+ "parent_id": "0x5691eaf4f6ee0b0b",
275
+ "start_time": "2025-06-06T09:01:07.195007Z",
276
+ "end_time": "2025-06-06T09:01:20.299355Z",
277
+ "status": {
278
+ "status_code": "OK"
279
+ },
280
+ "attributes": {
281
+ "monocle_apptrace.version": "0.4.0",
282
+ "monocle_apptrace.language": "python",
283
+ "span_source": "c:\\Users\\BHLP0106\\Downloads\\test_teams_ai_bot\\teams-ai-basic-bot\\.venv\\Lib\\site-packages\\teams\\ai\\clients\\llm_client.py:217",
284
+ "workflow.name": "teams-ai-bot",
285
+ "span.type": "inference.framework",
286
+ "entity.1.type": "inference.azure_openai",
287
+ "entity.1.provider_name": "okahu-openai-dev.openai.azure.com",
288
+ "entity.1.inference_endpoint": "https://okahu-openai-dev.openai.azure.com/openai/deployments/gpt-4o-mini/",
289
+ "entity.2.name": "gpt-4o-mini",
290
+ "entity.2.type": "model.llm.gpt-4o-mini",
291
+ "scope.teams.channel.channel_id": "msteams",
292
+ "scope.msteams.activity.type": "message",
293
+ "scope.msteams.conversation.id": "personal-chat-id",
294
+ "scope.msteams.conversation.type": "personal",
295
+ "scope.msteams.conversation.name": "",
296
+ "scope.msteams.user.from_property.id": "user-id-0",
297
+ "scope.msteams.user.from_property.name": "Alex Wilber",
298
+ "scope.msteams.user.from_property.role": "",
299
+ "scope.msteams.recipient.id": "00000000-0000-0000-0000-00000000000011",
300
+ "scope.msteams.channel_data.tenant.id": "00000000-0000-0000-0000-0000000000001",
301
+ "entity.count": 2
302
+ },
303
+ "events": [
304
+ {
305
+ "name": "metadata",
306
+ "timestamp": "2025-06-06T09:01:20.298355Z",
307
+ "attributes": {
308
+ "completion_tokens": 952,
309
+ "prompt_tokens": 116,
310
+ "total_tokens": 1068
311
+ }
312
+ },
313
+ {
314
+ "name": "data.input",
315
+ "timestamp": "2025-06-06T09:01:20.299355Z",
316
+ "attributes": {
317
+ "input": [
318
+ "{'system': '# Profile\\n- You are a coffee brewing expert specializing in home brewing methods\\n- You provide detailed, step-by-step brewing guides for different methods (pour-over, French press, espresso, etc.)\\n- You offer specific measurements, temperatures, and timing for optimal brewing\\n- You help troubleshoot common brewing problems\\n- You explain how different brewing variables affect the final cup\\n- You maintain a clear, methodical teaching style\\n- You focus on helping users achieve consistent, high-quality results at home\\n'}",
319
+ "{'user': 'how to brew coffee?'}"
320
+ ]
321
+ }
322
+ },
323
+ {
324
+ "name": "data.output",
325
+ "timestamp": "2025-06-06T09:01:20.299355Z",
326
+ "attributes": {
327
+ "status": "success",
328
+ "status_code": "success",
329
+ "response": "Brewing coffee can be a delightful experience, and there are several methods to choose from. Below, I\u2019ll provide a detailed guide for three popular brewing methods: Pour-Over, French Press, and Espresso. Each method has its unique characteristics, so you can choose one based on your preference.\n\n### 1. Pour-Over Coffee\n\n**Equipment Needed:**\n- Pour-over dripper (e.g., Hario V60, Chemex)\n- Coffee filter\n- Kettle (preferably a gooseneck kettle for control)\n- Scale\n- Coffee grinder\n- Mug or carafe\n\n**Ingredients:**\n- Fresh coffee beans (medium roast recommended)\n- Filtered water\n\n**Steps:**\n1. **Measure Coffee:** Use a coffee-to-water ratio of 1:15. For example, for 300g of water, use 20g of coffee.\n2. **Grind Coffee:** Grind the coffee to a medium-coarse consistency, similar to sea salt.\n3. **Boil Water:** Heat water to about 200\u00b0F (93\u00b0C). If you don\u2019t have a thermometer, bring water to a boil and let it sit for 30 seconds.\n4. **Prepare Filter:** Place the coffee filter in the dripper and rinse it with hot water to eliminate paper taste and preheat the dripper.\n5. **Add Coffee:** Place the ground coffee in the filter and create a small well in the center.\n6. **Bloom:** Pour just enough hot water (about 40g) to saturate the grounds. Let it bloom for 30-45 seconds.\n7. **Brew:** Slowly pour the remaining water in a circular motion, avoiding the edges. Aim to finish pouring in about 2-3 minutes.\n8. **Serve:** Once the water has fully drained, remove the dripper, and enjoy your coffee!\n\n### 2. French Press Coffee\n\n**Equipment Needed:**\n- French press\n- Kettle\n- Scale\n- Coffee grinder\n- Stirring spoon\n- Timer\n\n**Ingredients:**\n- Fresh coffee beans (coarse grind recommended)\n- Filtered water\n\n**Steps:**\n1. **Measure Coffee:** Use a coffee-to-water ratio of 1:15. For example, for 350g of water, use 23g of coffee.\n2. **Grind Coffee:** Grind the coffee to a coarse consistency, similar to breadcrumbs.\n3. **Boil Water:** Heat water to about 200\u00b0F (93\u00b0C).\n4. **Add Coffee:** Place the ground coffee in the French press.\n5. **Add Water:** Pour hot water over the coffee grounds, ensuring all grounds are saturated. Stir gently to mix.\n6. **Steep:** Place the lid on the French press and let it steep for 4 minutes.\n7. **Press:** Slowly press the plunger down to separate the grounds from the coffee.\n8. **Serve:** Pour the coffee into your mug and enjoy!\n\n### 3. Espresso\n\n**Equipment Needed:**\n- Espresso machine\n- Coffee grinder\n- Tamper\n- Scale\n- Shot glass or demitasse\n\n**Ingredients:**\n- Fresh coffee beans (dark roast recommended)\n- Filtered water\n\n**Steps:**\n1. **Measure Coffee:** Use about 18-20g of coffee for a double shot (about 60ml).\n2. **Grind Coffee:** Grind the coffee to a fine consistency, similar to table salt.\n3. **Preheat Machine:** Turn on your espresso machine and allow it to heat up.\n4. **Add Coffee:** Place the ground coffee in the portafilter and distribute evenly.\n5. **Tamp:** Use a tamper to press the coffee evenly and firmly.\n6. **Brew:** Lock the portafilter into the machine and start the extraction. Aim for a brew time of 25-30 seconds.\n7. **Serve:** Once the espresso is brewed, pour it into a shot glass or demitasse and enjoy!\n\n### Troubleshooting Common Problems\n\n- **Bitter Coffee:** This can be due to over-extraction. Try a coarser grind or reduce the brew time.\n- **Weak Coffee:** This may be due to under-extraction. Use a finer grind or increase the brew time.\n- **Sour Coffee:** This can happen if the coffee is under-extracted or brewed with water that is too cool. Ensure your water is at the right temperature.\n\n### Conclusion\n\nEach brewing method has its nuances, and experimenting with different variables (grind size, water temperature, brew time) can help you find your perfect cup. Enjoy the process, and happy brewing!"
330
+ }
331
+ }
332
+ ],
333
+ "links": [],
334
+ "resource": {
335
+ "attributes": {
336
+ "service.name": "teams-ai-bot"
337
+ },
338
+ "schema_url": ""
339
+ }
340
+ }
341
+
342
+ ,{
343
+ "name": "teams.ai.planners.action_planner.ActionPlanner",
344
+ "context": {
345
+ "trace_id": "0xc5b6ce45b20ed5b625efc3cc4e9e3f17",
346
+ "span_id": "0x5691eaf4f6ee0b0b",
347
+ "trace_state": "[]"
348
+ },
349
+ "kind": "SpanKind.INTERNAL",
350
+ "parent_id": "0xb7389454919fbe5a",
351
+ "start_time": "2025-06-06T09:01:07.191010Z",
352
+ "end_time": "2025-06-06T09:01:20.300355Z",
353
+ "status": {
354
+ "status_code": "OK"
355
+ },
356
+ "attributes": {
357
+ "monocle_apptrace.version": "0.4.0",
358
+ "monocle_apptrace.language": "python",
359
+ "span_source": "c:\\Users\\BHLP0106\\Downloads\\test_teams_ai_bot\\teams-ai-basic-bot\\.venv\\Lib\\site-packages\\monocle_apptrace\\instrumentation\\common\\wrapper.py:232",
360
+ "workflow.name": "teams-ai-bot",
361
+ "span.type": "generic",
362
+ "entity.1.type": "teams.planner",
363
+ "entity.1.planner_type": "ActionPlanner",
364
+ "entity.2.model": "OpenAIModel",
365
+ "entity.2.tokenizer": "GPTTokenizer",
366
+ "scope.teams.channel.channel_id": "msteams",
367
+ "scope.msteams.activity.type": "message",
368
+ "scope.msteams.conversation.id": "personal-chat-id",
369
+ "scope.msteams.conversation.type": "personal",
370
+ "scope.msteams.conversation.name": "",
371
+ "scope.msteams.user.from_property.id": "user-id-0",
372
+ "scope.msteams.user.from_property.name": "Alex Wilber",
373
+ "scope.msteams.user.from_property.role": "",
374
+ "scope.msteams.recipient.id": "00000000-0000-0000-0000-00000000000011",
375
+ "scope.msteams.channel_data.tenant.id": "00000000-0000-0000-0000-0000000000001",
376
+ "entity.count": 2
377
+ },
378
+ "events": [
379
+ {
380
+ "name": "data.input",
381
+ "timestamp": "2025-06-06T09:01:20.299355Z",
382
+ "attributes": {
383
+ "prompt_template_name": "brewing_guide",
384
+ "prompt_template": "# Profile\n- You are a coffee brewing expert specializing in home brewing methods\n- You provide detailed, step-by-step brewing guides for different methods (pour-over, French press, espresso, etc.)\n- You offer specific measurements, temperatures, and timing for optimal brewing\n- You help troubleshoot common brewing problems\n- You explain how different brewing variables affect the final cup\n- You maintain a clear, methodical teaching style\n- You focus on helping users achieve consistent, high-quality results at home\n",
385
+ "prompt_template_description": "A brewing guide prompt for detailed coffee brewing instructions",
386
+ "prompt_template_type": "completion",
387
+ "validator": "DefaultAugmentation",
388
+ "memory_type": "TurnState"
389
+ }
390
+ },
391
+ {
392
+ "name": "data.output",
393
+ "timestamp": "2025-06-06T09:01:20.299355Z",
394
+ "attributes": {
395
+ "response": "Brewing coffee can be a delightful experience, and there are several methods to choose from. Below, I\u2019ll provide a detailed guide for three popular brewing methods: Pour-Over, French Press, and Espresso. Each method has its unique characteristics, so you can choose one based on your preference.\n\n### 1. Pour-Over Coffee\n\n**Equipment Needed:**\n- Pour-over dripper (e.g., Hario V60, Chemex)\n- Coffee filter\n- Kettle (preferably a gooseneck kettle for control)\n- Scale\n- Coffee grinder\n- Mug or carafe\n\n**Ingredients:**\n- Fresh coffee beans (medium roast recommended)\n- Filtered water\n\n**Steps:**\n1. **Measure Coffee:** Use a coffee-to-water ratio of 1:15. For example, for 300g of water, use 20g of coffee.\n2. **Grind Coffee:** Grind the coffee to a medium-coarse consistency, similar to sea salt.\n3. **Boil Water:** Heat water to about 200\u00b0F (93\u00b0C). If you don\u2019t have a thermometer, bring water to a boil and let it sit for 30 seconds.\n4. **Prepare Filter:** Place the coffee filter in the dripper and rinse it with hot water to eliminate paper taste and preheat the dripper.\n5. **Add Coffee:** Place the ground coffee in the filter and create a small well in the center.\n6. **Bloom:** Pour just enough hot water (about 40g) to saturate the grounds. Let it bloom for 30-45 seconds.\n7. **Brew:** Slowly pour the remaining water in a circular motion, avoiding the edges. Aim to finish pouring in about 2-3 minutes.\n8. **Serve:** Once the water has fully drained, remove the dripper, and enjoy your coffee!\n\n### 2. French Press Coffee\n\n**Equipment Needed:**\n- French press\n- Kettle\n- Scale\n- Coffee grinder\n- Stirring spoon\n- Timer\n\n**Ingredients:**\n- Fresh coffee beans (coarse grind recommended)\n- Filtered water\n\n**Steps:**\n1. **Measure Coffee:** Use a coffee-to-water ratio of 1:15. For example, for 350g of water, use 23g of coffee.\n2. **Grind Coffee:** Grind the coffee to a coarse consistency, similar to breadcrumbs.\n3. **Boil Water:** Heat water to about 200\u00b0F (93\u00b0C).\n4. **Add Coffee:** Place the ground coffee in the French press.\n5. **Add Water:** Pour hot water over the coffee grounds, ensuring all grounds are saturated. Stir gently to mix.\n6. **Steep:** Place the lid on the French press and let it steep for 4 minutes.\n7. **Press:** Slowly press the plunger down to separate the grounds from the coffee.\n8. **Serve:** Pour the coffee into your mug and enjoy!\n\n### 3. Espresso\n\n**Equipment Needed:**\n- Espresso machine\n- Coffee grinder\n- Tamper\n- Scale\n- Shot glass or demitasse\n\n**Ingredients:**\n- Fresh coffee beans (dark roast recommended)\n- Filtered water\n\n**Steps:**\n1. **Measure Coffee:** Use about 18-20g of coffee for a double shot (about 60ml).\n2. **Grind Coffee:** Grind the coffee to a fine consistency, similar to table salt.\n3. **Preheat Machine:** Turn on your espresso machine and allow it to heat up.\n4. **Add Coffee:** Place the ground coffee in the portafilter and distribute evenly.\n5. **Tamp:** Use a tamper to press the coffee evenly and firmly.\n6. **Brew:** Lock the portafilter into the machine and start the extraction. Aim for a brew time of 25-30 seconds.\n7. **Serve:** Once the espresso is brewed, pour it into a shot glass or demitasse and enjoy!\n\n### Troubleshooting Common Problems\n\n- **Bitter Coffee:** This can be due to over-extraction. Try a coarser grind or reduce the brew time.\n- **Weak Coffee:** This may be due to under-extraction. Use a finer grind or increase the brew time.\n- **Sour Coffee:** This can happen if the coffee is under-extracted or brewed with water that is too cool. Ensure your water is at the right temperature.\n\n### Conclusion\n\nEach brewing method has its nuances, and experimenting with different variables (grind size, water temperature, brew time) can help you find your perfect cup. Enjoy the process, and happy brewing!"
396
+ }
397
+ },
398
+ {
399
+ "name": "metadata",
400
+ "timestamp": "2025-06-06T09:01:20.300355Z",
401
+ "attributes": {
402
+ "feedback_enabled": true
403
+ }
404
+ }
405
+ ],
406
+ "links": [],
407
+ "resource": {
408
+ "attributes": {
409
+ "service.name": "teams-ai-bot"
410
+ },
411
+ "schema_url": ""
412
+ }
413
+ }
414
+ ,{
415
+ "name": "workflow",
416
+ "context": {
417
+ "trace_id": "0xc5b6ce45b20ed5b625efc3cc4e9e3f17",
418
+ "span_id": "0x2099739725e902bc",
419
+ "trace_state": "[]"
420
+ },
421
+ "kind": "SpanKind.INTERNAL",
422
+ "parent_id": null,
423
+ "start_time": "2025-06-06T09:01:07.129324Z",
424
+ "end_time": "2025-06-06T09:01:20.328841Z",
425
+ "status": {
426
+ "status_code": "OK"
427
+ },
428
+ "attributes": {
429
+ "monocle_apptrace.version": "0.4.0",
430
+ "monocle_apptrace.language": "python",
431
+ "span_source": "c:\\Users\\BHLP0106\\Downloads\\test_teams_ai_bot\\teams-ai-basic-bot\\.venv\\Lib\\site-packages\\aiohttp\\web_protocol.py:462",
432
+ "span.type": "workflow",
433
+ "entity.1.name": "teams-ai-bot",
434
+ "entity.1.type": "workflow.generic",
435
+ "entity.2.type": "app_hosting.generic",
436
+ "entity.2.name": "generic"
437
+ },
438
+ "events": [],
439
+ "links": [],
440
+ "resource": {
441
+ "attributes": {
442
+ "service.name": "teams-ai-bot"
443
+ },
444
+ "schema_url": ""
445
+ }
446
+ }
447
+
448
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: monocle_apptrace
3
- Version: 0.4.0b3
3
+ Version: 0.4.2
4
4
  Summary: package with monocle genAI tracing
5
5
  Project-URL: Homepage, https://github.com/monocle2ai/monocle
6
6
  Project-URL: Issues, https://github.com/monocle2ai/monocle/issues
@@ -10,46 +10,59 @@ monocle_apptrace/exporters/aws/s3_exporter_opendal.py,sha256=0aEUxdMgJaDUwqjw0Dq
10
10
  monocle_apptrace/exporters/azure/blob_exporter.py,sha256=YqEouaqZQtO8bLF_OIYEAN6XQIwK_XrgtrU-itRQsdM,7285
11
11
  monocle_apptrace/exporters/azure/blob_exporter_opendal.py,sha256=wQUtciyFMD28tpWTiP0-kBjUuxy4LuQSo04aMuHwtb4,7140
12
12
  monocle_apptrace/exporters/okahu/okahu_exporter.py,sha256=wFkHd87nOXzFMRejrUiO6N0mNIWkxAyRzob6o82lr_c,4765
13
- monocle_apptrace/instrumentation/__init__.py,sha256=oa412OuokRm9Vf3XlCJLqpZjz9ZcuxAKxnEBvOK7u2M,21
13
+ monocle_apptrace/instrumentation/__init__.py,sha256=wCzg-Ivla7p2F01pM1fEEQMztzcZZB4vD5cZ9CsTigw,94
14
14
  monocle_apptrace/instrumentation/common/__init__.py,sha256=oNEcgw4N36_XzPeN1gc7wxhPjVg-Vhh8EjvUIQZ7pDM,224
15
- monocle_apptrace/instrumentation/common/constants.py,sha256=XxxPUg0tQGQLM12Z3yzLa-shgU8ZZwlAGsFg9MT7mao,3208
16
- monocle_apptrace/instrumentation/common/instrumentor.py,sha256=CwQT1oiPyzv_xe8HhdOH7Ucmd18r2Wk3ortOTx6bhpQ,16324
17
- monocle_apptrace/instrumentation/common/span_handler.py,sha256=Js6RBb6pT-GtlAYSlsVIQC2YBar7IKj6SPNF9cqOQ3U,13228
15
+ monocle_apptrace/instrumentation/common/constants.py,sha256=rqoQA8dcDO6r0l6tsXRGY5GONaLWN7ryomlH6gMR4hg,3356
16
+ monocle_apptrace/instrumentation/common/instrumentor.py,sha256=6xL1o9ug5FTAIFiP1YpRv9_-Go-vEgluUbNaqhX1DRM,16330
17
+ monocle_apptrace/instrumentation/common/span_handler.py,sha256=sWlGglXjCX8UjL7YVc1D6PZcmFlvyKMGAbggHd0hkSg,13233
18
18
  monocle_apptrace/instrumentation/common/tracing.md,sha256=6Lr8QGxEFHKhj-mMvLV3xjFnplKSs6HEdwl0McPK47M,7577
19
- monocle_apptrace/instrumentation/common/utils.py,sha256=oPyUdfBwRCWuxapjtxTd-L4h1Mr6mCDvhSs3do8p0z8,13928
19
+ monocle_apptrace/instrumentation/common/utils.py,sha256=1A_i0fz9QAgsdqfytGzwxdURs5MHXO0ZlyP4QDErmCI,14498
20
20
  monocle_apptrace/instrumentation/common/wrapper.py,sha256=NZC0xymn2q6_bFK0d91F0Z-W-YoCmIjOZEm1t1XKSY4,11409
21
- monocle_apptrace/instrumentation/common/wrapper_method.py,sha256=ig98if45QDU-N76uNAxcb1O7xL8YpwtxJLcb5Dh71bc,4013
21
+ monocle_apptrace/instrumentation/common/wrapper_method.py,sha256=b70d6C08y8aYLXZc0abs84Vf3dCpXSk6RqhyChPDqng,4498
22
22
  monocle_apptrace/instrumentation/metamodel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  monocle_apptrace/instrumentation/metamodel/aiohttp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  monocle_apptrace/instrumentation/metamodel/aiohttp/_helper.py,sha256=h-zrif2vgPL9JbCf1eKHbKBYHAxMdHxOdY-soIDGti8,2361
25
25
  monocle_apptrace/instrumentation/metamodel/aiohttp/methods.py,sha256=rcfGoRMLJeu-X2O9fGv6nhhjUrBJALKOJ-axiedavMI,435
26
26
  monocle_apptrace/instrumentation/metamodel/aiohttp/entities/http.py,sha256=9mRr8nwUB4DSnFzpU9kwJkShlZbqwIPYztDfDp3_l0s,1701
27
27
  monocle_apptrace/instrumentation/metamodel/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
- monocle_apptrace/instrumentation/metamodel/anthropic/_helper.py,sha256=gnKlf3AlG-yEwX7w3TcWDoRcqKPTa1tiJpWSWu-eirU,2543
28
+ monocle_apptrace/instrumentation/metamodel/anthropic/_helper.py,sha256=qmVo78mOJvBES8J0Z-8WPxoArQBidmdFb2nzv8BHb9o,3597
29
29
  monocle_apptrace/instrumentation/metamodel/anthropic/methods.py,sha256=WVXoN_i5h9hXjrJV5xF9wIQIpmP_gCN3P8HEPfAsfik,703
30
30
  monocle_apptrace/instrumentation/metamodel/anthropic/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
- monocle_apptrace/instrumentation/metamodel/anthropic/entities/inference.py,sha256=MeHaJWYUKJ9EpvmUvoZ04tOuS57M4LRDHNZq_Ee1OQ8,2721
31
+ monocle_apptrace/instrumentation/metamodel/anthropic/entities/inference.py,sha256=Vn_3X6_2ue8QhLLvSSl7gwPOMcHLtjmH4N_0A7co8tA,3069
32
+ monocle_apptrace/instrumentation/metamodel/azfunc/_helper.py,sha256=4L1EOfiWGTzdzESOZdndNCeonf4jPX-KDc861jxDFi4,2795
33
+ monocle_apptrace/instrumentation/metamodel/azfunc/methods.py,sha256=dCcptd9nLsXkkWtSgXBh7zRia-1g-A3rgiC4cqt5Tzo,916
34
+ monocle_apptrace/instrumentation/metamodel/azfunc/wrapper.py,sha256=zssmQNWG-kn9cSfE1JYwqHsl1hU4zrN2xUcFbyos8oM,712
35
+ monocle_apptrace/instrumentation/metamodel/azfunc/entities/http.py,sha256=mwCZSfgj_eqaIcu8b84zK4FU_rUwa09qGQod7YrN-Qk,1711
36
+ monocle_apptrace/instrumentation/metamodel/azureaiinference/__init__.py,sha256=zHdtJf4MZKSIi-4KPxdDR_dZdRAdZuy7Z8yDRa6cBps,44
37
+ monocle_apptrace/instrumentation/metamodel/azureaiinference/_helper.py,sha256=KduqZHpkdX5MyTkbTf3iwsnoKXFlvtqNcFsm44SFaJA,8145
38
+ monocle_apptrace/instrumentation/metamodel/azureaiinference/methods.py,sha256=PsxJPFSc9yp9uzdpwVUWUAd2PVwF7MYwf3I2_cqHSOk,810
39
+ monocle_apptrace/instrumentation/metamodel/azureaiinference/entities/inference.py,sha256=PMosEhpwZrxDSxqFfi6b559TvScLQX-b7ZBM9EimuVQ,7947
32
40
  monocle_apptrace/instrumentation/metamodel/botocore/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
- monocle_apptrace/instrumentation/metamodel/botocore/_helper.py,sha256=JIYtaN57OXKO9zPuxMZzDycJbgHgAQaQUkwuCI_SzF8,3744
41
+ monocle_apptrace/instrumentation/metamodel/botocore/_helper.py,sha256=4jYZ_aAT4JwSPkeIRSjp8GFLk9sfNbAPrzYqpAXF7vA,5088
34
42
  monocle_apptrace/instrumentation/metamodel/botocore/methods.py,sha256=LzmjbZjDWy7Uozc0chNjWG6PZhLngh_KJe5L6rw5rqI,452
35
43
  monocle_apptrace/instrumentation/metamodel/botocore/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
- monocle_apptrace/instrumentation/metamodel/botocore/entities/inference.py,sha256=rAsvhRIR9XYGd8NHTFDJQuiQSTzFoZ4oKeA6kEhK0QQ,2363
44
+ monocle_apptrace/instrumentation/metamodel/botocore/entities/inference.py,sha256=dk9R8zVdwg5sj81MNCYvVZ1B59uHnBxyXO0Z5i_9GgY,2744
37
45
  monocle_apptrace/instrumentation/metamodel/botocore/handlers/botocore_span_handler.py,sha256=8FSdoQSS6DuowF7KHhCRj5kpxYF-bBNR47W1tB-gVh0,1433
38
46
  monocle_apptrace/instrumentation/metamodel/flask/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
47
  monocle_apptrace/instrumentation/metamodel/flask/_helper.py,sha256=seLVsL5gE3GbjY3Yetgg1WnswhDzb0zEQR05fHf5xTM,3094
40
48
  monocle_apptrace/instrumentation/metamodel/flask/methods.py,sha256=dWCMEDk-HWHiD0vlMoAVYbIFclstmVkUpRrCtqDWyFE,739
41
49
  monocle_apptrace/instrumentation/metamodel/flask/entities/http.py,sha256=wIudpNk6-DY72k0p90XtvjKt8BilvOd-87Q2iqJnWa8,1525
50
+ monocle_apptrace/instrumentation/metamodel/gemini/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
+ monocle_apptrace/instrumentation/metamodel/gemini/_helper.py,sha256=pNwwO_J-ZDYxhoiRkrOmWqiMVOCuByHaydiT9CDyC38,3044
52
+ monocle_apptrace/instrumentation/metamodel/gemini/methods.py,sha256=lIAXZ15MVOWsGMiWLMp6ZeOlQxG1cP3gIbz6cp794ps,383
53
+ monocle_apptrace/instrumentation/metamodel/gemini/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
+ monocle_apptrace/instrumentation/metamodel/gemini/entities/inference.py,sha256=oJnPMI8m04A9OLwZEUEMJp_lBxYFSAXUFybpYBU4Rd8,2553
42
55
  monocle_apptrace/instrumentation/metamodel/haystack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
- monocle_apptrace/instrumentation/metamodel/haystack/_helper.py,sha256=HjPZUA9K2dPUcQQNzMN3jX8UV0OHF9N7tQ6kSl1OvxM,5439
56
+ monocle_apptrace/instrumentation/metamodel/haystack/_helper.py,sha256=IacHHTBqts3l-fWgq_6gPiycbGIWHiEduDW26-s6SDc,5709
44
57
  monocle_apptrace/instrumentation/metamodel/haystack/methods.py,sha256=Zd70ycMQ5qWsjPXnQL6qoThNKrQA80P6t11sFyEbQR4,1585
45
58
  monocle_apptrace/instrumentation/metamodel/haystack/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
- monocle_apptrace/instrumentation/metamodel/haystack/entities/inference.py,sha256=FzUg66WRYAcPbWqdq8iqfv7inkry9L_MrC1o5wd96bg,3217
59
+ monocle_apptrace/instrumentation/metamodel/haystack/entities/inference.py,sha256=6uJZLAel7rNZZOEAGNivjkUK_ZrDrYzyFbeGc_OZPa8,3550
47
60
  monocle_apptrace/instrumentation/metamodel/haystack/entities/retrieval.py,sha256=nq3lsk2qFxXqwrAHsBt8zrh4ZVGAJABkPtylrjUCCqc,2357
48
61
  monocle_apptrace/instrumentation/metamodel/langchain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
- monocle_apptrace/instrumentation/metamodel/langchain/_helper.py,sha256=CziW8KUmRqGCi_y2fcC9YMsP2wP11OMUitqKupSXStg,5315
62
+ monocle_apptrace/instrumentation/metamodel/langchain/_helper.py,sha256=qop4_UvP-s-zvfex1Q8UetE_Pt2zEjFp9vRHbYm6QoE,5626
50
63
  monocle_apptrace/instrumentation/metamodel/langchain/methods.py,sha256=sQLrji0NLuG8i8q5UdbgzPUjWh_WmromfvWL3pGZdCk,2941
51
64
  monocle_apptrace/instrumentation/metamodel/langchain/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
- monocle_apptrace/instrumentation/metamodel/langchain/entities/inference.py,sha256=RrLPoYLfn3AB9-siwo1NFLT2aPDJtJm9Hgoj6ad2S7Y,2774
65
+ monocle_apptrace/instrumentation/metamodel/langchain/entities/inference.py,sha256=qMsceF7x7OT65UmtICgiukXtsI1TiBwzJoJ7vLxsKqw,3107
53
66
  monocle_apptrace/instrumentation/metamodel/langchain/entities/retrieval.py,sha256=r4UqTCT5vOfkbz9lwoTRoiMkUUJtPMwqOYbqo53A6K8,2039
54
67
  monocle_apptrace/instrumentation/metamodel/langgraph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
68
  monocle_apptrace/instrumentation/metamodel/langgraph/_helper.py,sha256=-XmAbhkgqwaunFZa-BP0zWZ3e-uD-ihSszbn5Cz75yc,2043
@@ -57,31 +70,32 @@ monocle_apptrace/instrumentation/metamodel/langgraph/methods.py,sha256=gnrKhcEPo
57
70
  monocle_apptrace/instrumentation/metamodel/langgraph/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
71
  monocle_apptrace/instrumentation/metamodel/langgraph/entities/inference.py,sha256=OaPeQ8pkyEP5j6ad537MTPp0BdDI7nabxf60u66Dzbk,1659
59
72
  monocle_apptrace/instrumentation/metamodel/llamaindex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
60
- monocle_apptrace/instrumentation/metamodel/llamaindex/_helper.py,sha256=1Rq2sfoLT2L_4w7lMy5tWtGzIgcp9Nbn45nHEKGahMU,6645
73
+ monocle_apptrace/instrumentation/metamodel/llamaindex/_helper.py,sha256=y8IV9HhJ-qgyxBWHqikYgmOcSSPlTrY641PLHOQbeis,6982
61
74
  monocle_apptrace/instrumentation/metamodel/llamaindex/methods.py,sha256=p2mDYF_Izgz9M919n3Do5tlc5XRAZt_rnkFRqqIO5yo,3001
62
75
  monocle_apptrace/instrumentation/metamodel/llamaindex/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
76
  monocle_apptrace/instrumentation/metamodel/llamaindex/entities/agent.py,sha256=g7IEwFMLjYvxljX7iHoYSPJW6k-wC7Z3i_y2qlNEZcs,1338
64
- monocle_apptrace/instrumentation/metamodel/llamaindex/entities/inference.py,sha256=XJI6CbGdsogQLQC41KEJqkRe1THEN_vu8pA_H5RGNww,2737
77
+ monocle_apptrace/instrumentation/metamodel/llamaindex/entities/inference.py,sha256=R6tGA3UzKbPmLNYNaRlm0Ebt2rna9AwWSYdtrUlbWoc,3054
65
78
  monocle_apptrace/instrumentation/metamodel/llamaindex/entities/retrieval.py,sha256=QBF1nrqog5KHh925jiY2V-kejL6iVLKUowZmqUDoiJ4,1870
66
79
  monocle_apptrace/instrumentation/metamodel/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
67
- monocle_apptrace/instrumentation/metamodel/openai/_helper.py,sha256=KmW1Xbrfw1aWsXrRGtF6bAd2TjblU5i2-X0KVMYHS5M,5682
80
+ monocle_apptrace/instrumentation/metamodel/openai/_helper.py,sha256=0xytwhtfMX1ExDAvx48ttwprEBqcqPCMe9nUPgrQrvI,5990
68
81
  monocle_apptrace/instrumentation/metamodel/openai/methods.py,sha256=jpqZyfiJbzMz1r3W3fwMCGiQsbiDSkhqgADJextGxFQ,1796
69
82
  monocle_apptrace/instrumentation/metamodel/openai/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
70
- monocle_apptrace/instrumentation/metamodel/openai/entities/inference.py,sha256=8UdUnKnQsWFPsrKnhNYVRM5ZAMFQl_PZlh67QC_wQ0k,8271
83
+ monocle_apptrace/instrumentation/metamodel/openai/entities/inference.py,sha256=fZ48svKJ7LS0ld_vl-uWOeOLPxjZIhG-9ZMrN1gUJDE,8283
71
84
  monocle_apptrace/instrumentation/metamodel/openai/entities/retrieval.py,sha256=LU7aec302ZqPrs9MzFWU-JTnhK8OpYfgQKMmktlD6-8,1457
72
85
  monocle_apptrace/instrumentation/metamodel/requests/__init__.py,sha256=mg04UgoPzzcH-cPOahYUqN9T-TolZyOZipnBwDg5TP8,250
73
86
  monocle_apptrace/instrumentation/metamodel/requests/_helper.py,sha256=GS03VbT9LiGwt4Mz2DPHtxuWd3xhQL4liS9-dfpy9SE,1985
74
87
  monocle_apptrace/instrumentation/metamodel/requests/methods.py,sha256=O7lkglRvV97zqnCu6r2JwvW8WQqi4uvlpmNkAPpXigE,440
75
88
  monocle_apptrace/instrumentation/metamodel/requests/entities/http.py,sha256=TlY4NZtPleewbF5W0qV61L2ByDOf44EOZhKQgwzRIKc,1669
76
89
  monocle_apptrace/instrumentation/metamodel/teamsai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
77
- monocle_apptrace/instrumentation/metamodel/teamsai/_helper.py,sha256=mrN-AQ0Nn59_jKidyvibP76JI17SdVFAdpBw_ouuu2U,3821
78
- monocle_apptrace/instrumentation/metamodel/teamsai/methods.py,sha256=i0Rz6Gn_Skey9uuCtJftNfMjGBbMMhuMMQcx7TPYQXU,2214
90
+ monocle_apptrace/instrumentation/metamodel/teamsai/_helper.py,sha256=a06bWDryIfzrnT2KDtT54u-eVbEUTgx2oB6LX9FTHmE,5908
91
+ monocle_apptrace/instrumentation/metamodel/teamsai/methods.py,sha256=5fPh2l8nSi524KwHGp-m6GVEy3lXmBG-97i7r0CpE2g,3453
92
+ monocle_apptrace/instrumentation/metamodel/teamsai/sample.json,sha256=CwIkP7q_XwmO2xnQrHX6MnbQq4rLxVT9z56iUBu5zJg,26161
79
93
  monocle_apptrace/instrumentation/metamodel/teamsai/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
80
94
  monocle_apptrace/instrumentation/metamodel/teamsai/entities/inference/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
81
- monocle_apptrace/instrumentation/metamodel/teamsai/entities/inference/actionplanner_output_processor.py,sha256=6rb75bFKh_hvgD8dJzcIeXeJjLjhm9nXuxHI3F-icqo,2405
95
+ monocle_apptrace/instrumentation/metamodel/teamsai/entities/inference/actionplanner_output_processor.py,sha256=f2ZgGIutsvQJ81ocMS3CD0TjiTVEqS8hT_xvt_fh2Kk,3200
82
96
  monocle_apptrace/instrumentation/metamodel/teamsai/entities/inference/teamsai_output_processor.py,sha256=M5uPEbP5c57txrd7BDRXhK5rvRJfyNyvqavtkXuPjXU,2738
83
- monocle_apptrace-0.4.0b3.dist-info/METADATA,sha256=pJPcqamcOsIMTK6Zhv0JCm57OQu0cJ6gxfZ8HxLjhJs,6592
84
- monocle_apptrace-0.4.0b3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
85
- monocle_apptrace-0.4.0b3.dist-info/licenses/LICENSE,sha256=ay9trLiP5I7ZsFXo6AqtkLYdRqe5S9r-DrPOvsNlZrg,9136
86
- monocle_apptrace-0.4.0b3.dist-info/licenses/NOTICE,sha256=9jn4xtwM_uUetJMx5WqGnhrR7MIhpoRlpokjSTlyt8c,112
87
- monocle_apptrace-0.4.0b3.dist-info/RECORD,,
97
+ monocle_apptrace-0.4.2.dist-info/METADATA,sha256=w845IPzUbC_fE6Y2wLZYacm42gVpB-S2-U9XK3WjwQw,6590
98
+ monocle_apptrace-0.4.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
99
+ monocle_apptrace-0.4.2.dist-info/licenses/LICENSE,sha256=ay9trLiP5I7ZsFXo6AqtkLYdRqe5S9r-DrPOvsNlZrg,9136
100
+ monocle_apptrace-0.4.2.dist-info/licenses/NOTICE,sha256=9jn4xtwM_uUetJMx5WqGnhrR7MIhpoRlpokjSTlyt8c,112
101
+ monocle_apptrace-0.4.2.dist-info/RECORD,,