agentgraf 0.1.0__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.
@@ -0,0 +1,41 @@
1
+ Metadata-Version: 2.4
2
+ Name: agentgraf
3
+ Version: 0.1.0
4
+ Summary: Zero-infrastructure AI agent tracing for Grafana + Loki
5
+ Project-URL: Homepage, https://github.com/Berg-it/agentgraf
6
+ Project-URL: Documentation, https://github.com/Berg-it/agentgraf#readme
7
+ Project-URL: Repository, https://github.com/Berg-it/agentgraf
8
+ Project-URL: Issues, https://github.com/Berg-it/agentgraf/issues
9
+ Author-email: Mohamed Amine Berguiga <m.a.berguiga@gmail.com>
10
+ License: MIT
11
+ Keywords: ai-agent,grafana,langchain,llm,loki,observability,tracing
12
+ Classifier: Development Status :: 3 - Alpha
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
+ Classifier: Topic :: System :: Monitoring
21
+ Requires-Python: >=3.10
22
+ Requires-Dist: httpx>=0.27.0
23
+ Requires-Dist: pydantic>=2.0.0
24
+ Provides-Extra: dev
25
+ Requires-Dist: mypy>=1.10; extra == 'dev'
26
+ Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
27
+ Requires-Dist: pytest>=8.0; extra == 'dev'
28
+ Requires-Dist: respx>=0.21; extra == 'dev'
29
+ Requires-Dist: ruff>=0.4; extra == 'dev'
30
+ Provides-Extra: langchain
31
+ Requires-Dist: langchain-core>=0.2.0; extra == 'langchain'
32
+ Description-Content-Type: text/markdown
33
+
34
+ # agentgraf — Python Tracer
35
+
36
+ Zero-infrastructure AI agent tracing for Grafana + Loki.
37
+
38
+ ```bash
39
+ pip install agentgraf # core only
40
+ pip install agentgraf[langchain] # with LangChain callback
41
+ ```
@@ -0,0 +1,3 @@
1
+ agentgraf-0.1.0.dist-info/METADATA,sha256=DJWQpnCVYC6wEs2JCvk74zdMstoNMl9S0CsPCvRv0O4,1635
2
+ agentgraf-0.1.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
3
+ agentgraf-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any