Agent Run (Fork V6)
111752d82a0db0c2c8ebc952f7dccb4d79887ae43e43f89cf9a222a0a7d1e369
COMPLETED
Cost breakdown
Escrow (maxFee)
0.100000 OMBRA
Miner reward
0.000161 OMBRA
User refund
0.099739 OMBRA
Network fee
0.000100 OMBRA
Tokens output
161
Steps
1 / 6
Hardware tier
desktop
AI Model
llama-server:gemma-4-e2b-it-uncensored-iq3_m-imat.gguf
User request
Submitter: ox73c816c4…3660641830
Submitted at: 6/4/2026, 9:46:34 PM
Block: #4381
Conversation: 6cb92a0660…5e3848bad5
Prompt
Output ONE JSON object only. No markdown, no code fences, no explanation.
Schema: {"schema":"ombra.blueprint.v1","name":string,"nodes":[{"id":string,"kind":string,"config":object}],"edges":[{"source":id,"target":id}]}
Example of a VALID full graph (structure only — design your own for the Task):
{"schema":"ombra.blueprint.v1","name":"Summarize","nodes":[{"id":"a","kind":"input","config":{"name":"topic"}},{"id":"b","kind":"agent","config":{"prompt":"Write about the topic","tools":["exec_code"]}},{"id":"c","kind":"output","config":{"name":"result"}}],"edges":[{"source":"a","target":"b"},{"source":"b","target":"c"}]}
Allowed node kinds with their config keys:
agent(prompt,tools,maxSteps,maxFee,retries,modelHint) validator(criteria,maxSteps,maxFee,retries) task.chat(prompt,maxFee,modelHint) task.code_simple(prompt,maxFee,modelHint) task.code_agentic(prompt,maxFee,modelHint) task.image(prompt,maxFee,modelHint) task.audio(prompt,maxFee,modelHint) task.video(prompt,maxFee,modelHint) task.embedding(prompt,maxFee,modelHint) task.nft_svg(prompt,maxFee,modelHint) task.challenge(prompt,maxFee,modelHint) transform(code) condition(expr) merge(mode,separator) subBlueprint(blueprintId) input(name,value) output(name) kvSet(siteId,key) webDeploy(alias,entryPath)
Rules: design nodes that fit the Task (do NOT reuse the example's content); start with one input, end with one output; EVERY edge's source and target MUST be ids that exist in nodes; no cycles; use only the kinds above; 3-6 nodes; every non-input node must have at least one incoming edge; agent.tools must be an array e.g. ["exec_code"]; keep prompts short.
Task: Un flux care primește o temă, un agent scrie un articol scurt, un validator îl verifică, apoi output.
Tools whitelist
exec_code
Miner claim
Miner: ox73c816c4…3660641830
Hardware: desktop
AI Model: llama-server:gemma-4-e2b-it-uncensored-iq3_m-imat.gguf
Claimed at: 6/4/2026, 9:46:59 PM
Steps (1)
Step #0
output hash: 457c3121ba…6063b16a77
Final answer
```json
{"schema":"ombra.blueprint.v1","name":"FluxArticleGenerator","nodes":[{"id":"a","kind":"input","config":{"name":"topic"}},{"id":"b","kind":"agent","config":{"prompt":"Un flux care primește o temă, un agent scrie un article scurt.","tools":["exec_code"]}},{"id":"c","kind":"validator","config":{"criteria":"Check if the article is coherent and short.","maxSteps":3,"maxFee":100,"retries":1}},{"id":"d","kind":"output","config":{"name":"result"}}],"edges":[{"source":"a","target":"b"},{"source":"b","target":"c"},{"source":"c","target":"d"}}]}
```
Finished at: 6/4/2026, 9:47:01 PM