chad-code 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.
chad/__init__.py ADDED
@@ -0,0 +1,7 @@
1
+ """chad — a local MLX-backed, Claude-Code-style coding agent.
2
+
3
+ A flat collection of cooperating modules behind one console script (``chad``):
4
+ the inference engine, the tool layer, the agent loop, and the terminal UI.
5
+ """
6
+
7
+ __version__ = "0.1.0"