# Hackathon submission details

## One-line summary

**Verifiable long-horizon agents.** Vithia turns long-running agent work into independently addressable evidence, bounded context, cryptographic breakpoints, and restartable successor state.

## Project details

Vithia is a verifiable runtime for long-horizon agents. Instead of treating a long conversation or task history as one opaque context window, Vithia turns work into independently addressable evidence objects (FCOs) connected in a temporal evidence graph (FCG). Each cycle records source evidence, graph state, policy/field metadata, candidate Golden and Dark paths, the exact bounded context shown to the model, and successor state.

Canonical object hashes are committed through Merkle state breakpoints and a cumulative MMR so later execution can reconstruct what existed and what the model actually saw. A cold-restart demo kills the agent process and reconstructs bounded context and custody state from persisted state rather than replaying the original conversation.

Sponsor lanes bind external actions to the same evidence lineage: Liquid AI for bounded/runtime inference tests, Nimble for live external retrieval, RawTree for persistent telemetry, and Black Forest Labs for generated media evidence. Failed and partial attempts remain in the lineage.

## Technical architecture

Source → AtomFCO → FCG_t → Anticube/ΔG* metadata → PathSet → Golden/Dark paths → ContextProjectionFCO → model/action output → ObservationFCO → FCG_(t+1) → BreakpointFCO → cumulative MMR

BP4 freezes the exact context bytes presented to the model. Breakpoint receipts declare ordered object identities and recomputable Merkle roots. The MMR records append-only breakpoint succession. These integrity structures establish identity/inclusion only.

## Lessons learned

Long-horizon reliability improves when evidence, scoring, selection, context, action, and observation are separate addressable objects rather than one opaque trace. Persisting failures was useful: failed RawTree and Nimble attempts remain predecessors to successful successors. A fresh Liquid 2.6B classifier validation also failed to reproduce an earlier pass, so the negative successor is retained. Cryptographic custody makes restart and state comparison precise, but it does not establish truth or causality.

## Persistent links

https://tokensand.com/p/vithia-verifiable-long-horizon-agents?mode=developer
https://vithia-longhorizon-hackathon.vercel.app/
https://vithia-longhorizon-hackathon.vercel.app/demo.mp4
https://github.com/biobitworks/vithia-longhorizon-hackathon-2026
https://huggingface.co/biobitworks/fco-vithia-fmo-076
https://doi.org/10.5281/zenodo.21829929

## Current verified publication identity

Public repository commit: df2bf06d15a68a11711a75523e2410607c9112ed

Golden Route breakpoint count: 15 (GR0–GR14)

Golden Route cumulative MMR: 3a86b49ea3a148ed9abd66009179f17ad4d63457e4dca74463e82ebe2ae05287

Golden Route V3 manifest SHA-256: ce71b6cfbc903f49e397109b04f3381aa523a1e717682d2ef9894056aef9420a

Public-repository publication Merkle: 82c77db196eebe8c5a4ea39c435324b32d335c10ffe2e6dd3df18c1ca72f7fd6

Public manifest SHA-256: 7e019be763ee0a39f20c312e8bcb2ddd909fd59fa027a54754a940169f5b992d

The publication Merkle seals the declared public repository payload and is separate from the project cumulative MMR. Hashes establish identity/inclusion, not truth or causality.

## Demo checkpoint note

The hosted demo video records an earlier valid predecessor checkpoint. The current public repository, GR14 receipt, and identities above are the authoritative successor state.
