assuremind 1.0.0

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.
@@ -0,0 +1,112 @@
1
+ # ============================================================
2
+ # TESTAUTOMIND — Environment Configuration
3
+ # ============================================================
4
+ # Copy this file to .env and configure your AI provider.
5
+ # You only need ONE provider. Uncomment your chosen section.
6
+ # ============================================================
7
+
8
+ AI_PROVIDER=anthropic
9
+
10
+ # ── ANTHROPIC (Claude) ──
11
+ # https://console.anthropic.com/settings/keys
12
+ # ANTHROPIC_API_KEY=sk-ant-xxxxxxxxxxxxxxxx
13
+ # ANTHROPIC_MODEL=claude-sonnet-4-20250514
14
+ # Models: claude-opus-4-6, claude-sonnet-4-6, claude-haiku-4-5-20251001
15
+
16
+ # ── OPENAI (GPT) ──
17
+ # https://platform.openai.com/api-keys
18
+ # OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxx
19
+ # OPENAI_MODEL=gpt-4o
20
+ # Models: gpt-4o, gpt-4o-mini, gpt-4-turbo, o1, o1-mini
21
+
22
+ # ── GOOGLE (Gemini) ──
23
+ # https://aistudio.google.com/apikey
24
+ # GOOGLE_API_KEY=AIzaxxxxxxxxxxxxxxxx
25
+ # GOOGLE_MODEL=gemini-2.5-pro
26
+ # Models: gemini-2.5-pro, gemini-2.5-flash, gemini-2.0-flash
27
+
28
+ # ── AZURE OPENAI ──
29
+ # AZURE_OPENAI_API_KEY=xxxxxxxxxxxxxxxx
30
+ # AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com
31
+ # AZURE_OPENAI_DEPLOYMENT=your-deployment-name
32
+ # AZURE_OPENAI_API_VERSION=2024-10-21
33
+
34
+ # ── DEEPSEEK ──
35
+ # https://platform.deepseek.com/api_keys
36
+ # DEEPSEEK_API_KEY=sk-xxxxxxxxxxxxxxxx
37
+ # DEEPSEEK_MODEL=deepseek-chat
38
+ # Models: deepseek-chat, deepseek-reasoner
39
+
40
+ # ── GROQ ──
41
+ # https://console.groq.com/keys
42
+ # GROQ_API_KEY=gsk_xxxxxxxxxxxxxxxx
43
+ # GROQ_MODEL=llama-3.3-70b-versatile
44
+
45
+ # ── TOGETHER AI (Meta Llama) ──
46
+ # https://api.together.xyz/settings/api-keys
47
+ # TOGETHER_API_KEY=xxxxxxxxxxxxxxxx
48
+ # TOGETHER_MODEL=meta-llama/Llama-3.3-70B-Instruct-Turbo
49
+
50
+ # ── QWEN (Alibaba) ──
51
+ # https://dashscope.console.aliyun.com
52
+ # QWEN_API_KEY=sk-xxxxxxxxxxxxxxxx
53
+ # QWEN_BASE_URL=https://dashscope-intl.aliyuncs.com/compatible-mode/v1
54
+ # QWEN_MODEL=qwen-max
55
+
56
+ # ── PERPLEXITY ──
57
+ # https://www.perplexity.ai/settings/api
58
+ # PERPLEXITY_API_KEY=pplx-xxxxxxxxxxxxxxxx
59
+ # PERPLEXITY_MODEL=sonar-pro
60
+
61
+ # ── AMAZON BEDROCK ──
62
+ # AWS_ACCESS_KEY_ID=AKIAxxxxxxxxxxxxxxxx
63
+ # AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
64
+ # AWS_REGION=us-east-1
65
+ # BEDROCK_MODEL=anthropic.claude-sonnet-4-20250514-v1:0
66
+
67
+ # ── OLLAMA (Local — FREE) ──
68
+ # https://ollama.com
69
+ # OLLAMA_BASE_URL=http://localhost:11434
70
+ # OLLAMA_MODEL=llama3.3
71
+
72
+ # ── CUSTOM (OpenAI-compatible) ──
73
+ # CUSTOM_API_KEY=xxxxxxxxxxxxxxxx
74
+ # CUSTOM_BASE_URL=https://your-endpoint.com/v1
75
+ # CUSTOM_MODEL=your-model-name
76
+
77
+ # ── OPTIONAL: Tiered Model (use cheap model for simple steps) ──
78
+ # AI_TIERED_ENABLED=true
79
+ # AI_TIERED_FAST_PROVIDER=groq
80
+ # AI_TIERED_FAST_MODEL=llama-3.1-8b-instant
81
+
82
+ # ── OPTIONAL: Timeouts & Retries ──
83
+ # AI_TIMEOUT=30
84
+ # AI_MAX_RETRIES=2
85
+
86
+ # ═══════════════════════════════════════════════
87
+ # JIRA / XRAY INTEGRATION
88
+ # ═══════════════════════════════════════════════
89
+ # Enables Jira story fetching in Smart Tests and Xray test sync in Test Editor.
90
+
91
+ # JIRA_BASE_URL=https://your-domain.atlassian.net
92
+ # JIRA_EMAIL=your-email@company.com
93
+ # JIRA_API_TOKEN=your-jira-api-token
94
+
95
+ # Xray Test Management
96
+ # XRAY_PROJECT_KEY=PROJ
97
+ # XRAY_CLIENT_ID=
98
+ # XRAY_CLIENT_SECRET=
99
+ # XRAY_TEST_ISSUE_TYPE=Test
100
+ # XRAY_TEST_SET_ISSUE_TYPE=Test Set
101
+
102
+ # ═══════════════════════════════════════════════
103
+ # GITHUB — AUTO PR ON SELF-HEALING
104
+ # ═══════════════════════════════════════════════
105
+ # When autoPR is enabled in Settings → Healing, AutoMind creates a PR
106
+ # with healed code automatically. Requires a GitHub token with repo scope.
107
+ # Create a token: https://github.com/settings/tokens/new?scopes=repo
108
+
109
+ # GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
110
+ # GITHUB_REPO_OWNER=your-org-or-username
111
+ # GITHUB_REPO_NAME=your-repo-name
112
+ # GITHUB_BASE_BRANCH=main
@@ -0,0 +1,103 @@
1
+ # ============================================================
2
+ # AUTOMIND — Environment Configuration
3
+ # ============================================================
4
+ # Uncomment ONE provider block, paste your API key, and save.
5
+ # ============================================================
6
+
7
+ # ── ANTHROPIC (Claude) ──────────────────────────────────────
8
+ # https://console.anthropic.com/settings/keys
9
+ # AI_PROVIDER=anthropic
10
+ # ANTHROPIC_API_KEY=sk-ant-xxxxxxxxxxxxxxxx
11
+ # ANTHROPIC_MODEL=claude-sonnet-4-6 # optional
12
+
13
+ # ── OPENAI (GPT) ────────────────────────────────────────────
14
+ # https://platform.openai.com/api-keys
15
+ # AI_PROVIDER=openai
16
+ # OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxx
17
+ # OPENAI_MODEL=gpt-4o # optional
18
+
19
+ # ── GOOGLE (Gemini) ─────────────────────────────────────────
20
+ # https://aistudio.google.com/apikey
21
+ # AI_PROVIDER=google
22
+ # GOOGLE_API_KEY=AIzaxxxxxxxxxxxxxxxx
23
+ # GOOGLE_MODEL=gemini-2.5-flash # optional
24
+
25
+ # ── GROQ (fast inference) ───────────────────────────────────
26
+ # https://console.groq.com/keys
27
+ # AI_PROVIDER=groq
28
+ # GROQ_API_KEY=gsk_xxxxxxxxxxxxxxxx
29
+ # GROQ_MODEL=llama-3.3-70b-versatile # optional
30
+
31
+ # ── DEEPSEEK ────────────────────────────────────────────────
32
+ # https://platform.deepseek.com/api_keys
33
+ # AI_PROVIDER=deepseek
34
+ # DEEPSEEK_API_KEY=sk-xxxxxxxxxxxxxxxx
35
+ # DEEPSEEK_MODEL=deepseek-chat # optional
36
+
37
+ # ── TOGETHER AI (Meta Llama) ────────────────────────────────
38
+ # https://api.together.xyz/settings/api-keys
39
+ # AI_PROVIDER=together
40
+ # TOGETHER_API_KEY=xxxxxxxxxxxxxxxx
41
+ # TOGETHER_MODEL=meta-llama/Llama-3.3-70B-Instruct-Turbo # optional
42
+
43
+ # ── PERPLEXITY ──────────────────────────────────────────────
44
+ # https://www.perplexity.ai/settings/api
45
+ # AI_PROVIDER=perplexity
46
+ # PERPLEXITY_API_KEY=pplx-xxxxxxxxxxxxxxxx
47
+ # PERPLEXITY_MODEL=sonar-pro # optional
48
+
49
+ # ── QWEN (Alibaba) ──────────────────────────────────────────
50
+ # https://dashscope.console.aliyun.com
51
+ # AI_PROVIDER=qwen
52
+ # QWEN_API_KEY=sk-xxxxxxxxxxxxxxxx
53
+ # QWEN_BASE_URL=https://dashscope-intl.aliyuncs.com/compatible-mode/v1
54
+ # QWEN_MODEL=qwen-max # optional
55
+
56
+ # ── AZURE OPENAI ────────────────────────────────────────────
57
+ # https://portal.azure.com
58
+ # AI_PROVIDER=azure
59
+ # AZURE_OPENAI_API_KEY=xxxxxxxxxxxxxxxx
60
+ # AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com
61
+ # AZURE_OPENAI_DEPLOYMENT=your-deployment-name
62
+ # AZURE_OPENAI_API_VERSION=2024-10-21
63
+
64
+ # ── AMAZON BEDROCK ──────────────────────────────────────────
65
+ # https://aws.amazon.com/bedrock
66
+ # AI_PROVIDER=bedrock
67
+ # AWS_ACCESS_KEY_ID=AKIAxxxxxxxxxxxxxxxx
68
+ # AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
69
+ # AWS_REGION=us-east-1
70
+ # BEDROCK_MODEL=anthropic.claude-sonnet-4-20250514-v1:0 # optional
71
+
72
+ # ── OLLAMA (Local — FREE) ───────────────────────────────────
73
+ # https://ollama.com — install locally, then: ollama pull llama3.3
74
+ # AI_PROVIDER=ollama
75
+ # OLLAMA_BASE_URL=http://localhost:11434
76
+ # OLLAMA_MODEL=llama3.3
77
+
78
+ # ── CUSTOM (any OpenAI-compatible endpoint) ─────────────────
79
+ # AI_PROVIDER=custom
80
+ # CUSTOM_API_KEY=xxxxxxxxxxxxxxxx
81
+ # CUSTOM_BASE_URL=https://your-endpoint.com/v1
82
+ # CUSTOM_MODEL=your-model-name
83
+
84
+ # ── OPTIONAL: Tiered mode (cheap model for simple steps) ────
85
+ # AI_TIERED_ENABLED=true
86
+ # AI_TIERED_FAST_PROVIDER=groq
87
+ # AI_TIERED_FAST_MODEL=llama-3.1-8b-instant
88
+
89
+ # ── OPTIONAL: Timeouts & Retries ────────────────────────────
90
+ # AI_TIMEOUT=30
91
+ # AI_MAX_RETRIES=2
92
+
93
+ # ═══════════════════════════════════════════════════════════════
94
+ # JIRA / XRAY INTEGRATION
95
+ # ═══════════════════════════════════════════════════════════════
96
+ # JIRA_BASE_URL=https://your-domain.atlassian.net
97
+ # JIRA_EMAIL=your-email@company.com
98
+ # JIRA_API_TOKEN=your-jira-api-token
99
+ # XRAY_PROJECT_KEY=PROJ
100
+ # XRAY_CLIENT_ID=
101
+ # XRAY_CLIENT_SECRET=
102
+ # XRAY_TEST_ISSUE_TYPE=Test
103
+ # XRAY_TEST_SET_ISSUE_TYPE=Test Set
@@ -0,0 +1,17 @@
1
+ # Assuremind
2
+ .env
3
+ results/
4
+ !results/.gitkeep
5
+
6
+ # Node
7
+ node_modules/
8
+ dist/
9
+
10
+ # OS
11
+ .DS_Store
12
+ Thumbs.db
13
+
14
+ # IDE
15
+ .vscode/
16
+ .idea/
17
+ *.swp
@@ -0,0 +1,5 @@
1
+ {
2
+ "ADMIN_EMAIL": "admin@test.com",
3
+ "DEFAULT_PASSWORD": { "value": "Test@1234", "secret": true },
4
+ "API_TOKEN": { "value": "", "secret": true }
5
+ }