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 +7 -0
- mtor-0.0.1.dist-info/METADATA +15 -0
- mtor-0.0.1.dist-info/RECORD +4 -0
- mtor-0.0.1.dist-info/WHEEL +4 -0
mtor/__init__.py
ADDED
|
@@ -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
|