[Grid agent] Expose bounded world perception and read-only knowledge tools #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Give the model a compact, current, inspectable understanding of the virtual world through bounded read-only tools rather than dumping raw protocol state into prompts.
Tool surface
Acceptance criteria
Dependencies
Depends on architecture, lifecycle generation fencing, LLM tools, and policy. Visual pixel rendering is a separate issue.
Implemented in commit
3a0ead7(pushed to main).What landed:
Verification:
Runner limitations recorded transparently: compiling the repository full generated libremetaverse source is SIGKILLed by this 8GiB runner before rustc reaches metacrate-grid-agent, both with normal debug settings and debug info disabled. The focused API-faithful live boundary build checks the exact manager signatures used here. The Windows target check reaches aws-lc-sys but this runner lacks x86_64-w64-mingw32-gcc; the implementation itself adds no platform-specific API.
Post-implementation review against every #124 objective/acceptance bullet found no remaining issue-scope gap.