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

Function meta

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

Source from the content-addressed store, hash-verified

3import GoHome from '~/components/ui/go-home';
4
5export const meta: MetaFunction = () => {
6 return [
7 { title: 'AI Agent with Memory ⌘' },
8 { name: "description", content: "Run an AI agent with memory" },
9 ];
10};
11export default function Page() {
12 return (
13 <div className="w-full max-w-md">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected