Migrate AI runtime to SDK and hardcode Zhipu coding endpoint

This commit is contained in:
2026-02-28 13:59:00 -05:00
parent abae5e7486
commit b9f3b7f9d0
14 changed files with 453 additions and 243 deletions

View File

@@ -3,7 +3,7 @@ import type { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Fiscal Clone',
description: 'Futuristic fiscal intelligence terminal with durable tasks and OpenClaw integration.'
description: 'Futuristic fiscal intelligence terminal with durable tasks and AI SDK integration.'
};
export default function RootLayout({ children }: { children: React.ReactNode }) {