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

Function Memory

examples/astro/src/components/pages/memory/index.tsx:4–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import PipeRunMemory from '../../pipe-run-with-memory';
3
4export const Memory = () => {
5 return (
6 <div className="w-full max-w-md">
7 <GoHome />
8 <h1 className="text-2xl font-light text-gray-800 mb-1 text-center">
9 AI Agent Pipes: Memory
10 </h1>
11
12 <p className="text-muted-foreground text-base font-light mb-20 text-center">
13 Run a pipe with memory.
14 </p>
15
16 <PipeRunMemory />
17 </div>
18 );
19};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected