azot 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.
azot/__init__.py ADDED
@@ -0,0 +1,9 @@
1
+ """Azot — an agent harness built exclusively for small local models (1B-9B, 12 GB VRAM).
2
+
3
+ Small models are everywhere — and inert. Azot fixes them into work.
4
+
5
+ This package currently reserves the name. The harness itself ships as a Go binary:
6
+ https://github.com/pedjaurosevic/azot
7
+ """
8
+
9
+ __version__ = "0.0.1"
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.4
2
+ Name: azot
3
+ Version: 0.0.1
4
+ Summary: Azot — an agent harness built exclusively for small local models (1B-9B, 12 GB VRAM). Name reservation; the harness ships as a Go binary, Python bindings may follow.
5
+ Author-email: Pedja Urosevic <pedjaurosevic@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/pedjaurosevic/azot
8
+ Keywords: llm,agent,harness,local-models,llama.cpp
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+
16
+ # Azot
17
+
18
+ **An agent harness built exclusively for small local models (1B–9B) on ≤ 12 GB VRAM.**
19
+
20
+ > *Azot* (from *azote*, the historical name for nitrogen): abundant, free, and inert
21
+ > until something *fixes* it into life. Azot is the nitrogenase: it takes small local
22
+ > models that sit inert on disk and fixes them into useful work.
23
+
24
+ Small models are everywhere — and inert. **Azot fixes them into work.**
25
+
26
+ ## Status
27
+
28
+ Early development. This PyPI package reserves the name; the harness itself ships as a
29
+ single Go binary. Python bindings may follow.
30
+
31
+ Project home: https://github.com/pedjaurosevic/azot
@@ -0,0 +1,5 @@
1
+ azot/__init__.py,sha256=lpaVdJFi4KRuu6uYHBxfxTtZPHZLEEUTwPRR4ochtic,311
2
+ azot-0.0.1.dist-info/METADATA,sha256=Lpll49-XtLZt77-Tfv4PMG5_gTV4PyOgokQvqZpFeq8,1294
3
+ azot-0.0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
4
+ azot-0.0.1.dist-info/top_level.txt,sha256=0rDxKpMKM-85xCoqiOl0tOiy4n-TsW4zYs0D4MeO0t0,5
5
+ azot-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ azot