sync: UI animations, select styling, TLS verify flag via proxy second line, brand spacing

This commit is contained in:
2025-09-15 19:31:28 +03:00
parent 563663f9f1
commit 46d2fb8173
7 changed files with 723 additions and 375 deletions

48
.agentui/vars/p_jp_1.json Normal file
View File

@@ -0,0 +1,48 @@
{
"VAL": 2,
"snapshot": {
"incoming": null,
"params": {},
"model": "gpt-x",
"vendor_format": "openai",
"system": "",
"OUT": {
"n1": {
"vars": {
"VAL": 2
}
},
"n2": {
"result": {
"id": "ret_mock_123",
"object": "chat.completion",
"model": "gpt-x",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "2"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 1,
"total_tokens": 0
}
},
"response_text": "2"
}
},
"OUT_TEXT": {
"n1": "",
"n2": "2"
},
"LAST_NODE": "n2",
"OUT1": "",
"OUT2": "2",
"EXEC_TRACE": "n1(SetVars) -> n2(Return)"
}
}