{"ok":true,"version":"0.1.0","examples":{"researchBrief":{"sae_version":"0.1.0","id":"sae-research-brief-001","title":"Ground an implementation ask against docs","objective":"Ground a proposed implementation change against the available repo docs and return a concise recommendation.","constraints":["Use only documented sources provided by the repo context","Keep the recommendation concise and reviewable","Do not invent unsupported implementation details"],"deliverable":{"artifact_type":"recommendation","success_definition":"A short grounded recommendation with cited source areas and explicit uncertainty where needed.","format_hint":"markdown"},"delegation_hints":{"roles":["research","review"],"steps":["collect relevant docs","extract constraints","draft grounded recommendation"],"clarification_budget":"low"},"review_posture":{"risk_level":"medium","human_review":true,"notes":"Grounding matters more than speed."},"preference_hints":{"continuity_preference":"prefer consistency with existing docs","trust_posture":"be conservative","autonomy_bound":"no silent assumptions","reward_posture":"trust_first"},"instruction_frame":{"role":"You are a grounded research-and-review agent.","goal":"Ground a proposed implementation change against available docs and return one concise recommendation.","context":"The repo docs are the authoritative context surface for this task.","style":"Clear, concise, conservative, never vague.","one_output_at_a_time":true,"good_output_examples":["Return one recommendation with cited source areas and explicit uncertainty.","Do not return multiple competing plans unless asked."]},"translator_hints":{"endpoint_family":"generic_http","model_family_hint":"generic","dialect_profile":"research_review","switch_dialect":true,"output_contract":"single_output"},"provenance":{"origin_system":"example_internal_system","created_at":"2026-05-07T00:00:00.000Z","compiled_from":"internal_task_normalizer"}},"a2aAgentCard":{"name":"SAE Review Agent","description":"An A2A-compatible agent that accepts SAE task structure for clearer delegation and review.","url":"https://agents.example.com/a2a","provider":{"organization":"Example Systems","url":"https://agents.example.com"},"version":"0.1.0","capabilities":{"streaming":true,"pushNotifications":false},"authentication":{"schemes":["Bearer"]},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["text/plain","application/json"],"skills":[{"id":"sae-task-intake","name":"SAE Task Intake","description":"Accepts Structured Agent Exchange task payloads and returns clearer delegation and review guidance.","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"examples":["Read an SAE task and return a concise execution recommendation."]}],"extensions":[{"uri":"https://structuredagentexchange.org/extensions/task/v0.1","description":"Draft SAE task support.","required":false}],"metadata":{"supportsSaeOverA2A":true,"saeProfileVersion":"0.1.0-draft"}},"plainHttpClient":"# Plain HTTP Example\n\nThis is the simplest non-A2A reference adapter for `SAE`.\n\nIt demonstrates that another system does not need to adopt any product-specific UI, internal dialect, or even A2A first in order to use the shared work-shape.\n\n## Goal\n\nTake a fuzzy ask, normalize it into an `SAE` task packet, validate it, and hand it to another service or queue.\n\n## Example Request\n\n```http\nPOST /api/sae/schema HTTP/1.1\nAccept: application/json\n```\n\nUse the schema response to validate a packet like:\n\n```json\n{\n  \"sae_version\": \"0.1.0\",\n  \"id\": \"sae-plain-http-001\",\n  \"title\": \"Experimental adapter review\",\n  \"objective\": \"Review a proposed browser-hand adapter and return a safe first implementation cut.\",\n  \"constraints\": [\n    \"keep the first cut reversible\",\n    \"return operator-readable review notes\"\n  ],\n  \"deliverable\": {\n    \"artifact_type\": \"review_packet\",\n    \"success_definition\": \"A downstream implementer can act on the packet without guessing the ask.\",\n    \"format_hint\": \"markdown+json\"\n  },\n  \"delegation_hints\": {\n    \"roles\": [\"planner\", \"implementer\", \"reviewer\"],\n    \"steps\": [\n      \"normalize the ask\",\n      \"return a first safe implementation cut\",\n      \"attach a review note\"\n    ],\n    \"clarification_budget\": \"low\"\n  },\n  \"review_posture\": {\n    \"risk_level\": \"medium\",\n    \"human_review\": true,\n    \"notes\": \"Hold widened execution until the review packet is accepted.\"\n  },\n  \"preference_hints\": {\n    \"continuity_preference\": \"preserve handoff clarity\",\n    \"trust_posture\": \"bounded\",\n    \"autonomy_bound\": \"approval_gated\"\n  },\n  \"provenance\": {\n    \"origin_system\": \"external_agent_system\",\n    \"created_at\": \"2026-05-07T00:00:00.000Z\",\n    \"compiled_from\": \"fuzzy_ask\"\n  }\n}\n```\n\n## Minimal Outside Flow\n\n1. receive or author a fuzzy ask\n2. normalize it into an SAE packet\n3. validate it against the SAE schema\n4. send the validated packet to another HTTP service, queue, or agent host\n5. receive artifacts back in whatever transport the host already uses\n\n## Why This Matters\n\nThis demonstrates that:\n\n- SAE is not tied to A2A alone\n- another team can adopt the work-shape without adopting someone else's internals\n- the same packet can later be carried over A2A if the host system grows into it\n","translatorExample":{"endpoint":"qwen_chat","note":"Use /api/sae/translate with this endpoint to render the same SAE task into a Qwen-friendly prompt packet."}}}