delegate-agent-cli 0.11.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.
Files changed (54) hide show
  1. delegate_agent/__init__.py +5 -0
  2. delegate_agent/archived_logs.py +44 -0
  3. delegate_agent/argv_builders.py +423 -0
  4. delegate_agent/argv_utils.py +36 -0
  5. delegate_agent/capability_commands.py +99 -0
  6. delegate_agent/cli.py +987 -0
  7. delegate_agent/cli_parser.py +1627 -0
  8. delegate_agent/command_errors.py +29 -0
  9. delegate_agent/command_help.py +1264 -0
  10. delegate_agent/config.py +1117 -0
  11. delegate_agent/config_commands.py +143 -0
  12. delegate_agent/constants.py +50 -0
  13. delegate_agent/describe_payload.py +1018 -0
  14. delegate_agent/errors.py +32 -0
  15. delegate_agent/git_utils.py +180 -0
  16. delegate_agent/harness_events.py +719 -0
  17. delegate_agent/inspection_commands.py +104 -0
  18. delegate_agent/isolation.py +316 -0
  19. delegate_agent/json_types.py +18 -0
  20. delegate_agent/log_output.py +78 -0
  21. delegate_agent/private_io.py +109 -0
  22. delegate_agent/profile_commands.py +42 -0
  23. delegate_agent/profile_guard.py +116 -0
  24. delegate_agent/profiles.py +389 -0
  25. delegate_agent/prompt_instructions.py +39 -0
  26. delegate_agent/prompt_transport.py +12 -0
  27. delegate_agent/reasoning.py +916 -0
  28. delegate_agent/redaction.py +193 -0
  29. delegate_agent/rendering.py +573 -0
  30. delegate_agent/request_build.py +1681 -0
  31. delegate_agent/request_models.py +191 -0
  32. delegate_agent/retention.py +321 -0
  33. delegate_agent/run_metadata.py +78 -0
  34. delegate_agent/run_output_commands.py +645 -0
  35. delegate_agent/run_registry.py +747 -0
  36. delegate_agent/run_status.py +300 -0
  37. delegate_agent/runner.py +1830 -0
  38. delegate_agent/safe_workspace.py +821 -0
  39. delegate_agent/snapshot_view.py +229 -0
  40. delegate_agent/wait_cancel_commands.py +559 -0
  41. delegate_agent/worktree_commands.py +218 -0
  42. delegate_agent/worktree_execution.py +654 -0
  43. delegate_agent/worktree_gc.py +529 -0
  44. delegate_agent/worktree_mgmt.py +782 -0
  45. delegate_agent/worktree_records.py +232 -0
  46. delegate_agent/worktree_remove.py +547 -0
  47. delegate_agent/worktree_summary.py +242 -0
  48. delegate_agent/wsl.py +65 -0
  49. delegate_agent_cli-0.11.0.dist-info/METADATA +325 -0
  50. delegate_agent_cli-0.11.0.dist-info/RECORD +54 -0
  51. delegate_agent_cli-0.11.0.dist-info/WHEEL +5 -0
  52. delegate_agent_cli-0.11.0.dist-info/entry_points.txt +2 -0
  53. delegate_agent_cli-0.11.0.dist-info/licenses/LICENSE +21 -0
  54. delegate_agent_cli-0.11.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,54 @@
1
+ delegate_agent/__init__.py,sha256=MUc4EGsg-nKCZ_nNB53uGPY1VWSO07DZr0_QS6WWI_g,77
2
+ delegate_agent/archived_logs.py,sha256=AxtuAaMg_LBytsU9s8wcrcrPP5VKxcll4VknZQa-yeU,1281
3
+ delegate_agent/argv_builders.py,sha256=5oy_aZfJUzJnhAq5nmZtX9wPpk3R55scgdhYZdLlGus,14944
4
+ delegate_agent/argv_utils.py,sha256=Chmnj-Us8Kvgi0zwtgDPEeKWSideDHoTXOFBqPE_VhE,1087
5
+ delegate_agent/capability_commands.py,sha256=llScTG3369uo-NgFlLPrzEOfMYYPIvuhFYRTTi4hmfo,3409
6
+ delegate_agent/cli.py,sha256=3s6ZX_XE_QzAh2U7iVuJMx4Rf5PDjfoS-oBUczpqrDQ,37927
7
+ delegate_agent/cli_parser.py,sha256=mUTLpW9i6LHu9AX7R6IJ7RbZX9_1lpI0H41fi8c6DRE,57374
8
+ delegate_agent/command_errors.py,sha256=hOZ5UD-q5uMfASWAYlEbj3A2p0SSTJyoQaMXZALBoGU,755
9
+ delegate_agent/command_help.py,sha256=zuDt-OAj0NUKl9nIn4fLQL21hYGXRLVaLLGyMj7nFRQ,56008
10
+ delegate_agent/config.py,sha256=UshKhmKzCoG6F8BpQ9FrOJVdCHfH4bDOQ73QRESnJmk,43271
11
+ delegate_agent/config_commands.py,sha256=LPhC4d5osKuUgS82e4g17PUg7XRTas7wY7JR5yTpbWU,5040
12
+ delegate_agent/constants.py,sha256=v_r38k-47HHphP5n3fEvtx1WOM_i-tqvlirbqxrvKvM,2197
13
+ delegate_agent/describe_payload.py,sha256=8Bnkcv3ZS1kHJH_eA-2DSC5lgf7N6k5yvumTzrnace0,40494
14
+ delegate_agent/errors.py,sha256=AJDIIyPjiHIhEnfZTWK_MWWjgnN-hbp3KDlEo5pnpLI,865
15
+ delegate_agent/git_utils.py,sha256=ryAK6JM75exZWICtJ9tjTJk-hNEyIBI6dkpZokbPUs4,5535
16
+ delegate_agent/harness_events.py,sha256=RcNc81rILaA-4CrHMQiprfPlaL_ull_LUIKDP3f8mHE,28287
17
+ delegate_agent/inspection_commands.py,sha256=SUbLnABWPBJDqirbb5DWfUs35JEd21_e2zA6OtR7oKg,3557
18
+ delegate_agent/isolation.py,sha256=e7CsSte8-TFOZlgESpADF1_t1NHghIeYX-9EapkhKNs,11896
19
+ delegate_agent/json_types.py,sha256=KsmB0S2RNS-IvOZ9fhKeNlwJMxk_w1jQwAQRQr6S6_A,539
20
+ delegate_agent/log_output.py,sha256=dZNZkpucJ1_rtNDBIA2CEXSv2QG5nyR8xNu_rK4h6cY,2384
21
+ delegate_agent/private_io.py,sha256=DTFfd_vKzHTqFLI9H34ZpTxCXV7q2tihmIPmRYcjgb0,3597
22
+ delegate_agent/profile_commands.py,sha256=MNYkbwbzo075N10UtU2_2mq2M1v7UaE7nmXiI9FZytE,1241
23
+ delegate_agent/profile_guard.py,sha256=ei_wdXEKp5t5IQzfpTnxl9u1CjcwTDpknbfEIp0odoA,4926
24
+ delegate_agent/profiles.py,sha256=BDRn4kvW9_5nmn9gX33bI8X841P4wRatzvJyeTCefV8,13158
25
+ delegate_agent/prompt_instructions.py,sha256=axHY3scDlZG3KWyhexL5ePTfJ6ELF0Z_7aa8-gjFwyQ,1674
26
+ delegate_agent/prompt_transport.py,sha256=B8WZu5d8_eGogyTQ7eCGBKsbudUhUpZnS8KpU1mVUAQ,471
27
+ delegate_agent/reasoning.py,sha256=AM7NIlvU0pt63h2jwJ0mHwHEaKK9lpD7w_kJQO-7c6w,32857
28
+ delegate_agent/redaction.py,sha256=2zxxWh9zVN4q3ASpNFgIUQGBtRcE1gP7Dc4UBWUle-M,7761
29
+ delegate_agent/rendering.py,sha256=Mk7ADsOv5j7xzoPze92KcZoquauL8mux4QurMGLIRrk,23038
30
+ delegate_agent/request_build.py,sha256=HPBs47EFNnY8ARtQ78wemJNtrDrvx-h0JNXN0WBDlI4,62704
31
+ delegate_agent/request_models.py,sha256=PAL0GQFSCyvohlKBlDUlUshGyfonNUVZTdEDNgvWjIs,6176
32
+ delegate_agent/retention.py,sha256=p64XoTvByi5V6GUXnTFoqmZGjTZbb87zRLim4xRHJEg,11049
33
+ delegate_agent/run_metadata.py,sha256=YarUO2ffSG6vjGi463vzBI6dkHXHDQo-nkhDZsE5vIY,2377
34
+ delegate_agent/run_output_commands.py,sha256=HuB2NFuWPDkeDE4a_F90TNPRu1rGQDOedsyzHyJHZf8,23568
35
+ delegate_agent/run_registry.py,sha256=s33OjOLkCONgtkV4MivMtNKSS3JfMx37bh_WcLD4jxk,26000
36
+ delegate_agent/run_status.py,sha256=K2SoVvGZHv8iD5aNKTZq1azbtnVRIZdWSXxyYQ6HAB8,10759
37
+ delegate_agent/runner.py,sha256=A6Y9baNj3xlWCyimZly5ndqy5aaSFACEg4aVNo1PfsI,67307
38
+ delegate_agent/safe_workspace.py,sha256=3dFqF-fDRuflL3_ZftKtKo1CgSIPqcvvNmtrHLULMOE,29680
39
+ delegate_agent/snapshot_view.py,sha256=5x0t-YABz1UOcVX-gh_dE6Xqrd2_BnUXIfWy7Szrbx4,7540
40
+ delegate_agent/wait_cancel_commands.py,sha256=o7oFqq9pPLGt0un_ork3vNFPzvqPzEpvuaUvmOWGmhY,23288
41
+ delegate_agent/worktree_commands.py,sha256=MBcFCfdI1N7qInJIAxVY3Y6PMqzkYypLuz3S_bf-IXQ,7670
42
+ delegate_agent/worktree_execution.py,sha256=CMBFrsoT2gf7noJ4e4D0zOHiZqMSaRuk7S5ePcibrRk,22749
43
+ delegate_agent/worktree_gc.py,sha256=Q51jP0KVoDpvNcwfCCYoe4nMTXgOkc1VM-3fx0CqCeQ,18228
44
+ delegate_agent/worktree_mgmt.py,sha256=C-W7ZBWmjf32p3zkd_jzHXBF94VC5-ECBlwu2tkDN5o,29227
45
+ delegate_agent/worktree_records.py,sha256=5I5mOtVA6c5aD8E0_d7Cx9fNkFlpu2bXXd4SAvWGgYw,7417
46
+ delegate_agent/worktree_remove.py,sha256=C_ymneSt8Q8GB0qhwDtN7Y8iK5vcOb1sAOFYbYIbq4w,18684
47
+ delegate_agent/worktree_summary.py,sha256=SjGOS_lRgrjhP2T-OtU5ZyaeadVFLfk8V61AkZTr7M0,8200
48
+ delegate_agent/wsl.py,sha256=IWiy21wbtr_WbmD7cbQmBq5zslZj-RODK_y3Q_e3MDg,1992
49
+ delegate_agent_cli-0.11.0.dist-info/licenses/LICENSE,sha256=NDqbex-uPoTsRTJ3tdwDmMTS5j7LeIjW1uJuOcLrEWM,1066
50
+ delegate_agent_cli-0.11.0.dist-info/METADATA,sha256=XkxHg3ByLll-fvWA5EEMDLzAve4qEqMxnVfHDv8g30o,19132
51
+ delegate_agent_cli-0.11.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
52
+ delegate_agent_cli-0.11.0.dist-info/entry_points.txt,sha256=EVP8R464OxRrPlXooieWu3oZqk65DFbaGH7SL88Gn7E,53
53
+ delegate_agent_cli-0.11.0.dist-info/top_level.txt,sha256=iYxQdflYe-drryqmuXcdOhTWOaRauGGZEOwkFuWvQc4,15
54
+ delegate_agent_cli-0.11.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ delegate = delegate_agent.cli:main
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Trey Goff
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ delegate_agent