mtor 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.
mtor/__init__.py ADDED
@@ -0,0 +1,7 @@
1
+ """mtor — architect-implementer dispatch for AI coding agents.
2
+
3
+ Smart model plans, cheap model builds. Temporal-backed task queue
4
+ with coaching injection, stall detection, and worker reflection.
5
+ """
6
+
7
+ __version__ = "0.0.1"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: mtor
3
+ Version: 0.0.1
4
+ Summary: Architect-implementer dispatch for AI coding agents. Smart model plans, cheap model builds. Temporal-backed task queue with coaching injection, stall detection, and worker reflection.
5
+ Project-URL: Homepage, https://github.com/terryli-vt/mtor
6
+ Author: Terry Li
7
+ License-Expression: MIT
8
+ Keywords: agents,ai,coding,dispatch,llm,orchestration,temporal
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Programming Language :: Python :: 3 :: Only
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: Topic :: Software Development :: Libraries
15
+ Requires-Python: >=3.11
@@ -0,0 +1,4 @@
1
+ mtor/__init__.py,sha256=94oAbC77vmXfyzSojcpHTiw3ozNMx2i1CGVbroN9uE4,224
2
+ mtor-0.0.1.dist-info/METADATA,sha256=qHmUopqG6tNvhViVx8MhSFD4-KfXq1vZpzpG0o5vtTs,738
3
+ mtor-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ mtor-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