/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["@agent-orchestrator/core"],
};
export default nextConfig;