Warning
This project is actively being developed and the API may change.
A Svelte component for replaying agent interactions with timeline controls.
npm install @codecflow/replayer
<script>
import { Replayer, zip } from '@codecflow/replayer';
import { onMount } from 'svelte';
let iterator = $state(null);
onMount(() => {
iterator = zip('/demo.zip');
});
</script>
{#if iterator}
<Replayer {iterator} />
{/if}
npm install
npm run dev
/zip
- Load from ZIP file/dynamic
- Dynamic turn streaming