deepagents-code 0.0.1__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,5 @@
1
+ """Placeholder package for future Deep Agents code capabilities."""
2
+
3
+ from deepagents_code._version import __version__
4
+
5
+ __all__ = ["__version__"]
@@ -0,0 +1,3 @@
1
+ """Version information for `deepagents-code`."""
2
+
3
+ __version__ = "0.0.1" # x-release-please-version
File without changes
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: deepagents-code
3
+ Version: 0.0.1
4
+ Summary: Reserved package name for Deep Agents Code.
5
+ Project-URL: Homepage, https://github.com/langchain-ai/deepagents/tree/main/libs/code
6
+ Project-URL: Repository, https://github.com/langchain-ai/deepagents
7
+ License: MIT
8
+ Keywords: agents,ai,code,deepagents
9
+ Classifier: Development Status :: 3 - Alpha
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
17
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
18
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
+ Requires-Python: <4.0,>=3.11
20
+ Description-Content-Type: text/markdown
21
+
22
+ # deepagents-code
23
+
24
+ `deepagents-code` is a reserved package name for future Deep Agents.
25
+
26
+ This package is currently a minimal placeholder and does not expose runtime functionality beyond version metadata.
@@ -0,0 +1,6 @@
1
+ deepagents_code/__init__.py,sha256=SwtcWewUPB6XcdInBoSPtoWwgUaHjPO1TXqq_V43vLQ,145
2
+ deepagents_code/_version.py,sha256=wv2j4fqgPI-IcnpLsY9TQCzdwVvN8ndjZRyqwLEgsa0,100
3
+ deepagents_code/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ deepagents_code-0.0.1.dist-info/METADATA,sha256=3eCw0xIF5QuJgVgX76cn122eSv64BUeweTv52S93CYU,1124
5
+ deepagents_code-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
6
+ deepagents_code-0.0.1.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