• Joined on 2026-02-16
hugo pushed to main at hugo/MetaCrate 2026-08-18 10:27:16 +00:00
00707fd8df Package portable grid agent operation (#134)
hugo commented on issue hugo/MetaCrate#133 2026-08-18 10:14:54 +00:00
[Grid agent] Build deterministic fake-grid, fake-LLM, and adversarial test infrastructure

Implemented in fe8d011. Added metacrate-grid-agent::testing with a unified deterministic FakeGrid implementing the production session, perception, embodiment, build, landmark, script-inventory,…

hugo closed issue hugo/MetaCrate#133 2026-08-18 10:14:54 +00:00
[Grid agent] Build deterministic fake-grid, fake-LLM, and adversarial test infrastructure
hugo pushed to main at hugo/MetaCrate 2026-08-18 10:14:42 +00:00
fe8d0119ef Add deterministic agent protocol harness (#133)
hugo commented on issue hugo/MetaCrate#132 2026-08-18 09:58:18 +00:00
[Grid agent] Render pure-Rust viewport snapshots for multimodal questions

Implemented in 11a8c37. Added a bounded deterministic synthetic viewport pipeline in metacrate-grid-agent: live camera/FOV and simulator-generation capture, pure-Rust faceted mesh rendering and…

hugo closed issue hugo/MetaCrate#132 2026-08-18 09:58:18 +00:00
[Grid agent] Render pure-Rust viewport snapshots for multimodal questions
hugo pushed to main at hugo/MetaCrate 2026-08-18 09:57:59 +00:00
11a8c37f21 Implement pure Rust visual snapshots (#132)
hugo commented on issue hugo/MetaCrate#131 2026-08-18 09:33:10 +00:00
[Grid agent] Build authorized scripted prim objects with transactional cleanup

Implemented in commit 64edd8d. Added a versioned, strict declarative prim-build plan with conservative 16-prim limits, finite/bounded geometry and distance validation, topology/cycle checks,…

hugo closed issue hugo/MetaCrate#131 2026-08-18 09:33:10 +00:00
[Grid agent] Build authorized scripted prim objects with transactional cleanup
hugo pushed to main at hugo/MetaCrate 2026-08-18 09:32:41 +00:00
64edd8df46 Implement transactional scripted prim builds (#131)
hugo commented on issue hugo/MetaCrate#130 2026-08-18 09:09:03 +00:00
[Grid agent] Accept landmarks and provide authorized teleport and roaming workflows

Implemented and pushed in 08696cd.

Added native metacrate-grid-agent landmark intake/catalog/teleport/roaming. Authorized direct landmark and folder offers use existing compatibility events, lazy…

hugo closed issue hugo/MetaCrate#130 2026-08-18 09:09:03 +00:00
[Grid agent] Accept landmarks and provide authorized teleport and roaming workflows
hugo pushed to main at hugo/MetaCrate 2026-08-18 09:08:52 +00:00
08696cd2fe Implement authorized landmark roaming (#130)
hugo commented on issue hugo/MetaCrate#129 2026-08-18 08:38:40 +00:00
[Grid agent] Generate, validate, inventory, and deliver LSL scripts safely

Implemented and pushed in a749111.

The public/IM LSL workflow now uses a strict name/description/source schema, binds delivery exclusively to the authenticated sender UUID, validates bounded…

hugo closed issue hugo/MetaCrate#129 2026-08-18 08:38:40 +00:00
[Grid agent] Generate, validate, inventory, and deliver LSL scripts safely
hugo pushed to main at hugo/MetaCrate 2026-08-18 08:38:20 +00:00
a749111657 Implement safe public LSL delivery (#129)
hugo commented on issue hugo/MetaCrate#128 2026-08-18 08:16:20 +00:00
[Grid agent] Build the cross-platform operator TUI

Implemented in commit 6370b3e. Added a pure-Rust cross-platform operator TUI with one reducer/snapshot model for authenticated in-process and TCP clients; overview, session, queue/budget, roaming,…

hugo closed issue hugo/MetaCrate#128 2026-08-18 08:16:20 +00:00
[Grid agent] Build the cross-platform operator TUI
hugo pushed to main at hugo/MetaCrate 2026-08-18 08:15:56 +00:00
6370b3e416 Implement cross-platform grid agent operator TUI (#128)
hugo closed issue hugo/MetaCrate#127 2026-08-18 07:57:42 +00:00
[Grid agent] Record structured observability, audit, metrics, and replay data