MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / Page

Function Page

examples/remix/app/routes/demo.memory.tsx:11–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 ];
10};
11export default function Page() {
12 return (
13 <div className="w-full max-w-md">
14 <GoHome />
15
16 <h1 className="text-2xl font-light text-gray-800 mb-1 text-center">
17 AI Agent Pipes: Memory
18 </h1>
19 <p className="text-muted-foreground text-base font-light mb-20 text-center">
20 Run a pipe with memory.
21 </p>
22 <PipeRunMemory />
23 </div>
24 );
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected