@copilotkit/shared
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
11 lines (8 loc) • 453 B
text/typescript
export const COPILOT_CLOUD_API_URL = "https://api.cloud.copilotkit.ai";
export const COPILOT_CLOUD_VERSION = "v1";
export const COPILOT_CLOUD_CHAT_URL = `${COPILOT_CLOUD_API_URL}/copilotkit/${COPILOT_CLOUD_VERSION}`;
export const COPILOT_CLOUD_PUBLIC_API_KEY_HEADER =
"X-CopilotCloud-Public-Api-Key";
export const DEFAULT_AGENT_ID = "default";
/** Phoenix channel event name used for all AG-UI events. */
export const AG_UI_CHANNEL_EVENT = "ag-ui";