donna 0.2.1__py3-none-any.whl → 0.2.3__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.
- donna/artifacts/intro.md +2 -2
- donna/artifacts/research/specs/report.md +7 -7
- donna/artifacts/research/work/research.md +6 -6
- donna/artifacts/rfc/specs/request_for_change.md +18 -19
- donna/artifacts/rfc/work/create.md +4 -4
- donna/artifacts/rfc/work/do.md +8 -8
- donna/artifacts/rfc/work/plan.md +9 -9
- donna/artifacts/usage/artifacts.md +18 -10
- donna/artifacts/usage/cli.md +23 -17
- donna/cli/commands/sessions.py +1 -1
- donna/machine/primitives.py +1 -1
- donna/machine/sessions.py +1 -1
- donna/machine/state.py +2 -2
- donna/primitives/operations/output.py +12 -12
- donna/workspaces/config.py +5 -5
- donna/workspaces/sources/markdown.py +1 -1
- donna/workspaces/tmp.py +2 -2
- donna/workspaces/worlds/base.py +1 -1
- donna/workspaces/worlds/filesystem.py +7 -1
- donna-0.2.3.dist-info/METADATA +463 -0
- {donna-0.2.1.dist-info → donna-0.2.3.dist-info}/RECORD +24 -24
- donna-0.2.1.dist-info/METADATA +0 -47
- {donna-0.2.1.dist-info → donna-0.2.3.dist-info}/WHEEL +0 -0
- {donna-0.2.1.dist-info → donna-0.2.3.dist-info}/entry_points.txt +0 -0
- {donna-0.2.1.dist-info → donna-0.2.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
donna/__init__.py,sha256=lEC7l3wDCBiC5gw56XkAeBW1XJA52pck7SFR1_CUals,41
|
|
2
2
|
donna/artifacts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
donna/artifacts/intro.md,sha256=
|
|
4
|
-
donna/artifacts/research/specs/report.md,sha256=
|
|
5
|
-
donna/artifacts/research/work/research.md,sha256=
|
|
6
|
-
donna/artifacts/rfc/specs/request_for_change.md,sha256=
|
|
7
|
-
donna/artifacts/rfc/work/create.md,sha256=
|
|
8
|
-
donna/artifacts/rfc/work/do.md,sha256=
|
|
9
|
-
donna/artifacts/rfc/work/plan.md,sha256=
|
|
3
|
+
donna/artifacts/intro.md,sha256=FnZOmoTSIO8GiGCkJFYLyXgyh9RafhTiyA4qDJ11ivg,2141
|
|
4
|
+
donna/artifacts/research/specs/report.md,sha256=r3D5Jb5hJNsGyh4hM2ewiKIopb7yHFD6f6MBxxwLG_Q,8598
|
|
5
|
+
donna/artifacts/research/work/research.md,sha256=Zyp4quC-7Dg7H1UeDixzo9z2Myj87FFlcpSMA4l8sl8,7081
|
|
6
|
+
donna/artifacts/rfc/specs/request_for_change.md,sha256=tEaowYtT-sRtPQ-LT1DJn5florLoZIHCt1_wUzJhQVE,13008
|
|
7
|
+
donna/artifacts/rfc/work/create.md,sha256=mTsxlLnHk3X7TAS60TOsB9wlXd7M3EWhO9XD3FnguHk,3772
|
|
8
|
+
donna/artifacts/rfc/work/do.md,sha256=GOqjcozVv7Oubg9Zg79zD8fCqQMiEyla5EEQECSkNLU,2952
|
|
9
|
+
donna/artifacts/rfc/work/plan.md,sha256=xqWLf-7eRGdzVtaAFxdtlts3sZcdhtu_Q1nTYewwy5Q,2574
|
|
10
10
|
donna/artifacts/usage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
donna/artifacts/usage/artifacts.md,sha256=
|
|
12
|
-
donna/artifacts/usage/cli.md,sha256=
|
|
11
|
+
donna/artifacts/usage/artifacts.md,sha256=BHo7yW2rd_TLTyvCGpnEBk86XkWHp1nt7uZvRlBVODc,13638
|
|
12
|
+
donna/artifacts/usage/cli.md,sha256=u1uy2oUhqAtnBJLKxgW8wBZGvz7iVvyeIYf7lmuUHZY,10781
|
|
13
13
|
donna/artifacts/usage/worlds.md,sha256=iA61-ZzS29NLxrdVQhdSF-2hpS6wGO1stlWkMkHnNDU,2078
|
|
14
14
|
donna/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
donna/cli/__main__.py,sha256=_zo9JRR0m_ggVlrSaCpwo84bo0-cR9DgnJFup1AcH5U,224
|
|
16
16
|
donna/cli/application.py,sha256=rIEseTvPZgX4tZ23fTX49LF0XLfyzTO8gtpA8G80MTI,466
|
|
17
17
|
donna/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
donna/cli/commands/artifacts.py,sha256=qakcdQ_9h4ZE1Yw0xxNfA5vhxWEPRsZjA0DjJdsNvp0,6416
|
|
19
|
-
donna/cli/commands/sessions.py,sha256=
|
|
19
|
+
donna/cli/commands/sessions.py,sha256=UNWLkt_s_u06yvw30hjb__TRzhcPpyCKue6i6YjY39c,2142
|
|
20
20
|
donna/cli/commands/workspaces.py,sha256=ZFTFCojhi14njRFsCIpXjUWYY_aYyLH06xLFNTRDrk4,1078
|
|
21
21
|
donna/cli/errors.py,sha256=9UzGo4tINr3EEwhOu361M7ulGS-bEe7wGgVivu07Z1o,524
|
|
22
22
|
donna/cli/types.py,sha256=ZWALGkmfZQ62C8Sb6nGRkSLi0g79cEM0cAUQoITn1v0,3692
|
|
@@ -38,9 +38,9 @@ donna/machine/artifacts.py,sha256=IpwVDUV3lUEuA80hHDSoRd3qcjYoDbZpPF7EO4VFi-o,66
|
|
|
38
38
|
donna/machine/changes.py,sha256=TlgMA70u0ffRvwKVBwXEgEk1bp4m9w9MsVxtishX9Sw,2463
|
|
39
39
|
donna/machine/errors.py,sha256=45EPNC12rRT2pdgd2b9HMXCP0aon4sxo9DdUfxXeMnQ,4956
|
|
40
40
|
donna/machine/operations.py,sha256=CHXPy8hDYNqE5woVMj_lu2p4wgl7fqRxO0Dz0v1t4zI,761
|
|
41
|
-
donna/machine/primitives.py,sha256=
|
|
42
|
-
donna/machine/sessions.py,sha256=
|
|
43
|
-
donna/machine/state.py,sha256=
|
|
41
|
+
donna/machine/primitives.py,sha256=FYg4uS-UhMIV59Vqs-eKeHQdf00F4uu9KK0aIqNNJ8I,3287
|
|
42
|
+
donna/machine/sessions.py,sha256=lpvsdtscaifIsosUvl57zptAlPcZ8y708E6sZtZcCZA,7134
|
|
43
|
+
donna/machine/state.py,sha256=jvf8AQXf5rZbjZNOOcxRSR1XAoOPwk2jAuV4YPsFlFE,8117
|
|
44
44
|
donna/machine/tasks.py,sha256=2dfz5AoXC0pBH7t7x2SXSfZTM7_3tMYXRjJClGJY_Xc,2175
|
|
45
45
|
donna/machine/templates.py,sha256=oIlvYgpeuofq52sKtGvhlB850FQeuBIuwCkphoaOvss,2535
|
|
46
46
|
donna/primitives/__init__.py,sha256=CfJhz3TLdFxYbqCXioWVAIKGQ2tAMwXwL_Fg3A68Dqo,53
|
|
@@ -54,7 +54,7 @@ donna/primitives/directives/task_variable.py,sha256=KvxY8ZOKFh6alkBhgDvkWzIJBfRN
|
|
|
54
54
|
donna/primitives/directives/view.py,sha256=-FvVKksxTx8WyyZgsh2jkauqQOWf7b5LL201dbv_hac,3198
|
|
55
55
|
donna/primitives/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
56
56
|
donna/primitives/operations/finish_workflow.py,sha256=-3vaYAjj6oN93JWeQIoV9TOqzDjv-2ch_Wp4pXcOHvs,1846
|
|
57
|
-
donna/primitives/operations/output.py,sha256=
|
|
57
|
+
donna/primitives/operations/output.py,sha256=P0eYKK7-dUMfalVqFySHVY57RylBhhG-t8_xcTEZ4xE,3316
|
|
58
58
|
donna/primitives/operations/request_action.py,sha256=aovOrEIfyzaiqiLEvR-dUNgCEaIEX2x1uHPEDUMQtq4,2893
|
|
59
59
|
donna/primitives/operations/run_script.py,sha256=R72TCPv-vsI9sZzkyikw6dulmW4iSIKWT4vEGYU4vjc,9348
|
|
60
60
|
donna/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -72,21 +72,21 @@ donna/protocol/utils.py,sha256=GMiqGH2vawKu8_MmofWhCljI7AqoYDI0w19I-21t02g,663
|
|
|
72
72
|
donna/workspaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
73
|
donna/workspaces/artifacts.py,sha256=co6MBjIX2kV91WgNqCnDiK01hqUeB5cGPhE_ftJMl8U,8254
|
|
74
74
|
donna/workspaces/artifacts_discovery.py,sha256=JEf5ZVLaK2wwhx5mVE4ulOdmC2lApCdyfpfv2vBB_DE,2803
|
|
75
|
-
donna/workspaces/config.py,sha256=
|
|
75
|
+
donna/workspaces/config.py,sha256=qe8gtSt95ZLyoDWgXSfEMn2AXfL9WkY7pVpmea8iot4,6454
|
|
76
76
|
donna/workspaces/errors.py,sha256=ZK77AKjnRLc0-Qnu-NKztliSbCYBDmzr71fo1soWDrg,8276
|
|
77
77
|
donna/workspaces/initialization.py,sha256=d2oRwU4YEhhDeB1UtcOhqT0LD08QJoWEtvmSoQ6QwMg,2456
|
|
78
78
|
donna/workspaces/markdown.py,sha256=Aom9AnnpGHXI8LndmizwwG5r6aIFlosHjCvw-juL85Q,7214
|
|
79
79
|
donna/workspaces/sources/__init__.py,sha256=IRwKWnqQKh1ase742jhdadBcS4E9Hxr6j_l9Li6wwfw,70
|
|
80
80
|
donna/workspaces/sources/base.py,sha256=y6CawcOSBUX3oMO8YXlxE6p_NMJ713ukTZhgNKKBl94,2020
|
|
81
|
-
donna/workspaces/sources/markdown.py,sha256=
|
|
81
|
+
donna/workspaces/sources/markdown.py,sha256=8xIYza-48xCmLMw2CCUw-d8yv3PWSyS0HooFmxiZMSU,9740
|
|
82
82
|
donna/workspaces/templates.py,sha256=tovUVXCHKfHDymr7jxPO_nN-7r_-K_pcmzkdBa9FEes,6092
|
|
83
|
-
donna/workspaces/tmp.py,sha256=
|
|
83
|
+
donna/workspaces/tmp.py,sha256=PetBKOpQJD3fU4jODjaBk8MiFm5ADuJyRc03S5KgKV8,1330
|
|
84
84
|
donna/workspaces/worlds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
|
-
donna/workspaces/worlds/base.py,sha256=
|
|
86
|
-
donna/workspaces/worlds/filesystem.py,sha256=
|
|
85
|
+
donna/workspaces/worlds/base.py,sha256=mdmAT1WV5tYe-GnWlxeDXXzO1qT6Q4u0itpHZafc408,2590
|
|
86
|
+
donna/workspaces/worlds/filesystem.py,sha256=0zCQwM0RuPOJKm1EsODpgmL9NXk6z0fanJZMXfC79rI,7231
|
|
87
87
|
donna/workspaces/worlds/python.py,sha256=dRPS4jHIMRqdecCAmF7FuC6IwH3__nfWaf2cMSc7Txk,7223
|
|
88
|
-
donna-0.2.
|
|
89
|
-
donna-0.2.
|
|
90
|
-
donna-0.2.
|
|
91
|
-
donna-0.2.
|
|
92
|
-
donna-0.2.
|
|
88
|
+
donna-0.2.3.dist-info/METADATA,sha256=SElMbe8_UGHgEsfHucKou9IYIqUPE4kbm7dffvcHEkk,23594
|
|
89
|
+
donna-0.2.3.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
|
|
90
|
+
donna-0.2.3.dist-info/entry_points.txt,sha256=r2W_yOzauooYCu312OQwCycIN1UjVnO5paPpS2EDZqo,48
|
|
91
|
+
donna-0.2.3.dist-info/licenses/LICENSE,sha256=KiF6_RVxH0MLeHZZtc8ag497X-c6oPmk-0OOf9qQDDk,1504
|
|
92
|
+
donna-0.2.3.dist-info/RECORD,,
|
donna-0.2.1.dist-info/METADATA
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: donna
|
|
3
|
-
Version: 0.2.1
|
|
4
|
-
Summary: A deterministic workflow and state orchestration engine for LLM agents.
|
|
5
|
-
License-Expression: BSD-3-Clause
|
|
6
|
-
License-File: LICENSE
|
|
7
|
-
Keywords: ai,agent,cli,llm,workflow
|
|
8
|
-
Author: Aliaksei Yaletski
|
|
9
|
-
Author-email: a.eletsky@gmail.com
|
|
10
|
-
Requires-Python: >=3.12,<4.0
|
|
11
|
-
Classifier: Development Status :: 3 - Alpha
|
|
12
|
-
Classifier: Environment :: Console
|
|
13
|
-
Classifier: Intended Audience :: Developers
|
|
14
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
15
|
-
Classifier: Programming Language :: Python :: 3
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
|
-
Classifier: Topic :: Software Development :: Build Tools
|
|
19
|
-
Classifier: Topic :: Utilities
|
|
20
|
-
Requires-Dist: jinja2 (>=3.1,<3.2)
|
|
21
|
-
Requires-Dist: markdown-it-py (>=4.0,<4.1)
|
|
22
|
-
Requires-Dist: mdformat (>=1.0.0,<1.1.0)
|
|
23
|
-
Requires-Dist: pydantic (>=2.12,<2.13)
|
|
24
|
-
Requires-Dist: tomli-w (>=1.2,<1.3)
|
|
25
|
-
Requires-Dist: typer (>=0.20,<0.21)
|
|
26
|
-
Project-URL: Changelog, https://github.com/Tiendil/donna/blob/main/CHANGELOG.md
|
|
27
|
-
Project-URL: Homepage, https://github.com/Tiendil/donna
|
|
28
|
-
Project-URL: Issues, https://github.com/Tiendil/donna/issues
|
|
29
|
-
Project-URL: Repository, https://github.com/Tiendil/donna
|
|
30
|
-
Description-Content-Type: text/markdown
|
|
31
|
-
|
|
32
|
-
# State Machines for your AI Agents
|
|
33
|
-
|
|
34
|
-
`Donna` is a CLI tool that helps manage the work of AI agents like Codex.
|
|
35
|
-
|
|
36
|
-
It is designed to to invert control flow: instead of agents deciding what to do next, the `donna` tells agents what to do next by following predefined workflows.
|
|
37
|
-
|
|
38
|
-
The core idea is that most of high-level workflows are more algorithmic than it may seem at first glance. For example, it may be difficult to fix a particular type issue in the codebase, but the overall process of polishing the codebase is quite linear:
|
|
39
|
-
|
|
40
|
-
1. Ensure all tests pass.
|
|
41
|
-
2. Ensure the code is formatted correctly.
|
|
42
|
-
3. Ensure there are no linting errors.
|
|
43
|
-
4. Go to the step 1 if you changed something in the process.
|
|
44
|
-
5. Finish.
|
|
45
|
-
|
|
46
|
-
We may need coding agents on the each step of the process, but there no reason for agents to manage the whole grooming loop by themselves — it take longer time, spends tokens and may lead to confusion of agents.
|
|
47
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|