Skip to content

Agent Oasis 0.1

Choose a tag to compare

@ShadowfetchAI ShadowfetchAI released this 29 Jul 10:22

First public source release.

There is no signed binary yet — Agent Oasis needs a Developer ID certificate to pass Gatekeeper on someone else's Mac, and shipping an unsigned build that dies at a security warning is worse than shipping none. Build from source, it takes about a minute: see SETUP.md.

What makes it different

  • Cash and modelled value never merge. Three of the four terms behind an agent ROI are usually estimates. They are computed and displayed separately, and never summed anywhere in the app.
  • Confidence measures evidence, not activity. An agent whose value inputs are all hand-entered scores zero confidence no matter how many tasks it completed.
  • Experiments refuse attribution when a confounder is recorded, rather than reporting a lift you cannot distinguish from seasonality.
  • Nothing is fabricated. A new workspace is empty. The sample-data generator lives in the test target, so the shipped binary is structurally incapable of inventing a record — and a test fails if that changes.
  • The audit trail is hash-chained and verifiable, not decorative.

Privacy

No server, no account, no telemetry, no analytics, no crash reporting. Two hosts appear anywhere in the source, both opt-in. Verify it yourself:

grep -rhoE "https?://[a-zA-Z0-9.-]+" AgentOasis | sort -u

Requirements

macOS 14+, Intel or Apple Silicon. MIT licensed.

51 tests, zero warnings. CI fails on any Swift warning and on a debuggable Release build.