()
| 3 | import GoHome from '~/components/ui/go-home'; |
| 4 | |
| 5 | export const meta: MetaFunction = () => { |
| 6 | return [ |
| 7 | { title: 'AI Agent Pipe Stream ⌘' }, |
| 8 | { name: "description", content: "AI Agent pipe to stream a text completion" }, |
| 9 | ]; |
| 10 | }; |
| 11 | |
| 12 | |
| 13 | export default function Page() { |
nothing calls this directly
no outgoing calls
no test coverage detected