()
| 9 | ]; |
| 10 | }; |
| 11 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected