agentic-fabriq-sdk 0.1.3__py3-none-any.whl → 0.1.5__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 agentic-fabriq-sdk might be problematic. Click here for more details.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentic-fabriq-sdk
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.1.5
|
|
4
|
+
Summary: Agentic Fabriq SDK: high-level client, DX helpers, and auth for AI agents
|
|
5
5
|
License: Apache-2.0
|
|
6
|
-
Keywords: fabriq,agentic-
|
|
7
|
-
Author: Agentic
|
|
8
|
-
Author-email: contributors@agentic-
|
|
6
|
+
Keywords: fabriq,agentic-fabriq,sdk,ai,agents,agentic,fabric
|
|
7
|
+
Author: Agentic Fabriq Contributors
|
|
8
|
+
Author-email: contributors@agentic-fabriq.org
|
|
9
9
|
Requires-Python: >=3.11,<3.13
|
|
10
10
|
Classifier: Development Status :: 4 - Beta
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
@@ -15,7 +15,11 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Classifier: Typing :: Typed
|
|
17
17
|
Requires-Dist: PyJWT (>=2.8.0)
|
|
18
|
+
Requires-Dist: aiohttp (>=3.9.0)
|
|
18
19
|
Requires-Dist: httpx (>=0.25)
|
|
20
|
+
Requires-Dist: nats-py (>=2.4.0)
|
|
21
|
+
Requires-Dist: opentelemetry-api (>=1.20.0)
|
|
22
|
+
Requires-Dist: opentelemetry-instrumentation-httpx (>=0.41b0)
|
|
19
23
|
Requires-Dist: pydantic (>=2.4)
|
|
20
24
|
Requires-Dist: stevedore (>=5.1.0)
|
|
21
25
|
Requires-Dist: typing-extensions
|
|
@@ -24,9 +28,9 @@ Project-URL: Homepage, https://github.com/agentic-fabric/agentic-fabric
|
|
|
24
28
|
Project-URL: Repository, https://github.com/agentic-fabric/agentic-fabric
|
|
25
29
|
Description-Content-Type: text/markdown
|
|
26
30
|
|
|
27
|
-
# Agentic
|
|
31
|
+
# Agentic Fabriq SDK
|
|
28
32
|
|
|
29
|
-
`agentic-fabriq-sdk` provides a Python SDK for interacting with
|
|
33
|
+
`agentic-fabriq-sdk` provides a Python SDK for interacting with Agentic Fabriq.
|
|
30
34
|
|
|
31
35
|
- High-level client: `af_sdk.FabriqClient`
|
|
32
36
|
- DX layer: `af_sdk.dx` (`ToolFabric`, `AgentFabric`, `MCPServer`, `Agent`, and `tool`)
|
|
@@ -19,6 +19,6 @@ af_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
19
19
|
af_sdk/transport/__init__.py,sha256=HsOc6MmlxIS-PSYC_-6E36-dZYyT_auZeoXvGzVAqeg,104
|
|
20
20
|
af_sdk/transport/http.py,sha256=QB3eqQbwug95QHf5PG_714NKtlTjV9PzVTo8izJCylc,13203
|
|
21
21
|
af_sdk/vault.py,sha256=QVNGigIw8ND5sVXt05gvUY222b5-i9EbzLWNsDGdOU4,17926
|
|
22
|
-
agentic_fabriq_sdk-0.1.
|
|
23
|
-
agentic_fabriq_sdk-0.1.
|
|
24
|
-
agentic_fabriq_sdk-0.1.
|
|
22
|
+
agentic_fabriq_sdk-0.1.5.dist-info/METADATA,sha256=TcwCyST8FmYQDFJp3oRrnwhBgXmFEvTSaerugTb_rHI,2485
|
|
23
|
+
agentic_fabriq_sdk-0.1.5.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
24
|
+
agentic_fabriq_sdk-0.1.5.dist-info/RECORD,,
|
|
File without changes
|