agents-live 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.
agents_live/__init__.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agents-live
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Take your agents live: cron and file-watch dispatch, safety wrappers, and operations for standard *.agent.md CLI agents. Pre-release name stub; first real release in development.
|
|
5
|
+
Project-URL: Homepage, https://github.com/johnshew/triggered-tasks
|
|
6
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# agents-live
|
|
11
|
+
|
|
12
|
+
**Take your agents live.**
|
|
13
|
+
|
|
14
|
+
agents-live attaches an automation layer to the standard `*.agent.md`
|
|
15
|
+
agent definitions used by VS Code, the GitHub Copilot CLI, and Claude
|
|
16
|
+
Code: cron schedules and file-watch triggers, deterministic pre/post
|
|
17
|
+
processors, schema-validated outputs, plan-mode-by-default safety, and
|
|
18
|
+
structured, cost-tracked run logs.
|
|
19
|
+
|
|
20
|
+
This 0.0.1 is an honest pre-release stub of a project in active
|
|
21
|
+
development (currently published as
|
|
22
|
+
[triggered-tasks](https://github.com/johnshew/triggered-tasks) while the
|
|
23
|
+
rename lands). The first functional release will appear under this name.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
agents_live/__init__.py,sha256=MNARiFvQCRxdef7z2Hufn8rIbslB-pJTaN4eQU0aJh8,99
|
|
2
|
+
agents_live-0.0.1.dist-info/METADATA,sha256=qsIkSQvA54-dwujUM8CRiTAXq1BHY9jhZmQ31GV3qok,1028
|
|
3
|
+
agents_live-0.0.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
4
|
+
agents_live-0.0.1.dist-info/RECORD,,
|