Skip to content

Commit 20822c8

Browse files
committed
Hotfix - storage error
1 parent 935788d commit 20822c8

File tree

4 files changed

+2714
-1828
lines changed

4 files changed

+2714
-1828
lines changed

.rogue/user_config.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"protocol": "mcp",
3-
"transport": "streamable_http",
4-
"evaluated_agent_url": "http://localhost:10001/",
2+
"business_context": "",
3+
"deep_test_mode": false,
54
"evaluated_agent_auth_type": "no_auth",
65
"evaluated_agent_credentials": "",
7-
"service_llm": "openai/gpt-4.1",
8-
"judge_llm": "openai/gpt-4.1",
6+
"evaluated_agent_url": "http://localhost:10001/",
7+
"evaluation_mode": "policy",
98
"interview_mode": true,
10-
"deep_test_mode": false,
9+
"judge_llm": "openai/gpt-4.1",
1110
"parallel_runs": 2,
12-
"business_context": ""
11+
"protocol": "a2a",
12+
"scan_type": "basic",
13+
"service_llm": "openai/gpt-4.1",
14+
"transport": "http"
1315
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.4
1+
0.3.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"datasets==3.6.0",
1313
"fastapi>=0.121.0",
1414
"fastmcp>=2.12.5",
15-
"google-adk==1.5.0",
15+
"google-adk==1.23.0",
1616
"langchain-openai>=0.3.35",
1717
"litellm==1.76.1",
1818
"loguru==0.7.3",

0 commit comments

Comments
 (0)