0.1.13 AI功能大改
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { AiAgentPanel } from "@/components/ai-agent/AiAgentPanel";
|
||||
|
||||
export default function DevAiAgentPage() {
|
||||
return (
|
||||
<div className="mx-auto max-w-[1200px] p-4">
|
||||
<div className="mb-3 text-lg font-semibold">AI Agent 平台 v1(M0)</div>
|
||||
<div className="mb-4 text-sm text-muted-foreground">
|
||||
这是并行实验入口:调用 <code className="rounded bg-muted px-1 py-0.5">/api/ai-agent/run</code>(SSE)
|
||||
</div>
|
||||
<AiAgentPanel />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user