@lazyingart/agintiflow 0.20.109 → 0.20.110
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ The two screenshots below match the current website hero: terminal-first launch
|
|
|
30
30
|
|
|
31
31
|
| CLI launch | Web console |
|
|
32
32
|
| --- | --- |
|
|
33
|
-
| <img src="
|
|
33
|
+
| <img src="https://raw.githubusercontent.com/lazyingart/AgInTiFlow/main/website/assets/screenshots/cli-launch.jpg" alt="AgInTiFlow CLI launch screen" width="480" /> | <img src="https://raw.githubusercontent.com/lazyingart/AgInTiFlow/main/website/assets/screenshots/web-console-conversation-run-output.jpg" alt="AgInTiFlow web console conversation and run output" width="480" /> |
|
|
34
34
|
|
|
35
35
|
**Links**
|
|
36
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lazyingart/agintiflow",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.110",
|
|
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",
|