devops-bot-sdk 1.4.67__tar.gz → 1.4.70__tar.gz
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.
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/PKG-INFO +1 -1
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/devops_bot_sdk.egg-info/PKG-INFO +1 -1
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/pyproject.toml +1 -1
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/__init__.py +2 -2
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/client.py +1 -1
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/ipc/handlers.py +9 -8
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/run_auto.py +50 -1
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/README.md +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/devops_bot_sdk.egg-info/SOURCES.txt +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/devops_bot_sdk.egg-info/dependency_links.txt +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/devops_bot_sdk.egg-info/entry_points.txt +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/devops_bot_sdk.egg-info/requires.txt +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/devops_bot_sdk.egg-info/top_level.txt +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/collectors/__init__.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/collectors/files.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/collectors/process.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/collectors/screenshot.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/config.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/crucial.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/exceptions.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/git_ops.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/graphify.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/hooks/__init__.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/hooks/crucial_guard.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/ipc/__init__.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/ipc/electron_bridge.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/local_exec.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/models/__init__.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/models/envelope.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/models/requests.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/models/responses.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/models/snapshots.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/py.typed +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/sse.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/test.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/test_pipeline.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/sdk/updater.py +0 -0
- {devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "devops-bot-sdk"
|
|
7
|
-
version = "1.4.
|
|
7
|
+
version = "1.4.70"
|
|
8
8
|
description = "DevOps Bot Desktop SDK — thin client for the AgentOS Electron desktop app"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "LicenseRef-Proprietary"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""AgentOS Desktop SDK — thin HTTPS/SSE client for the Electron app.
|
|
2
2
|
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.70
|
|
4
4
|
|
|
5
5
|
Public surface:
|
|
6
6
|
BackendClient.from_config() — create client from ~/.agentos/config.toml
|
|
@@ -30,7 +30,7 @@ Rules:
|
|
|
30
30
|
- All data egress through submit_webhook only
|
|
31
31
|
"""
|
|
32
32
|
|
|
33
|
-
__version__ = "1.4.
|
|
33
|
+
__version__ = "1.4.70"
|
|
34
34
|
__author__ = "AgentOS"
|
|
35
35
|
|
|
36
36
|
from sdk.client import BackendClient
|
|
@@ -521,14 +521,13 @@ def _build_epic_prompt(jira_key: str, summary: str, description: str | None,
|
|
|
521
521
|
' {\n'
|
|
522
522
|
' "summary": "Short imperative story title (a JIRA task summary)",\n'
|
|
523
523
|
' "description": "The story in the USER STORY FORMAT below (Markdown).",\n'
|
|
524
|
-
' "humanInstructions": "Operator instructions to implement THIS story. MUST '
|
|
525
|
-
"repeat the same project location/path and constraints from the epic so the "
|
|
526
|
-
'coding run works in the right place.",\n'
|
|
527
524
|
' "assigneeEmail": "dev@company.com",\n'
|
|
528
525
|
' "points": 5\n'
|
|
529
526
|
" }\n"
|
|
530
527
|
" ]\n"
|
|
531
528
|
"}\n\n"
|
|
529
|
+
"Do NOT produce humanInstructions for the stories — created stories are clean "
|
|
530
|
+
"user-story artifacts; implementation instructions are added later.\n"
|
|
532
531
|
"Create as many stories as the epic genuinely needs (do not pad or truncate "
|
|
533
532
|
"artificially); each story must be independently implementable.\n"
|
|
534
533
|
"assigneeEmail is OPTIONAL per story: set it ONLY when the epic explicitly "
|
|
@@ -818,12 +817,12 @@ async def _handle_epic(
|
|
|
818
817
|
).model_dump())
|
|
819
818
|
return
|
|
820
819
|
|
|
821
|
-
# 2. Mark the Epic Done
|
|
822
|
-
|
|
820
|
+
# 2. Mark the Epic Done. Do NOT touch the Epic's description — the parent Epic's
|
|
821
|
+
# description stays exactly as the human wrote it; only the status and the AI
|
|
822
|
+
# plan are recorded.
|
|
823
823
|
plan = (doc.get("plan") or "")[:8000]
|
|
824
824
|
await client.update_task_ml(
|
|
825
|
-
tid, {"status": "Done", "
|
|
826
|
-
model_used=_EPIC_MODELS,
|
|
825
|
+
tid, {"status": "Done", "initialAiPlan": plan}, model_used=_EPIC_MODELS,
|
|
827
826
|
)
|
|
828
827
|
await send(Envelope(
|
|
829
828
|
type="step_update", thread_id=thread_id,
|
|
@@ -852,7 +851,9 @@ async def _handle_epic(
|
|
|
852
851
|
"status": "To Do",
|
|
853
852
|
"summary": str(st.get("summary", "")).strip()[:250],
|
|
854
853
|
"description": str(st.get("description", "") or "")[:20000],
|
|
855
|
-
|
|
854
|
+
# NO humanInstructions on AI-created stories — they are clean user-story
|
|
855
|
+
# artifacts; implementation instructions (repos/branch/etc.) are added
|
|
856
|
+
# later at the story/task stage, not baked in by the Epic.
|
|
856
857
|
"parentTaskId": tid,
|
|
857
858
|
}
|
|
858
859
|
if child_email:
|
|
@@ -15,6 +15,7 @@ Commands:
|
|
|
15
15
|
coding; no keys = all To Do Stories (alias: stories)
|
|
16
16
|
agentos-auto stop ask the running loop to pause after the current task
|
|
17
17
|
agentos-auto status show whether the background loop is running / stop pending
|
|
18
|
+
agentos-auto logs [-f] print the loop log (~/.agentos/auto.log); -f to follow live
|
|
18
19
|
agentos-auto update upgrade the SDK to the latest version
|
|
19
20
|
|
|
20
21
|
Options:
|
|
@@ -261,6 +262,50 @@ def _parse_ticket_keys(argv: list[str]) -> list[str]:
|
|
|
261
262
|
return out
|
|
262
263
|
|
|
263
264
|
|
|
265
|
+
def _show_logs(argv: list[str]) -> None:
|
|
266
|
+
"""`agentos-auto logs [-f] [--lines N]` — print the loop's log (~/.agentos/auto.log).
|
|
267
|
+
|
|
268
|
+
Prints the last N lines (default 200); with -f/--follow, then streams new lines
|
|
269
|
+
live (Ctrl-C to stop). Pure-Python tail — works on any platform, no `tail` needed.
|
|
270
|
+
"""
|
|
271
|
+
import time
|
|
272
|
+
|
|
273
|
+
follow = "-f" in argv or "--follow" in argv
|
|
274
|
+
n = 200
|
|
275
|
+
if "--lines" in argv:
|
|
276
|
+
try:
|
|
277
|
+
n = max(1, int(argv[argv.index("--lines") + 1]))
|
|
278
|
+
except (IndexError, ValueError):
|
|
279
|
+
pass
|
|
280
|
+
|
|
281
|
+
if not _LOG_FILE.exists():
|
|
282
|
+
print(f"no log yet at {_LOG_FILE} — start a run with `agentos-auto`.")
|
|
283
|
+
print(f"per-run claude transcripts: {_AGENTOS_DIR / 'logs'}")
|
|
284
|
+
return
|
|
285
|
+
|
|
286
|
+
try:
|
|
287
|
+
tail = _LOG_FILE.read_text(encoding="utf-8", errors="replace").splitlines()[-n:]
|
|
288
|
+
except Exception as exc: # noqa: BLE001
|
|
289
|
+
print(f"could not read {_LOG_FILE}: {exc}")
|
|
290
|
+
return
|
|
291
|
+
for line in tail:
|
|
292
|
+
print(line)
|
|
293
|
+
|
|
294
|
+
if follow:
|
|
295
|
+
print(f"\n— following {_LOG_FILE} (Ctrl-C to stop) —", flush=True)
|
|
296
|
+
try:
|
|
297
|
+
with open(_LOG_FILE, "r", encoding="utf-8", errors="replace") as f:
|
|
298
|
+
f.seek(0, 2) # jump to end; only stream NEW lines
|
|
299
|
+
while True:
|
|
300
|
+
line = f.readline()
|
|
301
|
+
if line:
|
|
302
|
+
print(line, end="", flush=True)
|
|
303
|
+
else:
|
|
304
|
+
time.sleep(0.5)
|
|
305
|
+
except KeyboardInterrupt:
|
|
306
|
+
pass
|
|
307
|
+
|
|
308
|
+
|
|
264
309
|
_current_task: str | None = None
|
|
265
310
|
|
|
266
311
|
|
|
@@ -464,6 +509,10 @@ def main() -> None:
|
|
|
464
509
|
print("stop pending: yes" if _stop_requested() else "stop pending: no")
|
|
465
510
|
return
|
|
466
511
|
|
|
512
|
+
if cmd == "logs":
|
|
513
|
+
_show_logs(argv)
|
|
514
|
+
return
|
|
515
|
+
|
|
467
516
|
if cmd in ("run", "resume", "ticket", "tickets", "story", "stories"):
|
|
468
517
|
# Run modes:
|
|
469
518
|
# run/resume → the whole To Do queue
|
|
@@ -528,7 +577,7 @@ def main() -> None:
|
|
|
528
577
|
_run_loop(workspace_root, only_keys, stories_only)
|
|
529
578
|
return
|
|
530
579
|
|
|
531
|
-
print(f"unknown command '{cmd}'. use: run | resume | ticket | story | stop | status | update")
|
|
580
|
+
print(f"unknown command '{cmd}'. use: run | resume | ticket | story | stop | status | logs | update")
|
|
532
581
|
sys.exit(1)
|
|
533
582
|
|
|
534
583
|
|
|
File without changes
|
|
File without changes
|
{devops_bot_sdk-1.4.67 → devops_bot_sdk-1.4.70}/devops_bot_sdk.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|