{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-05557","title":"AURA: Intent-Directed Probing for Implicit-Need Surfacing in Situated LLM Agents","arxiv_id":"2606.05557","date":"2026-06-04","proceeding":null,"authors":["Yang Li","Jiaxiang Liu","Jiang Cai","Mingkun Xu"],"abstract":"A situated query like \"where is Lin Wei?\" often encodes more than its literal content: the user may also want to know whether Lin Wei is free, in a good mood, or worth interrupting now. Standard tool-use agents answer the literal question and stop. AURA inserts an inference step between scene perception and tool use that produces an IntentFrame: a structured estimate of the implicit need with a scalar gap score that controls per-query probe budget and tool selection. On a 100-query four-scene implicit-intent benchmark, AURA improves implicit-need coverage over ReAct-style probing (Delta = +0.07, p < 10^-6); three of four scenes are individually significant, the gain reproduces on a second backbone, and a prompt ablation attributes the lift to gap calibration rather than answer memorisation. On factual lookup the controller trades raw accuracy for 82% fewer probes and zero forbidden-tool violations on a privacy-sensitive slice; scope conditions are detailed in Limitations. Code, simulator, and benchmark are released at https://github.com/innovation64/AURA.","url_abs":"https://arxiv.org/abs/2606.05557","url_pdf":"https://arxiv.org/pdf/2606.05557","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2606.05557","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.05557"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/innovation64/AURA","reach":null}],"summary":{"ran":5,"ran_draft_wrong":2,"unverified":3},"by_repo_kind":{"found_in_text":{"samples":10,"ran":7,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"9eb7603bfa5cd011","entry":"IntentFrame","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9eb7603bfa5cd011"}},{"code_sha256_prefix":"d8e90e2c58c45160","entry":"MemoryItem","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d8e90e2c58c45160"}},{"code_sha256_prefix":"5458421831071cdb","entry":"SceneState","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5458421831071cdb"}},{"code_sha256_prefix":"5209b41890d85729","entry":"_build_user_message","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5209b41890d85729"}},{"code_sha256_prefix":"e64c81309d29b546","entry":"_get_intent_system_prompt","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e64c81309d29b546"}},{"code_sha256_prefix":"e45afab3a740ffe1","entry":"_parse_intent_json","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e45afab3a740ffe1"}},{"code_sha256_prefix":"e36d6343cc51edb1","entry":"_utc_now","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e36d6343cc51edb1"}},{"code_sha256_prefix":"1154de0b1e0ccd24","entry":"HeuristicIntentInferrer","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1154de0b1e0ccd24"}},{"code_sha256_prefix":"7d155b3d836d5e05","entry":"IntentInferrer","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7d155b3d836d5e05"}},{"code_sha256_prefix":"36f6e51a743030e1","entry":"LLMIntentInferrer","repo":"innovation64/AURA","repo_kind":"found_in_text","path":"src/aura/intent.py","file_url":"https://github.com/innovation64/AURA/blob/HEAD/src/aura/intent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"36f6e51a743030e1"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}