Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
427 changes: 258 additions & 169 deletions components/RdpHybridPresentation.js

Large diffs are not rendered by default.

618 changes: 497 additions & 121 deletions components/RdpHybridPresentation.module.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/publicJsonArtifacts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const PUBLIC_JSON_ARTIFACTS = Object.freeze({
title: 'RDP presentation manifest',
description:
'Content hashes and exact retained-frame provenance for the paced RDP presentation video.',
sha256: '4ab70f350be7894c1a3d4556afafd7b20558f9b3e807713518fc3b359d6095c3',
sha256: 'bb38218d7cb4cbcb31b6e188737071380f373fd8449f6ed42521f930bb32ec95',
}),
'/demos/rdp/presentation.timeline.json': Object.freeze({
source: '/demos/rdp/presentation.timeline.json',
Expand All @@ -58,7 +58,7 @@ export const PUBLIC_JSON_ARTIFACTS = Object.freeze({
title: 'RDP hybrid presentation timeline',
description:
'Exact decoded-frame intervals, retained source-frame bindings, compiled graph nodes, and public runtime facts for the RDP presentation.',
sha256: 'bb90f660da908d2ae857b5949b77088fae3f977efcb9dcddb1570d68b1d85567',
sha256: 'b668275ad7308f359380aa1bcb89ce98b7ae49673b36c4491330c399b2472403',
}),
'/desktop-preview/MANIFEST.json': Object.freeze({
source: '/desktop-preview/MANIFEST.json',
Expand Down
28 changes: 3 additions & 25 deletions pages/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import ExecuteApiExchange from '@components/ExecuteApiExchange'
import ExecuteBoundaryFlow from '@components/ExecuteBoundaryFlow'
import ExecuteOutcomeCards from '@components/ExecuteOutcomeCards'
import Footer from '@components/Footer'
import JsonArtifactLink from '@components/JsonArtifactLink'
import RdpHybridPresentation from '@components/RdpHybridPresentation'

const description =
Expand Down Expand Up @@ -131,30 +130,9 @@ export default function ExecutePage() {
<p className="mt-2 text-sm leading-relaxed text-ink-2">Model calls, wrong-record writes, and silent incorrect successes.</p>
</article>
</div>
<div className="mt-4 flex flex-col gap-4 text-xs leading-relaxed text-ink-3 md:flex-row md:items-start md:justify-between">
<p className="max-w-2xl">
Reference qualification with synthetic data. The presentation uses exact retained RDP frames and the exported compiled graph. The slower timing affects the video only.
</p>
<p className="flex shrink-0 flex-col gap-2 text-sm">
<JsonArtifactLink source="/demos/rdp/qualification.json" className="font-medium">
Inspect the qualification evidence →
</JsonArtifactLink>
<JsonArtifactLink source="/demos/rdp/program-graph.json" className="font-medium">
Inspect the compiled workflow →
</JsonArtifactLink>
<JsonArtifactLink source="/demos/rdp/presentation.timeline.json" className="font-medium">
Inspect the media timeline →
</JsonArtifactLink>
<a
href="https://github.com/OpenAdaptAI/openadapt-flow/blob/main/docs/backends/RDP.md"
target="_blank"
rel="noopener noreferrer"
className="font-medium"
>
Read the RDP architecture →
</a>
</p>
</div>
<p className="mt-4 max-w-2xl text-xs leading-relaxed text-ink-3">
Reference qualification with synthetic data. The presentation uses exact retained RDP frames and the exported compiled graph. The workflow is shown above. Open Technical evidence for the reports, hashes, and raw artifacts.
</p>
</div>
</div>
</section>
Expand Down
Binary file modified public/demos/rdp/openadapt-rdp-demo.mp4
Binary file not shown.
Binary file modified public/demos/rdp/poster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/demos/rdp/presentation.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
800
],
"hybrid_timeline": "openadapt-rdp-demo.timeline.json",
"hybrid_timeline_sha256": "bb90f660da908d2ae857b5949b77088fae3f977efcb9dcddb1570d68b1d85567",
"hybrid_timeline_sha256": "b668275ad7308f359380aa1bcb89ce98b7ae49673b36c4491330c399b2472403",
"phases": [
{
"outcome": "RECORDED",
Expand Down Expand Up @@ -88,6 +88,6 @@
"schema_version": "openadapt.rdp-presentation-render.v2",
"timing": "paced derivative; source frames and input events remain exact",
"video": "openadapt-rdp-demo.mp4",
"video_sha256": "f98655660d56eb8c96fc50c7d87a6759a895a108ea2fc46616208f7a27537af9",
"video_sha256": "c8df573bd0edbf139d4b5718ee14f2bf35b7e69331bfd9c5bc592dbf2e351504",
"workflow_digest": "da52230dbde8d8ae6bd8060f4d2dc3f8c503487bbb3a214159af9550317670b9"
}
2 changes: 1 addition & 1 deletion public/demos/rdp/presentation.timeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
800
],
"video": "openadapt-rdp-demo.mp4",
"video_sha256": "f98655660d56eb8c96fc50c7d87a6759a895a108ea2fc46616208f7a27537af9"
"video_sha256": "c8df573bd0edbf139d4b5718ee14f2bf35b7e69331bfd9c5bc592dbf2e351504"
},
"program_graph_sha256": "7cb346cabe49b1077b9eaa960257d32f6a9262401fcf7443218e7726a7203570",
"schema_version": "openadapt.rdp-hybrid-presentation.v1",
Expand Down
Loading