@lazyingart/agintiflow 0.20.82 → 0.20.83

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 (2) hide show
  1. package/README.md +9 -23
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,13 +35,7 @@ The short version: run `aginti` inside a project, give it a task, inspect what i
35
35
  | Product positioning | [references/agintiflow-product-positioning.md](references/agintiflow-product-positioning.md) |
36
36
  | Full archived README reference | [references/notes/readme-full-reference-2026-05-05.md](references/notes/readme-full-reference-2026-05-05.md) |
37
37
 
38
- <p align="center">
39
- <img src="./demos/agintiflow-cli-launch.jpg" alt="AgInTiFlow interactive CLI launch screen with colorful terminal banner, Docker workspace status, and chat input panel" width="960" />
40
- </p>
41
-
42
- <p align="center">
43
- <img src="./demos/agintiflow-web-console-run-output.jpg" alt="AgInTiFlow web console showing conversation history and structured run output" width="960" />
44
- </p>
38
+ Screenshots are kept out of the README body so the start guide stays readable. View them on the website carousel or in [demos/](demos/) and [website/assets/screenshots/](website/assets/screenshots/).
45
39
 
46
40
  ## Why This Exists
47
41
 
@@ -186,25 +180,17 @@ aginti --resume <session-id> \
186
180
  "continue with trusted host access"
187
181
  ```
188
182
 
189
- ## Real Screenshots
183
+ ## Screenshots
190
184
 
191
- | CLI launch | Web console run output |
192
- | --- | --- |
193
- | <img src="./demos/agintiflow-cli-launch.jpg" alt="AgInTiFlow CLI launch" width="480" /> | <img src="./demos/agintiflow-web-console-run-output.jpg" alt="AgInTiFlow web console conversation and run output" width="480" /> |
194
-
195
- | Web app overview | Task controls |
196
- | --- | --- |
197
- | <img src="./website/assets/screenshots/app-overview.jpg" alt="AgInTiFlow web app overview" width="480" /> | <img src="./website/assets/screenshots/task-controls.jpg" alt="AgInTiFlow task controls" width="480" /> |
185
+ The website keeps the visual walkthrough in a carousel so this README can stay focused on setup and usage:
198
186
 
199
- | Conversation history | Sandbox status |
187
+ | View | Link |
200
188
  | --- | --- |
201
- | <img src="./website/assets/screenshots/conversation-history.jpg" alt="AgInTiFlow conversation history" width="480" /> | <img src="./website/assets/screenshots/sandbox-status.jpg" alt="AgInTiFlow sandbox status" width="480" /> |
202
-
203
- | Mobile overview |
204
- | --- |
205
- | <img src="./website/assets/screenshots/mobile-overview.jpg" alt="AgInTiFlow mobile overview" width="480" /> |
206
-
207
- Older launch screenshots are kept in the source repository under [demos/archive/](https://github.com/lazyingart/AgInTiFlow/tree/main/demos/archive).
189
+ | Website carousel | [https://flow.lazying.art/#screenshots](https://flow.lazying.art/#screenshots) |
190
+ | CLI launch | [demos/agintiflow-cli-launch.jpg](demos/agintiflow-cli-launch.jpg) |
191
+ | Web console run output | [demos/agintiflow-web-console-run-output.jpg](demos/agintiflow-web-console-run-output.jpg) |
192
+ | Web app screenshots | [website/assets/screenshots/](website/assets/screenshots/) |
193
+ | Older launch screenshots | [demos/archive/](https://github.com/lazyingart/AgInTiFlow/tree/main/demos/archive) |
208
194
 
209
195
  ## Core Capabilities
210
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazyingart/agintiflow",
3
- "version": "0.20.82",
3
+ "version": "0.20.83",
4
4
  "type": "module",
5
5
  "description": "Low-cost, project-aware Web and CLI agents with DeepSeek/Venice/OpenAI routing, visible tool calls, durable sessions, scouts, AAPS, SCS, and guarded local execution.",
6
6
  "license": "Apache-2.0",