You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Chat agent to HTTP API to safely, quickly and stably add, view, edit or remove d
7
7
Agent-to-API protocol and MVP demo: generate a simple task UI, **tune an HTTP API request until it works**, then let users change filters, sort, and paging from the UI — which directly calls HTTP API <br />
8
8
**without going through the LLM again, no more token cost**.
9
9
10
-
No SQL execution path. **Sensitive writes** (default: `delete`) wait in the Admin approval queue; **other writes** auto-execute and leave an `auto_approved` audit record on the server.
10
+
No SQL execution path. **Writes or sensitive reads** (default: `put`, `delete`, 'gets', 'heads') wait in the Admin approval queue.
If you have any questions or suggestions, you can [create an issue](https://github.com/TommyLemon/A2API/issues) or [send me an e-mail](mailto:tommylemon@qq.com).
133
+
134
+
### Please ⭐ Star(on the top right) this project ^_^
0 commit comments