FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
open-model-agent-stack/stack.json at main · tfolkman/open-model-agent-stack · GitHub
tfolkman
/
open-model-agent-stack
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
open-model-agent-stack
/
stack.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
64 lines (64 loc) · 1.97 KB
Breadcrumbs
open-model-agent-stack
/
stack.json
Copy path
File metadata and controls
64 lines (64 loc) · 1.97 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
}
}
Back
|
FazBrowse Home
|
New Git URL