-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.json
More file actions
64 lines (64 loc) · 1.97 KB
/
Copy pathstack.json
File metadata and controls
64 lines (64 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"schema_version": 2,
"name": "open-model-agent-stack",
"display_name": "Open Model Agent Stack",
"status": "beta",
"workflow": [
"doctor",
"plan",
"approval",
"apply",
"verify",
"receipt",
"rollback"
],
"profiles": {
"ollama_cloud": {
"status": "implemented",
"local_gpu_required": false,
"local_ollama_required": true,
"endpoint": "http://127.0.0.1:11434/api/chat",
"authentication_owner": "ollama-cli",
"authentication_command": "ollama signin",
"orchestrator": {
"provider": "ollama-cloud",
"model_id": "kimi-k3:cloud",
"source": "https://ollama.com/library/kimi-k3"
},
"executor": {
"provider": "ollama-cloud",
"model_id": "deepseek-v4-flash:cloud",
"source": "https://ollama.com/library/deepseek-v4-flash"
},
"pricing_source": "https://ollama.com/pricing",
"source_checked": "2026-08-22",
"usage_boundary": "Ollama Pro is $20/month as checked 2026-08-22. Included cloud use has session and weekly limits; verification consumes cloud usage and extra usage may cost more."
},
"local_qwen": {
"status": "validation-required",
"local_gpu_required": true,
"orchestrator": {
"provider": "ollama-cloud",
"model_id": "kimi-k3:cloud"
},
"executor": {
"provider": "local-openai-compatible",
"model_id": "qwen3.8-27b",
"endpoint": null
},
"initially_observed_environment": "DGX Spark",
"portable_hardware_claim": false
}
},
"security": {
"secret_values_agent_visible": false,
"staged_diff_required": true,
"explicit_apply_approval_required": true,
"separate_cloud_usage_approval_required": true,
"durable_request_budget_journal": true,
"external_configuration_mutation": false,
"model_generated_code_execution": false,
"automatic_subscription_changes": false,
"automatic_gpu_runtime_install": false
}
}