← Back
Transaction
c759c084fa57a899b08546214bc00af9c5974a3db6d08626bdb3e99e6636cd12
AGENT_REQUEST
Hash
c759c084fa57a8…6636cd12
Type
AGENT_REQUEST
Conversation
Agent Run (Fork V6)
Timestamp
6/4/2026, 9:46:34 PM
Nonce
4943
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.Signature
85b44fa6d675ed86e950bd73c6557c898f95e6a114686fcac29c191938d6e8493e5afbc28a87a907afde2c5c66af2f287215f999d21ddf68a6aef6397cc45204