iterun 0.1.4__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.
- iterun-0.1.4/LICENSE +201 -0
- iterun-0.1.4/PKG-INFO +431 -0
- iterun-0.1.4/README.md +396 -0
- iterun-0.1.4/cli/__init__.py +20 -0
- iterun-0.1.4/cli/__main__.py +4 -0
- iterun-0.1.4/cli/main.py +911 -0
- iterun-0.1.4/dsl/__init__.py +17 -0
- iterun-0.1.4/dsl/schema.py +164 -0
- iterun-0.1.4/executor/__init__.py +3 -0
- iterun-0.1.4/executor/runner.py +614 -0
- iterun-0.1.4/generator/__init__.py +18 -0
- iterun-0.1.4/generator/intent_generator.py +232 -0
- iterun-0.1.4/generator/pipeline.py +95 -0
- iterun-0.1.4/ir/__init__.py +9 -0
- iterun-0.1.4/ir/models.py +223 -0
- iterun-0.1.4/iterun.egg-info/PKG-INFO +431 -0
- iterun-0.1.4/iterun.egg-info/SOURCES.txt +31 -0
- iterun-0.1.4/iterun.egg-info/dependency_links.txt +1 -0
- iterun-0.1.4/iterun.egg-info/entry_points.txt +3 -0
- iterun-0.1.4/iterun.egg-info/requires.txt +21 -0
- iterun-0.1.4/iterun.egg-info/top_level.txt +10 -0
- iterun-0.1.4/mcp/__init__.py +1 -0
- iterun-0.1.4/mcp/server.py +82 -0
- iterun-0.1.4/parser/__init__.py +3 -0
- iterun-0.1.4/parser/dsl_parser.py +263 -0
- iterun-0.1.4/planner/__init__.py +3 -0
- iterun-0.1.4/planner/simulator.py +348 -0
- iterun-0.1.4/pyproject.toml +105 -0
- iterun-0.1.4/sdk/__init__.py +5 -0
- iterun-0.1.4/sdk/client.py +119 -0
- iterun-0.1.4/setup.cfg +4 -0
- iterun-0.1.4/web/__init__.py +3 -0
- iterun-0.1.4/web/app.py +523 -0
iterun-0.1.4/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
iterun-0.1.4/PKG-INFO
ADDED
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: iterun
|
|
3
|
+
Version: 0.1.4
|
|
4
|
+
Summary: DSL-based intent execution system with iterative refinement, featuring AI-powered suggestions via Ollama, safe simulation, and automatic health validation.
|
|
5
|
+
Author-email: Softreck <tom@sapletta.com>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/softreck/iterun
|
|
8
|
+
Project-URL: Documentation, https://github.com/softreck/iterun#readme
|
|
9
|
+
Project-URL: Repository, https://github.com/softreck/iterun
|
|
10
|
+
Keywords: dsl,intent,automation,docker,devops
|
|
11
|
+
Classifier: Development Status :: 3 - Alpha
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Requires-Python: >=3.11
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
License-File: LICENSE
|
|
16
|
+
Requires-Dist: pyyaml>=6.0
|
|
17
|
+
Requires-Dist: pydantic>=2.0
|
|
18
|
+
Requires-Dist: fastapi>=0.109.0
|
|
19
|
+
Requires-Dist: uvicorn>=0.27.0
|
|
20
|
+
Requires-Dist: jinja2>=3.1.0
|
|
21
|
+
Provides-Extra: ai
|
|
22
|
+
Requires-Dist: litellm>=1.0.0; extra == "ai"
|
|
23
|
+
Provides-Extra: mcp
|
|
24
|
+
Requires-Dist: litellm>=1.0.0; extra == "mcp"
|
|
25
|
+
Requires-Dist: mcp>=1.0.0; extra == "mcp"
|
|
26
|
+
Provides-Extra: dev
|
|
27
|
+
Requires-Dist: pytest>=8.0.0; extra == "dev"
|
|
28
|
+
Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
|
|
29
|
+
Requires-Dist: httpx>=0.26.0; extra == "dev"
|
|
30
|
+
Requires-Dist: anyio>=4.0.0; extra == "dev"
|
|
31
|
+
Requires-Dist: goal>=2.1.0; extra == "dev"
|
|
32
|
+
Requires-Dist: costs>=0.1.20; extra == "dev"
|
|
33
|
+
Requires-Dist: pfix>=0.1.60; extra == "dev"
|
|
34
|
+
Dynamic: license-file
|
|
35
|
+
|
|
36
|
+
# ITERUN
|
|
37
|
+
|
|
38
|
+
> DSL-based intent execution system with iterative refinement, AMEN boundary, and AI-powered assistance
|
|
39
|
+
|
|
40
|
+
[](https://www.python.org/downloads/)
|
|
41
|
+
[](https://opensource.org/licenses/MIT)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## AI Cost Tracking
|
|
45
|
+
|
|
46
|
+
   
|
|
47
|
+
  
|
|
48
|
+
|
|
49
|
+
- 🤖 **LLM usage:** $1.1909 (7 commits)
|
|
50
|
+
- 👤 **Human dev:** ~$400 (4.0h @ $100/h, 30min dedup)
|
|
51
|
+
|
|
52
|
+
Generated on 2026-06-06 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## Overview
|
|
57
|
+
|
|
58
|
+
ITERUN is a system that allows you to:
|
|
59
|
+
|
|
60
|
+
1. **Define intents** using a simple YAML-based DSL
|
|
61
|
+
2. **Simulate execution** with dry-run planning
|
|
62
|
+
3. **Get AI suggestions** using local LLMs via Ollama
|
|
63
|
+
4. **Iteratively refine** your intent through feedback loops
|
|
64
|
+
5. **Execute safely** with the AMEN boundary (explicit approval required)
|
|
65
|
+
|
|
66
|
+
## Architecture
|
|
67
|
+
|
|
68
|
+
```
|
|
69
|
+
┌─────────────────────┐
|
|
70
|
+
│ CLI / Web UI │ ← User interface
|
|
71
|
+
└─────────┬───────────┘
|
|
72
|
+
↓
|
|
73
|
+
┌─────────────────────┐
|
|
74
|
+
│ Parser / Validator │ ← DSL → IR
|
|
75
|
+
└─────────┬───────────┘
|
|
76
|
+
↓
|
|
77
|
+
┌─────────────────────┐
|
|
78
|
+
│ Intermediate Rep. │ ← Canonical state
|
|
79
|
+
└─────────┬───────────┘
|
|
80
|
+
↓
|
|
81
|
+
┌─────────────────────┐
|
|
82
|
+
│ Planner / Simulator │ ← Dry-run
|
|
83
|
+
└─────────┬───────────┘
|
|
84
|
+
↓
|
|
85
|
+
┌─────────────────────┐
|
|
86
|
+
│ AI Gateway (Ollama) │ ← LLM suggestions
|
|
87
|
+
└─────────┬───────────┘
|
|
88
|
+
↓
|
|
89
|
+
┌─────────────────────┐
|
|
90
|
+
│ Feedback Loop │ ← Iterate
|
|
91
|
+
└─────────┬───────────┘
|
|
92
|
+
↓
|
|
93
|
+
┌─────────────────────┐
|
|
94
|
+
│ AMEN Boundary │ ← Explicit approval
|
|
95
|
+
└─────────┬───────────┘
|
|
96
|
+
↓
|
|
97
|
+
┌─────────────────────┐
|
|
98
|
+
│ Executor │ ← Real execution
|
|
99
|
+
└─────────────────────┘
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
## Quick Start
|
|
103
|
+
|
|
104
|
+
### Installation
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
# Clone repository
|
|
108
|
+
git clone https://github.com/softreck/iterun.git
|
|
109
|
+
cd iterun
|
|
110
|
+
|
|
111
|
+
# Full setup (recommended)
|
|
112
|
+
make setup
|
|
113
|
+
|
|
114
|
+
# Or manual install
|
|
115
|
+
pip install -r requirements.txt
|
|
116
|
+
pip install litellm
|
|
117
|
+
cp .env.example .env
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### Configuration (.env)
|
|
121
|
+
|
|
122
|
+
Copy `.env.example` to `.env` and adjust:
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
# Server
|
|
126
|
+
HOST=0.0.0.0
|
|
127
|
+
PORT=8080
|
|
128
|
+
|
|
129
|
+
# AI Gateway
|
|
130
|
+
OLLAMA_BASE_URL=http://localhost:11434
|
|
131
|
+
DEFAULT_MODEL=llama3.2
|
|
132
|
+
MAX_MODEL_PARAMS=12.0
|
|
133
|
+
|
|
134
|
+
# Execution (no AMEN prompt by default)
|
|
135
|
+
SKIP_AMEN_CONFIRMATION=true
|
|
136
|
+
CONTAINER_PORT=8000
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
### AI Gateway Setup (Ollama)
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
# Install Ollama
|
|
143
|
+
curl -fsSL https://ollama.com/install.sh | sh
|
|
144
|
+
|
|
145
|
+
# Start and pull model
|
|
146
|
+
make ollama-start
|
|
147
|
+
make ollama-pull
|
|
148
|
+
|
|
149
|
+
# Or manually
|
|
150
|
+
ollama serve
|
|
151
|
+
ollama pull llama3.2
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### Using Makefile
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
make help # Show all commands
|
|
158
|
+
make setup # Full setup
|
|
159
|
+
make web # Start web server
|
|
160
|
+
make shell # Interactive shell
|
|
161
|
+
make execute # Execute example intent
|
|
162
|
+
make test # Run all tests
|
|
163
|
+
make ollama-models # List available models
|
|
164
|
+
make clean # Clean temp files
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
### Shell Interface
|
|
168
|
+
|
|
169
|
+
```bash
|
|
170
|
+
# Start interactive shell
|
|
171
|
+
make shell
|
|
172
|
+
# Or: python -m cli.main
|
|
173
|
+
|
|
174
|
+
# Execute intent directly (no AMEN prompt)
|
|
175
|
+
make execute
|
|
176
|
+
# Or: python -m cli.main execute examples/user-api.intent.yaml
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
**Interactive Shell Commands:**
|
|
180
|
+
|
|
181
|
+
```
|
|
182
|
+
intent> new my-api # Create new intent
|
|
183
|
+
intent> load file.yaml # Load from file
|
|
184
|
+
intent> plan # Run dry-run
|
|
185
|
+
intent> suggest # Get AI suggestions
|
|
186
|
+
intent> apply # Auto-apply AI suggestions
|
|
187
|
+
intent> chat # Chat with AI
|
|
188
|
+
intent> iterate # Apply manual changes
|
|
189
|
+
intent> amen # Approve execution
|
|
190
|
+
intent> execute # Execute approved intent
|
|
191
|
+
intent> show [json] # Show current state
|
|
192
|
+
intent> models # List AI models
|
|
193
|
+
intent> ai-health # Check AI Gateway status
|
|
194
|
+
intent> help # Show help
|
|
195
|
+
intent> exit # Exit shell
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
### Web Interface
|
|
199
|
+
|
|
200
|
+
```bash
|
|
201
|
+
# Start web server
|
|
202
|
+
python -m web.app
|
|
203
|
+
|
|
204
|
+
# Open browser at http://localhost:8080
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
## AI Gateway
|
|
208
|
+
|
|
209
|
+
The AI Gateway uses **LiteLLM** to provide unified access to local LLMs via Ollama.
|
|
210
|
+
|
|
211
|
+
### Supported Models (≤12B parameters)
|
|
212
|
+
|
|
213
|
+
| Model | Size | Description |
|
|
214
|
+
|-------|------|-------------|
|
|
215
|
+
| `llama3.2` | 3B | Default - Fast and efficient |
|
|
216
|
+
| `llama3.2:1b` | 1B | Ultra lightweight |
|
|
217
|
+
| `llama3.1:8b` | 8B | Balanced performance |
|
|
218
|
+
| `mistral` | 7B | Fast inference |
|
|
219
|
+
| `mistral-nemo` | 12B | Best quality under 12B |
|
|
220
|
+
| `gemma2` | 9B | Google Gemma 2 |
|
|
221
|
+
| `gemma2:2b` | 2B | Lightweight |
|
|
222
|
+
| `phi3` | 3.8B | Microsoft Phi-3 |
|
|
223
|
+
| `qwen2.5` | 7B | Alibaba Qwen 2.5 |
|
|
224
|
+
| `codellama` | 7B | Code generation |
|
|
225
|
+
| `codegemma` | 7B | Google CodeGemma |
|
|
226
|
+
| `deepseek-coder` | 6.7B | DeepSeek Coder |
|
|
227
|
+
|
|
228
|
+
### Configuration
|
|
229
|
+
|
|
230
|
+
Environment variables:
|
|
231
|
+
|
|
232
|
+
```bash
|
|
233
|
+
export OLLAMA_BASE_URL="http://localhost:11434"
|
|
234
|
+
export DEFAULT_MODEL="llama3.2"
|
|
235
|
+
export MAX_MODEL_PARAMS="12.0"
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
### DSL Format
|
|
239
|
+
|
|
240
|
+
```yaml
|
|
241
|
+
INTENT:
|
|
242
|
+
name: user-api
|
|
243
|
+
goal: Create a REST API for user management
|
|
244
|
+
|
|
245
|
+
ENVIRONMENT:
|
|
246
|
+
runtime: docker
|
|
247
|
+
base_image: python:3.12-slim
|
|
248
|
+
ports:
|
|
249
|
+
- 8000
|
|
250
|
+
|
|
251
|
+
IMPLEMENTATION:
|
|
252
|
+
language: python
|
|
253
|
+
framework: fastapi
|
|
254
|
+
actions:
|
|
255
|
+
- api.expose GET /ping
|
|
256
|
+
- api.expose GET /users
|
|
257
|
+
- api.expose POST /users
|
|
258
|
+
- api.expose DELETE /users/{id}
|
|
259
|
+
|
|
260
|
+
EXECUTION:
|
|
261
|
+
mode: dry-run
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
### Supported Actions
|
|
265
|
+
|
|
266
|
+
| Action | Format | Description |
|
|
267
|
+
|--------|--------|-------------|
|
|
268
|
+
| `api.expose` | `api.expose METHOD /path` | Expose HTTP endpoint |
|
|
269
|
+
| `db.create` | `db.create table_name` | Create database table |
|
|
270
|
+
| `db.add_column` | `db.add_column table column type` | Add column to table |
|
|
271
|
+
| `shell.exec` | `shell.exec command` | Execute shell command |
|
|
272
|
+
| `rest.call` | `rest.call METHOD url` | Call external REST API |
|
|
273
|
+
| `file.create` | `file.create path` | Create file |
|
|
274
|
+
|
|
275
|
+
## API Reference
|
|
276
|
+
|
|
277
|
+
### REST Endpoints
|
|
278
|
+
|
|
279
|
+
| Method | Endpoint | Description |
|
|
280
|
+
|--------|----------|-------------|
|
|
281
|
+
| `GET` | `/api/intents` | List all intents |
|
|
282
|
+
| `POST` | `/api/intents/parse` | Parse DSL and create intent |
|
|
283
|
+
| `GET` | `/api/intents/{id}` | Get intent by ID |
|
|
284
|
+
| `DELETE` | `/api/intents/{id}` | Delete intent |
|
|
285
|
+
| `POST` | `/api/intents/{id}/plan` | Run dry-run |
|
|
286
|
+
| `POST` | `/api/intents/{id}/iterate` | Apply changes |
|
|
287
|
+
| `POST` | `/api/intents/{id}/amen` | Approve for execution |
|
|
288
|
+
| `POST` | `/api/intents/{id}/execute` | Execute approved intent |
|
|
289
|
+
| `GET` | `/api/intents/{id}/code` | Get generated code |
|
|
290
|
+
|
|
291
|
+
### AI Gateway Endpoints
|
|
292
|
+
|
|
293
|
+
| Method | Endpoint | Description |
|
|
294
|
+
|--------|----------|-------------|
|
|
295
|
+
| `GET` | `/api/ai/status` | Check AI Gateway status |
|
|
296
|
+
| `GET` | `/api/ai/models` | List available models |
|
|
297
|
+
| `POST` | `/api/ai/complete` | Generate AI completion |
|
|
298
|
+
| `POST` | `/api/ai/chat` | Chat with AI |
|
|
299
|
+
| `POST` | `/api/intents/{id}/ai/suggest` | Get AI suggestions |
|
|
300
|
+
| `POST` | `/api/intents/{id}/ai/apply` | Auto-apply suggestions |
|
|
301
|
+
|
|
302
|
+
### Python API
|
|
303
|
+
|
|
304
|
+
```python
|
|
305
|
+
from ir.models import IntentIR
|
|
306
|
+
from parser import parse_dsl
|
|
307
|
+
from planner import plan_intent
|
|
308
|
+
from ai_gateway import get_gateway, create_feedback_loop
|
|
309
|
+
|
|
310
|
+
# Parse DSL
|
|
311
|
+
ir = parse_dsl(dsl_content)
|
|
312
|
+
|
|
313
|
+
# Run dry-run
|
|
314
|
+
result = plan_intent(ir)
|
|
315
|
+
print(result.generated_code)
|
|
316
|
+
|
|
317
|
+
# Get AI suggestions
|
|
318
|
+
loop = create_feedback_loop()
|
|
319
|
+
suggestions = loop.analyze(ir, focus="security")
|
|
320
|
+
print(suggestions.suggestions)
|
|
321
|
+
|
|
322
|
+
# Apply AI suggestions
|
|
323
|
+
loop.iterate(ir, auto_apply=True)
|
|
324
|
+
|
|
325
|
+
# Or chat directly
|
|
326
|
+
gateway = get_gateway()
|
|
327
|
+
response = gateway.complete("Explain FastAPI middleware")
|
|
328
|
+
print(response["content"])
|
|
329
|
+
```
|
|
330
|
+
|
|
331
|
+
## Testing
|
|
332
|
+
|
|
333
|
+
```bash
|
|
334
|
+
# Run all tests (58 tests)
|
|
335
|
+
pytest
|
|
336
|
+
|
|
337
|
+
# Run specific test suites
|
|
338
|
+
pytest tests/e2e/test_shell.py -v # 17 tests
|
|
339
|
+
pytest tests/e2e/test_web.py -v # 18 tests
|
|
340
|
+
pytest tests/e2e/test_ai_gateway.py -v # 23 tests
|
|
341
|
+
|
|
342
|
+
# Run with coverage
|
|
343
|
+
pytest --cov=. --cov-report=html
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
## Project Structure
|
|
347
|
+
|
|
348
|
+
```
|
|
349
|
+
iterun/
|
|
350
|
+
├── ir/ # Intermediate Representation models
|
|
351
|
+
├── parser/ # DSL parser
|
|
352
|
+
├── planner/ # Dry-run simulator
|
|
353
|
+
├── executor/ # Execution engine
|
|
354
|
+
├── ai_gateway/ # LiteLLM AI Gateway
|
|
355
|
+
│ ├── gateway.py # Main gateway with Ollama models
|
|
356
|
+
│ └── feedback_loop.py # LLM-powered feedback loop
|
|
357
|
+
├── cli/ # Shell interface
|
|
358
|
+
├── web/ # Web interface (FastAPI)
|
|
359
|
+
├── tests/e2e/ # E2E test suite
|
|
360
|
+
│ ├── test_shell.py
|
|
361
|
+
│ ├── test_web.py
|
|
362
|
+
│ └── test_ai_gateway.py
|
|
363
|
+
├── examples/ # Example DSL files
|
|
364
|
+
├── config.py # Configuration loader
|
|
365
|
+
├── Makefile # Build automation
|
|
366
|
+
├── .env.example # Environment template
|
|
367
|
+
├── requirements.txt
|
|
368
|
+
└── README.md
|
|
369
|
+
```
|
|
370
|
+
|
|
371
|
+
## Workflow
|
|
372
|
+
|
|
373
|
+
1. **Define Intent** → Write DSL or use web editor
|
|
374
|
+
2. **Parse** → Convert DSL to IR (Intermediate Representation)
|
|
375
|
+
3. **Plan** → Run dry-run simulation, review generated code
|
|
376
|
+
4. **Get AI Suggestions** → Analyze with local LLM
|
|
377
|
+
5. **Iterate** → Make changes, re-plan until satisfied
|
|
378
|
+
6. **Execute** → Run with auto-validation and auto-fix
|
|
379
|
+
7. **Validate** → Automatic health checks on all endpoints
|
|
380
|
+
|
|
381
|
+
## Validation & Auto-Fix
|
|
382
|
+
|
|
383
|
+
After container deployment, the system automatically:
|
|
384
|
+
|
|
385
|
+
1. **Waits** for container startup (configurable `STARTUP_WAIT`)
|
|
386
|
+
2. **Validates** all exposed endpoints with HTTP requests
|
|
387
|
+
3. **Detects issues** like connection refused, timeouts, HTTP errors
|
|
388
|
+
4. **Auto-fixes** common problems:
|
|
389
|
+
- Missing `__main__` block
|
|
390
|
+
- Wrong port configuration
|
|
391
|
+
- Missing dependencies
|
|
392
|
+
5. **Restarts** container with fixes
|
|
393
|
+
6. **Re-validates** until success or max iterations reached
|
|
394
|
+
|
|
395
|
+
### Configuration
|
|
396
|
+
|
|
397
|
+
```bash
|
|
398
|
+
# In .env
|
|
399
|
+
VALIDATE_AFTER_EXECUTE=true
|
|
400
|
+
AUTO_FIX_ENABLED=true
|
|
401
|
+
MAX_FIX_ITERATIONS=3
|
|
402
|
+
STARTUP_WAIT=2
|
|
403
|
+
VALIDATION_TIMEOUT=10
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
### Example Output
|
|
407
|
+
|
|
408
|
+
```
|
|
409
|
+
Execution Logs:
|
|
410
|
+
[12:38:55] Container started: 8f35e0a2fb27
|
|
411
|
+
[12:38:55] Waiting 2s for container startup...
|
|
412
|
+
[12:38:57] ✓ http://localhost:8002 → 200
|
|
413
|
+
[12:38:57] ✓ http://localhost:8002/ping → 200
|
|
414
|
+
[12:38:57] ✓ http://localhost:8002/health → 200
|
|
415
|
+
[12:38:57] ✓ All endpoints validated successfully
|
|
416
|
+
✓ Execution completed in 2.56s
|
|
417
|
+
|
|
418
|
+
Validation:
|
|
419
|
+
✓ All endpoints validated
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
### API Endpoints
|
|
423
|
+
|
|
424
|
+
| Method | Endpoint | Description |
|
|
425
|
+
|--------|----------|-------------|
|
|
426
|
+
| `POST` | `/api/intents/{id}/validate` | Validate running container |
|
|
427
|
+
| `GET` | `/api/containers/{id}/logs` | Get container logs |
|
|
428
|
+
|
|
429
|
+
## License
|
|
430
|
+
|
|
431
|
+
Licensed under Apache-2.0.
|