monocle-apptrace 0.6.0__py3-none-any.whl → 0.6.6__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 (45) hide show
  1. monocle_apptrace/instrumentation/common/constants.py +8 -0
  2. monocle_apptrace/instrumentation/common/span_handler.py +73 -23
  3. monocle_apptrace/instrumentation/common/utils.py +63 -6
  4. monocle_apptrace/instrumentation/common/wrapper.py +111 -42
  5. monocle_apptrace/instrumentation/common/wrapper_method.py +4 -2
  6. monocle_apptrace/instrumentation/metamodel/a2a/methods.py +1 -1
  7. monocle_apptrace/instrumentation/metamodel/adk/_helper.py +2 -1
  8. monocle_apptrace/instrumentation/metamodel/agents/_helper.py +3 -3
  9. monocle_apptrace/instrumentation/metamodel/agents/entities/inference.py +2 -0
  10. monocle_apptrace/instrumentation/metamodel/aiohttp/_helper.py +1 -1
  11. monocle_apptrace/instrumentation/metamodel/anthropic/entities/inference.py +1 -4
  12. monocle_apptrace/instrumentation/metamodel/azfunc/_helper.py +1 -1
  13. monocle_apptrace/instrumentation/metamodel/botocore/_helper.py +5 -0
  14. monocle_apptrace/instrumentation/metamodel/botocore/entities/inference.py +4 -0
  15. monocle_apptrace/instrumentation/metamodel/fastapi/_helper.py +4 -4
  16. monocle_apptrace/instrumentation/metamodel/fastapi/methods.py +4 -4
  17. monocle_apptrace/instrumentation/metamodel/flask/_helper.py +3 -3
  18. monocle_apptrace/instrumentation/metamodel/hugging_face/_helper.py +1 -1
  19. monocle_apptrace/instrumentation/metamodel/hugging_face/entities/inference.py +1 -4
  20. monocle_apptrace/instrumentation/metamodel/lambdafunc/_helper.py +1 -1
  21. monocle_apptrace/instrumentation/metamodel/langchain/entities/inference.py +1 -4
  22. monocle_apptrace/instrumentation/metamodel/langgraph/_helper.py +30 -6
  23. monocle_apptrace/instrumentation/metamodel/langgraph/entities/inference.py +1 -1
  24. monocle_apptrace/instrumentation/metamodel/langgraph/langgraph_processor.py +88 -19
  25. monocle_apptrace/instrumentation/metamodel/langgraph/methods.py +22 -6
  26. monocle_apptrace/instrumentation/metamodel/llamaindex/_helper.py +30 -10
  27. monocle_apptrace/instrumentation/metamodel/llamaindex/entities/agent.py +4 -3
  28. monocle_apptrace/instrumentation/metamodel/llamaindex/llamaindex_processor.py +15 -7
  29. monocle_apptrace/instrumentation/metamodel/llamaindex/methods.py +1 -8
  30. monocle_apptrace/instrumentation/metamodel/mcp/_helper.py +1 -1
  31. monocle_apptrace/instrumentation/metamodel/mistral/_helper.py +1 -1
  32. monocle_apptrace/instrumentation/metamodel/mistral/entities/inference.py +1 -4
  33. monocle_apptrace/instrumentation/metamodel/mistral/methods.py +0 -8
  34. monocle_apptrace/instrumentation/metamodel/openai/_helper.py +47 -7
  35. monocle_apptrace/instrumentation/metamodel/openai/entities/inference.py +20 -4
  36. monocle_apptrace/instrumentation/metamodel/openai/methods.py +1 -1
  37. monocle_apptrace/instrumentation/metamodel/strands/_helper.py +44 -0
  38. monocle_apptrace/instrumentation/metamodel/strands/entities/agent.py +179 -0
  39. monocle_apptrace/instrumentation/metamodel/strands/entities/tool.py +62 -0
  40. monocle_apptrace/instrumentation/metamodel/strands/methods.py +20 -0
  41. {monocle_apptrace-0.6.0.dist-info → monocle_apptrace-0.6.6.dist-info}/METADATA +15 -4
  42. {monocle_apptrace-0.6.0.dist-info → monocle_apptrace-0.6.6.dist-info}/RECORD +45 -41
  43. {monocle_apptrace-0.6.0.dist-info → monocle_apptrace-0.6.6.dist-info}/WHEEL +0 -0
  44. {monocle_apptrace-0.6.0.dist-info → monocle_apptrace-0.6.6.dist-info}/entry_points.txt +0 -0
  45. {monocle_apptrace-0.6.0.dist-info → monocle_apptrace-0.6.6.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: monocle_apptrace
3
- Version: 0.6.0
3
+ Version: 0.6.6
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
@@ -15,6 +15,7 @@ Requires-Dist: opentelemetry-api>=1.21.0
15
15
  Requires-Dist: opentelemetry-instrumentation
16
16
  Requires-Dist: opentelemetry-sdk>=1.21.0
17
17
  Requires-Dist: requests
18
+ Requires-Dist: rfc3986>=2.0.0
18
19
  Requires-Dist: wrapt>=1.14.0
19
20
  Provides-Extra: ai-test
20
21
  Requires-Dist: bert-score; extra == 'ai-test'
@@ -22,20 +23,22 @@ Requires-Dist: transformers; extra == 'ai-test'
22
23
  Provides-Extra: aws
23
24
  Requires-Dist: boto3==1.37.24; extra == 'aws'
24
25
  Provides-Extra: azure
26
+ Requires-Dist: azure-ai-inference; extra == 'azure'
25
27
  Requires-Dist: azure-storage-blob==12.22.0; extra == 'azure'
26
28
  Provides-Extra: dev
27
29
  Requires-Dist: a2a-sdk==0.3.6; extra == 'dev'
28
30
  Requires-Dist: anthropic-haystack; extra == 'dev'
29
31
  Requires-Dist: anthropic==0.57.1; extra == 'dev'
30
32
  Requires-Dist: azure-storage-blob==12.22.0; extra == 'dev'
31
- Requires-Dist: boto3==1.37.24; extra == 'dev'
33
+ Requires-Dist: boto3==1.39.0; extra == 'dev'
32
34
  Requires-Dist: chromadb==1.0.15; extra == 'dev'
33
35
  Requires-Dist: click==8.2.1; extra == 'dev'
34
- Requires-Dist: datasets==2.20.0; extra == 'dev'
36
+ Requires-Dist: datasets==4.3.0; extra == 'dev'
35
37
  Requires-Dist: faiss-cpu==1.8.0; extra == 'dev'
36
38
  Requires-Dist: fastapi>=0.115.0; extra == 'dev'
37
39
  Requires-Dist: flask; extra == 'dev'
38
40
  Requires-Dist: google-adk==1.10.0; extra == 'dev'
41
+ Requires-Dist: google-ai-haystack; extra == 'dev'
39
42
  Requires-Dist: google-generativeai==0.8.5; extra == 'dev'
40
43
  Requires-Dist: haystack-ai==2.3.0; extra == 'dev'
41
44
  Requires-Dist: httpx==0.28.1; extra == 'dev'
@@ -53,6 +56,7 @@ Requires-Dist: langchain==0.3.25; extra == 'dev'
53
56
  Requires-Dist: langchainhub==0.1.21; extra == 'dev'
54
57
  Requires-Dist: langgraph-supervisor==0.0.28; extra == 'dev'
55
58
  Requires-Dist: langgraph==0.5.4; extra == 'dev'
59
+ Requires-Dist: litellm==1.77.5; extra == 'dev'
56
60
  Requires-Dist: llama-index-embeddings-huggingface==0.6.0; extra == 'dev'
57
61
  Requires-Dist: llama-index-llms-anthropic==0.8.1; extra == 'dev'
58
62
  Requires-Dist: llama-index-llms-azure-openai==0.4.0; extra == 'dev'
@@ -73,12 +77,19 @@ Requires-Dist: opentelemetry-instrumentation-flask; extra == 'dev'
73
77
  Requires-Dist: parameterized==0.9.0; extra == 'dev'
74
78
  Requires-Dist: pydantic==2.11.7; extra == 'dev'
75
79
  Requires-Dist: pytest-asyncio==0.26.0; extra == 'dev'
80
+ Requires-Dist: pytest-venv; extra == 'dev'
76
81
  Requires-Dist: pytest==8.3.5; extra == 'dev'
77
82
  Requires-Dist: python-dotenv>=1.1.0; extra == 'dev'
78
83
  Requires-Dist: requests-aws4auth==1.2.3; extra == 'dev'
79
- Requires-Dist: sentence-transformers==2.6.1; extra == 'dev'
80
84
  Requires-Dist: types-requests==2.31.0.20240106; extra == 'dev'
81
85
  Requires-Dist: uvicorn==0.35.0; extra == 'dev'
86
+ Provides-Extra: dev-gemini
87
+ Requires-Dist: llama-index-llms-gemini==0.6.0; extra == 'dev-gemini'
88
+ Provides-Extra: dev-strands
89
+ Requires-Dist: strands-agents-tools==0.2.10; extra == 'dev-strands'
90
+ Requires-Dist: strands-agents==1.11.0; extra == 'dev-strands'
91
+ Provides-Extra: dev-tranformers
92
+ Requires-Dist: sentence-transformers==3.3.0; extra == 'dev-tranformers'
82
93
  Description-Content-Type: text/markdown
83
94
 
84
95
  # Monocle Apptrace
@@ -11,43 +11,43 @@ monocle_apptrace/exporters/azure/blob_exporter_opendal.py,sha256=wQUtciyFMD28tpW
11
11
  monocle_apptrace/exporters/okahu/okahu_exporter.py,sha256=wFkHd87nOXzFMRejrUiO6N0mNIWkxAyRzob6o82lr_c,4765
12
12
  monocle_apptrace/instrumentation/__init__.py,sha256=wCzg-Ivla7p2F01pM1fEEQMztzcZZB4vD5cZ9CsTigw,94
13
13
  monocle_apptrace/instrumentation/common/__init__.py,sha256=iVcdQectswd-J_h5n0n-PqAXsrmCRxdK8YeyqYGArC8,432
14
- monocle_apptrace/instrumentation/common/constants.py,sha256=dAbIKrfI97oYMKNj5gdPWvP-YEvnLcRbd6Qec2k2MYk,6281
14
+ monocle_apptrace/instrumentation/common/constants.py,sha256=9T4h-pAzlIsGzZpQP4V1fyhLnVi2RJCbb2oYBabf1Rk,6488
15
15
  monocle_apptrace/instrumentation/common/instrumentor.py,sha256=4n2USZsjfGSkK6FuNnx78PR3cMbxuSEI6UC86Asb92Q,10864
16
16
  monocle_apptrace/instrumentation/common/method_wrappers.py,sha256=jC3G_R2YVD0JWCzxx1zNzJbe_BsNhsveVMegJRXA3IQ,10152
17
17
  monocle_apptrace/instrumentation/common/scope_wrapper.py,sha256=Ysr4zmb71sZm3R-fNabctnNJHnmLVL9FE-4EmQo3HxA,3927
18
- monocle_apptrace/instrumentation/common/span_handler.py,sha256=j8hOrdc-bLZYC0ST1kOqn9OvA1KiRl9HAR77m1p5JQs,15282
18
+ monocle_apptrace/instrumentation/common/span_handler.py,sha256=WVpov28sknQpWAPcwYe9kTAS1OgBlbDqyzJhElw-Os8,18557
19
19
  monocle_apptrace/instrumentation/common/tracing.md,sha256=6Lr8QGxEFHKhj-mMvLV3xjFnplKSs6HEdwl0McPK47M,7577
20
- monocle_apptrace/instrumentation/common/utils.py,sha256=hsF1Opoa7kJA9eEWNzYAU88u3JFYMsNQlUilL8fcqiE,15761
21
- monocle_apptrace/instrumentation/common/wrapper.py,sha256=vbt2650Z3YNcxIvrT3odZ1RHIIeAHrrvYQOqFNUGXHQ,20285
22
- monocle_apptrace/instrumentation/common/wrapper_method.py,sha256=wwsClwlwyhPjfMiz1PY_VJLFzje8_j1R1Xa9HKMovRQ,6816
20
+ monocle_apptrace/instrumentation/common/utils.py,sha256=RHXHbutqWecHUUAKYx5NEjS2YD6SCC3JJ-hfJeDqQIk,18046
21
+ monocle_apptrace/instrumentation/common/wrapper.py,sha256=71cezQtDRmikazOv9IfHuNM7dYK2Cv82Axpa4oTakgg,24163
22
+ monocle_apptrace/instrumentation/common/wrapper_method.py,sha256=bwdoCybp-eKQbOf3uWyEPscXEUSV7ve8RqQBuRQwuGo,6922
23
23
  monocle_apptrace/instrumentation/metamodel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  monocle_apptrace/instrumentation/metamodel/finish_types.py,sha256=Bkto3dHkabTjSsPXLnzPiOW1_xal5CGNrIfIfqdHYSk,20748
25
25
  monocle_apptrace/instrumentation/metamodel/a2a/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
26
  monocle_apptrace/instrumentation/metamodel/a2a/_helper.py,sha256=BHuhF5OnEFEQR081lM4R538c83P--t1J5xHOREFDBpo,1281
27
- monocle_apptrace/instrumentation/metamodel/a2a/methods.py,sha256=_KiCczpRZWfTkzpwQ36kLp5t6Fw-8UEse2Yg4kaHwUk,675
27
+ monocle_apptrace/instrumentation/metamodel/a2a/methods.py,sha256=rA2AY3tGuCcAsQFb1VjtuwhRYgiMdtl7WKAa4h4iRXE,668
28
28
  monocle_apptrace/instrumentation/metamodel/a2a/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  monocle_apptrace/instrumentation/metamodel/a2a/entities/inference.py,sha256=5v37Q5mqE0JzWsmC6x1ZvJB3Zpkyce3hKyfCHF7iD9Q,3715
30
30
  monocle_apptrace/instrumentation/metamodel/adk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
- monocle_apptrace/instrumentation/metamodel/adk/_helper.py,sha256=ljQutMjk5j6dPEx8QCGcJSOgM2XN4_Wq1L6ri3NbLMA,6454
31
+ monocle_apptrace/instrumentation/metamodel/adk/_helper.py,sha256=ZBXDWgOv6p0OojJrYo4qo6yI4G87quXkMnSJghFFMV0,6475
32
32
  monocle_apptrace/instrumentation/metamodel/adk/methods.py,sha256=Wp6MJArvLotY2CIAf1PlwJzdcH8qBk7II1KPBRET7c0,917
33
33
  monocle_apptrace/instrumentation/metamodel/adk/entities/agent.py,sha256=esRSIJRE91tzasEqMouXKsU8vj01Zf24a-7Uyxq0DKg,3905
34
34
  monocle_apptrace/instrumentation/metamodel/adk/entities/tool.py,sha256=EEZxYM9bdH7KCmO-jnTywXAiN45hel5eAqLyHKZ1BbU,2157
35
35
  monocle_apptrace/instrumentation/metamodel/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
- monocle_apptrace/instrumentation/metamodel/agents/_helper.py,sha256=5j6ZkR9Dh1WMUrC-zSH3M2OJvKd4ZsZs3gIR87Ws0lI,7595
36
+ monocle_apptrace/instrumentation/metamodel/agents/_helper.py,sha256=KwN7cM6f8M64O_oKsa23DuvV0iY9OskPHViOfu06w6w,7574
37
37
  monocle_apptrace/instrumentation/metamodel/agents/agents_processor.py,sha256=P95dNBh18M74Bw-BklwcN3wRfyi4vC3Q9EOcR8QBheg,6194
38
38
  monocle_apptrace/instrumentation/metamodel/agents/methods.py,sha256=l7KwBLm_olUfZsN9UxUVc_spvSGLNqBJzKh3cyX40-o,1758
39
39
  monocle_apptrace/instrumentation/metamodel/agents/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
- monocle_apptrace/instrumentation/metamodel/agents/entities/inference.py,sha256=UUbnGdCkF2CGRzDZdD3r3pv_-tXXb9W5shDEtcFq_3Q,6859
40
+ monocle_apptrace/instrumentation/metamodel/agents/entities/inference.py,sha256=JO3TY1FDjOotU00IwSogTG3pNuaXenbXicTYZ4NwVKM,6945
41
41
  monocle_apptrace/instrumentation/metamodel/aiohttp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
- monocle_apptrace/instrumentation/metamodel/aiohttp/_helper.py,sha256=6wTmycVbETB0fOc99No2rePVgACKR3J6HCUkaedV0o8,2539
42
+ monocle_apptrace/instrumentation/metamodel/aiohttp/_helper.py,sha256=aJeOouDTQJ7qUQ_5wX1VaTWfbKQapIG7ZvCYxSLNGbQ,2545
43
43
  monocle_apptrace/instrumentation/metamodel/aiohttp/methods.py,sha256=rcfGoRMLJeu-X2O9fGv6nhhjUrBJALKOJ-axiedavMI,435
44
44
  monocle_apptrace/instrumentation/metamodel/aiohttp/entities/http.py,sha256=OC7qgaKLUD_otmtP5jNyWcR_D0GGSbBZAxNa6RtQXwE,2201
45
45
  monocle_apptrace/instrumentation/metamodel/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  monocle_apptrace/instrumentation/metamodel/anthropic/_helper.py,sha256=fuILJFil-Gr2hIDIK-2xlHyibCwVXLbakFgJ2P9AKNE,8615
47
47
  monocle_apptrace/instrumentation/metamodel/anthropic/methods.py,sha256=WVXoN_i5h9hXjrJV5xF9wIQIpmP_gCN3P8HEPfAsfik,703
48
48
  monocle_apptrace/instrumentation/metamodel/anthropic/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
- monocle_apptrace/instrumentation/metamodel/anthropic/entities/inference.py,sha256=6mwMs-ZYoS0B4mkUXwy1VFBzJQd8olEwhEqYgUSyVIc,3643
50
- monocle_apptrace/instrumentation/metamodel/azfunc/_helper.py,sha256=7c1yKH9coWdGku8BOAp83H0GtSkfZF3sHFv7uRWL8Yg,3041
49
+ monocle_apptrace/instrumentation/metamodel/anthropic/entities/inference.py,sha256=6UpRltu3e98nrnwDnLqME2ECumiXduMTE44WkaBBFhA,3535
50
+ monocle_apptrace/instrumentation/metamodel/azfunc/_helper.py,sha256=j7jfAo0lzGkHz0c7H57j5u7ZHqWHRPBWon3bGpFflbg,3047
51
51
  monocle_apptrace/instrumentation/metamodel/azfunc/methods.py,sha256=dCcptd9nLsXkkWtSgXBh7zRia-1g-A3rgiC4cqt5Tzo,916
52
52
  monocle_apptrace/instrumentation/metamodel/azfunc/wrapper.py,sha256=zssmQNWG-kn9cSfE1JYwqHsl1hU4zrN2xUcFbyos8oM,712
53
53
  monocle_apptrace/instrumentation/metamodel/azfunc/entities/http.py,sha256=gWjUe5t4JWOGtzJDRFWbZqjPi8ER6hFa_2V43M8D2do,2208
@@ -56,18 +56,18 @@ monocle_apptrace/instrumentation/metamodel/azureaiinference/_helper.py,sha256=j0
56
56
  monocle_apptrace/instrumentation/metamodel/azureaiinference/methods.py,sha256=PsxJPFSc9yp9uzdpwVUWUAd2PVwF7MYwf3I2_cqHSOk,810
57
57
  monocle_apptrace/instrumentation/metamodel/azureaiinference/entities/inference.py,sha256=veszCGFtEiMKhbM88X-HVQL6KM2plsLzFUL2TF46x8A,8746
58
58
  monocle_apptrace/instrumentation/metamodel/botocore/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
- monocle_apptrace/instrumentation/metamodel/botocore/_helper.py,sha256=bNvnv2kASii1DYYoOW9CFGcefJgTC4rq8JiGFXBKud4,8387
59
+ monocle_apptrace/instrumentation/metamodel/botocore/_helper.py,sha256=ycVPk45SyHyWkjNZvztOM2d7U9zm2tdDMFV7ZFvPE0s,8511
60
60
  monocle_apptrace/instrumentation/metamodel/botocore/methods.py,sha256=LzmjbZjDWy7Uozc0chNjWG6PZhLngh_KJe5L6rw5rqI,452
61
61
  monocle_apptrace/instrumentation/metamodel/botocore/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
- monocle_apptrace/instrumentation/metamodel/botocore/entities/inference.py,sha256=-YW5pBQ3fWy3TMbiRfBfJyDx_4bR4OgTjS2poG-hWoM,3073
62
+ monocle_apptrace/instrumentation/metamodel/botocore/entities/inference.py,sha256=K8QW5IKORe55uR7CeVd07n9FZHuk0o59kw-Df38VJWs,3247
63
63
  monocle_apptrace/instrumentation/metamodel/botocore/handlers/botocore_span_handler.py,sha256=aZ_jxngqjihxxTPFOqYH8rjoEdF_WVwE_3-TB57d_8I,1444
64
64
  monocle_apptrace/instrumentation/metamodel/fastapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
- monocle_apptrace/instrumentation/metamodel/fastapi/_helper.py,sha256=6gObluSeIJgp4yoVF_tMoLe65DjtDiRQMpwI224k3WM,3643
66
- monocle_apptrace/instrumentation/metamodel/fastapi/methods.py,sha256=n2nAGaxrjC-E5UGJwVlriNkFlFRAG80RrxGK5yHoobY,816
65
+ monocle_apptrace/instrumentation/metamodel/fastapi/_helper.py,sha256=Im-TWet_i_42JgireqQ17dXqGGeLdLxMoB1bzLGQy-I,3672
66
+ monocle_apptrace/instrumentation/metamodel/fastapi/methods.py,sha256=2-tDWmTv_qx0UsiUvP3J3PFKswv8LBKmAhoE5VQTJG8,824
67
67
  monocle_apptrace/instrumentation/metamodel/fastapi/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
68
  monocle_apptrace/instrumentation/metamodel/fastapi/entities/http.py,sha256=HUH_lrxezw96t-9hCle-yALEZaHfZpOTEVB0kNkacv4,1476
69
69
  monocle_apptrace/instrumentation/metamodel/flask/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
70
- monocle_apptrace/instrumentation/metamodel/flask/_helper.py,sha256=gPrzlz9W3NY6DYQz9grMBnuYqiKuNvNMIpQwQboQlYE,3268
70
+ monocle_apptrace/instrumentation/metamodel/flask/_helper.py,sha256=vnIebFd1wgfKOzSoH4b9bSg767nFSiQq1hs_VaC2wbI,3288
71
71
  monocle_apptrace/instrumentation/metamodel/flask/methods.py,sha256=dWCMEDk-HWHiD0vlMoAVYbIFclstmVkUpRrCtqDWyFE,739
72
72
  monocle_apptrace/instrumentation/metamodel/flask/entities/http.py,sha256=bj_A7_tiz9oY-1nAXYL1V_Kj4g3Z6HLKqdCOdw4qgUc,1804
73
73
  monocle_apptrace/instrumentation/metamodel/gemini/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -83,11 +83,11 @@ monocle_apptrace/instrumentation/metamodel/haystack/entities/__init__.py,sha256=
83
83
  monocle_apptrace/instrumentation/metamodel/haystack/entities/inference.py,sha256=pykGCW_ucEdPkp_yshSyHeK7p2WxJpnzxHEPt7TONp0,3880
84
84
  monocle_apptrace/instrumentation/metamodel/haystack/entities/retrieval.py,sha256=bWagT0us1sGFlvHEToYlVk4PPDxFimQC0l_BJmrjnxc,2439
85
85
  monocle_apptrace/instrumentation/metamodel/hugging_face/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
86
- monocle_apptrace/instrumentation/metamodel/hugging_face/_helper.py,sha256=f5-U7Uga7UIO0VKbsH0PzxEWKwDugbEEebFdFqX03Sc,4812
86
+ monocle_apptrace/instrumentation/metamodel/hugging_face/_helper.py,sha256=1tXstgAwowmLYhB3psx8sdoxd_9sQ8T5fklfOP7Mzuk,4778
87
87
  monocle_apptrace/instrumentation/metamodel/hugging_face/methods.py,sha256=U4kui4NiZ2drAvahira1__qVAUCT-OR0zZEn-rN_4nc,751
88
88
  monocle_apptrace/instrumentation/metamodel/hugging_face/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
89
- monocle_apptrace/instrumentation/metamodel/hugging_face/entities/inference.py,sha256=FO9cV4teok2WCV95FOUPy6XtGHtycuzJ-AN8TbbD028,3654
90
- monocle_apptrace/instrumentation/metamodel/lambdafunc/_helper.py,sha256=mKD-IbylOUugK9GGuGv-S53AUei_8swQ4Ak8A5iwUxw,3043
89
+ monocle_apptrace/instrumentation/metamodel/hugging_face/entities/inference.py,sha256=-Izfu4ZuVVVrELj6iRJZ5di299ervr5f-eKlTbYpmbw,3546
90
+ monocle_apptrace/instrumentation/metamodel/lambdafunc/_helper.py,sha256=ec0IM2c8DEnme6ILAuYSDc4EubVm8d9B57IzgftWlz4,3049
91
91
  monocle_apptrace/instrumentation/metamodel/lambdafunc/methods.py,sha256=-b5dfI5oZVdRmBjfrVJgQuN910p7SUOu9Tc1AUhkz3A,934
92
92
  monocle_apptrace/instrumentation/metamodel/lambdafunc/wrapper.py,sha256=nxnfCwPftoRdHfjuRNrILEFOvB1e8oXqHRfPn-qxyZY,716
93
93
  monocle_apptrace/instrumentation/metamodel/lambdafunc/entities/http.py,sha256=ws2tSnf77rHdJ2E0ER2SOB9U7EDp33d9yNh2O29yDRA,1984
@@ -95,49 +95,53 @@ monocle_apptrace/instrumentation/metamodel/langchain/__init__.py,sha256=47DEQpj8
95
95
  monocle_apptrace/instrumentation/metamodel/langchain/_helper.py,sha256=Xt-PRVLDMU6buiKLcUhw-IwL5sj1FF-etkp403HGRs0,12339
96
96
  monocle_apptrace/instrumentation/metamodel/langchain/methods.py,sha256=sQLrji0NLuG8i8q5UdbgzPUjWh_WmromfvWL3pGZdCk,2941
97
97
  monocle_apptrace/instrumentation/metamodel/langchain/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
98
- monocle_apptrace/instrumentation/metamodel/langchain/entities/inference.py,sha256=Bqv7pDj-wQGtD5iJf4sG67aEHF4nJxHy7FfTEw4Ec5g,3646
98
+ monocle_apptrace/instrumentation/metamodel/langchain/entities/inference.py,sha256=FtYTfO7YGuAaAFYHAQF41cxJn7HxVXVwkqO2FgoeWNc,3538
99
99
  monocle_apptrace/instrumentation/metamodel/langchain/entities/retrieval.py,sha256=rRzp_oi_-yEKgCnQUxIS2ForJKtUQFGADYOou91sXU0,2121
100
100
  monocle_apptrace/instrumentation/metamodel/langgraph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
- monocle_apptrace/instrumentation/metamodel/langgraph/_helper.py,sha256=HOciW1fomZrXg52K8wLbdiV6oUlvC1C1j8TTvDAx7RM,4085
102
- monocle_apptrace/instrumentation/metamodel/langgraph/langgraph_processor.py,sha256=0JZKLwWcdXTvp7QoBhCV6CoplohMoH3jdZ0EtfUNi2s,3156
103
- monocle_apptrace/instrumentation/metamodel/langgraph/methods.py,sha256=xu3BkxjupktwdAPAvavOd2_ZhjllqfYQQ3s1RWrhWlE,1295
101
+ monocle_apptrace/instrumentation/metamodel/langgraph/_helper.py,sha256=jXRhFVt8cqwDg-za4gpqtHFnLj81H05kzbYMe_VDz3M,5133
102
+ monocle_apptrace/instrumentation/metamodel/langgraph/langgraph_processor.py,sha256=OoNoiFozBG0aESzh7Gz5zmfROyRyt0_yVUj3Sjx3-4s,6904
103
+ monocle_apptrace/instrumentation/metamodel/langgraph/methods.py,sha256=CyQ-i9haqEhRsDcQ4HYscTO9YMnQwbDpSoxEqtr7UEI,1803
104
104
  monocle_apptrace/instrumentation/metamodel/langgraph/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
105
- monocle_apptrace/instrumentation/metamodel/langgraph/entities/inference.py,sha256=6_EEYgFfyOWbLP4PmdXx13SLVlnizBBhzYLtnBDo9t0,5367
105
+ monocle_apptrace/instrumentation/metamodel/langgraph/entities/inference.py,sha256=ne_WcdJ2lU6FWvJS-PCcq5kMiOtPvRWlqVXDkt_ER3Y,5375
106
106
  monocle_apptrace/instrumentation/metamodel/litellm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
107
  monocle_apptrace/instrumentation/metamodel/litellm/_helper.py,sha256=Yo0RtiJ4WKDRuC9VqUmXmdQmRLduOsVGHMNwswwdcLk,3433
108
108
  monocle_apptrace/instrumentation/metamodel/litellm/methods.py,sha256=D3rT7bQKzPRxGIs3GxwPmjmmti8ndF7_5Cmz8ojfSJQ,627
109
109
  monocle_apptrace/instrumentation/metamodel/litellm/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
110
110
  monocle_apptrace/instrumentation/metamodel/litellm/entities/inference.py,sha256=uh8b8o770BCYgz9QGdFYTMU6pOK3XG7uzwjOBAPi1Ko,3636
111
111
  monocle_apptrace/instrumentation/metamodel/llamaindex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
112
- monocle_apptrace/instrumentation/metamodel/llamaindex/_helper.py,sha256=-Vw215wWAqLuvWsdSDzllmHaKAm6Vd-kAUfDRevnWxY,16221
113
- monocle_apptrace/instrumentation/metamodel/llamaindex/llamaindex_processor.py,sha256=BRZWUSY5M6cpU1YpsBjL2jBtrWD2suWLN04eDcL1xsM,3903
114
- monocle_apptrace/instrumentation/metamodel/llamaindex/methods.py,sha256=OQjFgyBC6ykHOrsV3otw81gHPtPiAV20UUT_-c9L-Vs,5166
112
+ monocle_apptrace/instrumentation/metamodel/llamaindex/_helper.py,sha256=KAmgrP5ySkQIM1D-qhGnbFE5mIABFU8Aeurgw13N_xg,16668
113
+ monocle_apptrace/instrumentation/metamodel/llamaindex/llamaindex_processor.py,sha256=AUvgRhZbr7ONMmTg4sF4zbwYfi_HUUCeOnUP0aC-2hM,4443
114
+ monocle_apptrace/instrumentation/metamodel/llamaindex/methods.py,sha256=BMoN7TcC8g-YBJgmj6i_bB0g1Ivf_BrbKF4SDZOOLBQ,4973
115
115
  monocle_apptrace/instrumentation/metamodel/llamaindex/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
116
- monocle_apptrace/instrumentation/metamodel/llamaindex/entities/agent.py,sha256=toYHGAoBFqyQU94oejX_xtCKp9djkXbWFluf-NJlkmc,5255
116
+ monocle_apptrace/instrumentation/metamodel/llamaindex/entities/agent.py,sha256=xM2iNF9ztkolA_yZHq6JQgAl09M035TKloDsw5-rrio,5250
117
117
  monocle_apptrace/instrumentation/metamodel/llamaindex/entities/inference.py,sha256=sWXR1-Vp6QxQVm9yYrrb3N6i8vS4vuR7G1MkS-DFY9o,3401
118
118
  monocle_apptrace/instrumentation/metamodel/llamaindex/entities/retrieval.py,sha256=z9jWZW_UCYL0fKCUKXEiIzloZeYi14kGkOPqewO4If8,1952
119
119
  monocle_apptrace/instrumentation/metamodel/mcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
120
- monocle_apptrace/instrumentation/metamodel/mcp/_helper.py,sha256=Pq_7Qv8aiaRcxskjiwFSMVHBPLcRNcIGRSwVLt7RDng,3977
120
+ monocle_apptrace/instrumentation/metamodel/mcp/_helper.py,sha256=f99CvGWxKIA8EiK7Ygb-VOP0bfAHrSuuELa_Lv6Dwwc,4006
121
121
  monocle_apptrace/instrumentation/metamodel/mcp/mcp_processor.py,sha256=bCAEUYNudGcXhpS-U7GP6Zt917AhvxJWJpoykfjE044,377
122
122
  monocle_apptrace/instrumentation/metamodel/mcp/methods.py,sha256=rgd5lZG8Z8x4vGZ5JxZiPeAwBoaZp6wOuwO8uYzHRCs,685
123
123
  monocle_apptrace/instrumentation/metamodel/mcp/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
124
124
  monocle_apptrace/instrumentation/metamodel/mcp/entities/inference.py,sha256=hd1K63T3DHInaTvcCHm8VO7IZsT5cV3todvOucWPL34,1783
125
125
  monocle_apptrace/instrumentation/metamodel/mistral/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
126
- monocle_apptrace/instrumentation/metamodel/mistral/_helper.py,sha256=u9L6GEwwOrEj6U_-wB9wtX_LMURnkZ_hBlEEFBDaWak,8965
127
- monocle_apptrace/instrumentation/metamodel/mistral/methods.py,sha256=FGaCINeeEi8fthnDzzf8sPHz1qUh83u67BlJWxul9Ik,2254
126
+ monocle_apptrace/instrumentation/metamodel/mistral/_helper.py,sha256=RT3Oh-4MAOgcvgpC8CCpT-zUy3rz_bH7U-vJZavVBkM,8931
127
+ monocle_apptrace/instrumentation/metamodel/mistral/methods.py,sha256=24xQSrFth6IBa8pPm0KCB_Pjt783JQq7qBfYpd5cVIE,1897
128
128
  monocle_apptrace/instrumentation/metamodel/mistral/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
129
- monocle_apptrace/instrumentation/metamodel/mistral/entities/inference.py,sha256=Pz6lI2yZEZFcb4CvC0TF8rzZCRk7HU5Nwh3aAVUHSiY,3849
129
+ monocle_apptrace/instrumentation/metamodel/mistral/entities/inference.py,sha256=s5qlVywKW1ic9rZTd3gWCzOK_H-IM-5O4bYsYS_p33M,3741
130
130
  monocle_apptrace/instrumentation/metamodel/mistral/entities/retrieval.py,sha256=M5nc4bPbln0wKxzdXwkZzNBQ2etieBSAoHtbECUbHhg,1327
131
131
  monocle_apptrace/instrumentation/metamodel/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
132
- monocle_apptrace/instrumentation/metamodel/openai/_helper.py,sha256=Iy8bsvpMTXEj0Ay60aBZKT1u2h2fxllBCnj0zb7FLHc,14985
133
- monocle_apptrace/instrumentation/metamodel/openai/methods.py,sha256=jpqZyfiJbzMz1r3W3fwMCGiQsbiDSkhqgADJextGxFQ,1796
132
+ monocle_apptrace/instrumentation/metamodel/openai/_helper.py,sha256=qgS54lxeJUJXM4jmCsUnI0t_7TH6NQkCJ8_jHf4_j4A,16621
133
+ monocle_apptrace/instrumentation/metamodel/openai/methods.py,sha256=VKWCA8EV2z0gw_F4HOyfcezsc92hbPXAvBDOY-JQXhY,1795
134
134
  monocle_apptrace/instrumentation/metamodel/openai/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
135
- monocle_apptrace/instrumentation/metamodel/openai/entities/inference.py,sha256=IyiC2CEamBFIYaDi73kv5HFtmneDXGW-paYVcaiUtm8,10354
135
+ monocle_apptrace/instrumentation/metamodel/openai/entities/inference.py,sha256=TKzzW67wSJWgUY4gUtwUa9x6mn8LgcT0P_I_Qf1iG_E,10934
136
136
  monocle_apptrace/instrumentation/metamodel/openai/entities/retrieval.py,sha256=atvkAmG-7OiNndmH9kNWOMfN1vBpZ6lEZgMR_JISCe8,1457
137
137
  monocle_apptrace/instrumentation/metamodel/requests/__init__.py,sha256=mg04UgoPzzcH-cPOahYUqN9T-TolZyOZipnBwDg5TP8,250
138
138
  monocle_apptrace/instrumentation/metamodel/requests/_helper.py,sha256=GS03VbT9LiGwt4Mz2DPHtxuWd3xhQL4liS9-dfpy9SE,1985
139
139
  monocle_apptrace/instrumentation/metamodel/requests/methods.py,sha256=O7lkglRvV97zqnCu6r2JwvW8WQqi4uvlpmNkAPpXigE,440
140
140
  monocle_apptrace/instrumentation/metamodel/requests/entities/http.py,sha256=wM7HVf6GMnnso7sAO-YfRkYLWW21M_kLPMM8Ak9czLk,1751
141
+ monocle_apptrace/instrumentation/metamodel/strands/_helper.py,sha256=CnE9QmGo04EwC99wefEJzMjEd_L7se8COu5ACzJOkqs,1318
142
+ monocle_apptrace/instrumentation/metamodel/strands/methods.py,sha256=ib4wyCVxYvluz7RDOLu7lG95rjkkYq7gZjUDaNEC-LI,777
143
+ monocle_apptrace/instrumentation/metamodel/strands/entities/agent.py,sha256=OBiDMxbbJS7SHkstXgVG2kS-NUr5WAOhJWPrNohFIkI,5684
144
+ monocle_apptrace/instrumentation/metamodel/strands/entities/tool.py,sha256=qANG1STuNt_NdZPtSQonWVQI5hI66o_0UGu9Df6p7Pk,2081
141
145
  monocle_apptrace/instrumentation/metamodel/teamsai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
142
146
  monocle_apptrace/instrumentation/metamodel/teamsai/_helper.py,sha256=0wX6HOdzjQecYnrzWmR0RBX3Bm_WWbq1bKJO8DUhfM4,7212
143
147
  monocle_apptrace/instrumentation/metamodel/teamsai/methods.py,sha256=5fPh2l8nSi524KwHGp-m6GVEy3lXmBG-97i7r0CpE2g,3453
@@ -146,8 +150,8 @@ monocle_apptrace/instrumentation/metamodel/teamsai/entities/__init__.py,sha256=4
146
150
  monocle_apptrace/instrumentation/metamodel/teamsai/entities/inference/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
147
151
  monocle_apptrace/instrumentation/metamodel/teamsai/entities/inference/actionplanner_output_processor.py,sha256=FRR9iBdDBXfYscP-lkORMNKl_lllflZN6gMlC7m_94w,3206
148
152
  monocle_apptrace/instrumentation/metamodel/teamsai/entities/inference/teamsai_output_processor.py,sha256=o9jrBIEqPDg3VfR6zexUCpkq3jlX0lQji8CKLUUK4Wk,3022
149
- monocle_apptrace-0.6.0.dist-info/METADATA,sha256=MuWDvk_AW8zeODDSnclP5a5iN3qBn_IcJXaGL4wXvp8,4981
150
- monocle_apptrace-0.6.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
151
- monocle_apptrace-0.6.0.dist-info/entry_points.txt,sha256=rxpPKb3klrgZEbSyOFQ2J6KRPO7ri9ES-zmC8Jtikx8,70
152
- monocle_apptrace-0.6.0.dist-info/licenses/LICENSE,sha256=ay9trLiP5I7ZsFXo6AqtkLYdRqe5S9r-DrPOvsNlZrg,9136
153
- monocle_apptrace-0.6.0.dist-info/RECORD,,
153
+ monocle_apptrace-0.6.6.dist-info/METADATA,sha256=8D4lLXMG4HA_ZqucQeW-6ORe5yRHuWdFcfCQJl2Xp9w,5499
154
+ monocle_apptrace-0.6.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
155
+ monocle_apptrace-0.6.6.dist-info/entry_points.txt,sha256=rxpPKb3klrgZEbSyOFQ2J6KRPO7ri9ES-zmC8Jtikx8,70
156
+ monocle_apptrace-0.6.6.dist-info/licenses/LICENSE,sha256=ay9trLiP5I7ZsFXo6AqtkLYdRqe5S9r-DrPOvsNlZrg,9136
157
+ monocle_apptrace-0.6.6.dist-info/RECORD,,