Skip to content
View toneron2's full-sized avatar

Block or report toneron2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
toneron2/README.md

Tony Slosar

TODOMODO.IO AGENCY LLC  ·  slosars.me  ·  t.me/toneron2

One architecture, tested in several places, converging on one product line: devices at the edge, one portal, services behind it. The other repositories are standalone projects that share the account and, where noted, the pattern.

The problem

An AI agent can act. It usually cannot show why the action was permitted. In healthcare that question has a legal answer, and a confidence score is not one.

TODOMODO

 device ──▶ WebTransport / HTTP/3 ──▶ igent.me (portal) ──▶ BROAD (service #1)
                                       URGE gates every call:
                                       ALLOW / DENY + reasoning trace
Repository What it is Status
physicalized‑agent physicalized‑agent A low-cost healthcare sensor head: stereo cameras, two MEMS microphones in acoustic horns, one ESP32-P4. Deterministic signal processing produces bearings and ranges; a local state machine handles safety; telemetry streams to the portal over WebTransport. The sensor head is specified and not yet built.
URGE URGE The governance engine, in Rust. Evaluates a policy expression across seven formal logics, cross-validates the results, returns a verdict with its derivation. Demo runs in the browser. Published: six crates on crates.io, docs on docs.rs, the demo runs in the browser.
broad broad The first service behind the portal: a healthcare agentic ERP design (ERPNext, n8n, FHIR R4) where every agent action passes a formal check first. Holds the 2025 specifications and the shell logic engine URGE grew from. Specification and partial implementation.

Standalone

Repository What it is Status
SFH-OS SFH-OS Fractal acoustic horns, from geometry through acoustic simulation to L-PBF build preparation. Six Claude Code skills, four MCP servers. Geometry, acoustic simulation and build preparation are implemented; no horn has been machined.
RWS RWS Air-handling-unit design and estimation as seven cooperating agents over psychrometric, component, sizing and cost calculators. Specification, four MCP servers and a scripted demonstration, December 2025.
agent-world agent-world Agent activity rendered as a game world. The README is the postmortem. A failed experiment, kept public.
agentic-platform Project scaffolding for long-running work: thought capture, dependency-aware tasks, an agent that files both. v1.0, January 2026. A test, kept public, no further work.
robosnomo A 1976 Polaris Colt snowmobile made autonomous: perception, engine control and actuation as three layers on a CAN bus. Architecture documented, one of eight hardware components acquired, nothing built.
hum2hendrix Hummed melodies to rendered guitar: pitch detection, scale and grid quantization, amp simulation. The audio-to-MIDI stage is in progress and rendering is not built.

Reading this account

Working implementations, specifications and research prototypes; not products. Each README states what runs and what does not. Written with AI tooling, which is also the subject.

Pinned Loading

  1. physicalized-agent physicalized-agent Public

    Design system for a low-cost healthcare sensor head that computes bearings and ranges instead of running inference, governs itself locally, and streams to igent.me over WebTransport.

    TypeScript

  2. URGE URGE Public

    Deterministic governance engine in Rust: evaluates a policy expression across seven formal logics, cross-validates the results, returns a verdict with its reasoning trace. On crates.io.

    Rust

  3. broad broad Public

    BROAD, Business Resource Observability and Automation Deployment: a healthcare agentic ERP design, the first service behind igent.me. Holds the 2025 specifications and the shell logic engine URGE g…

    Shell

  4. SFH-OS SFH-OS Public

    Fractal acoustic horns: geometry, acoustic simulation and L-PBF build preparation as a Claude Code pipeline. No horn machined yet.

    TypeScript

  5. RWS RWS Public

    Air-handling-unit design and estimation as seven cooperating agents over four calculation servers. Claude Code and MCP, December 2025.

    TypeScript

  6. agent-world agent-world Public

    Multi-agent activity rendered as a game world. It worked and was the wrong instrument; the README is the postmortem.

    Rust