copilotkit 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +8 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -323,18 +323,18 @@ var init_types = __esm({
|
|
|
323
323
|
mastra: "\u{1F311}",
|
|
324
324
|
"pydantic-ai": "\u{1F53C}",
|
|
325
325
|
llamaindex: "\u{1F999}",
|
|
326
|
-
agno: "\u{
|
|
326
|
+
agno: "\u{1F9E0}",
|
|
327
327
|
ag2: "\u{1F916}",
|
|
328
328
|
adk: "\u{1F916}",
|
|
329
329
|
a2a: "\u{1F916}",
|
|
330
330
|
"aws-strands-py": "\u{1F9EC}",
|
|
331
331
|
"microsoft-agent-framework-dotnet": "\u{1F7E6}",
|
|
332
332
|
"microsoft-agent-framework-py": "\u{1F7E6}",
|
|
333
|
-
"mcp-apps": "\
|
|
334
|
-
"agentcore-langgraph": "\
|
|
335
|
-
"agentcore-strands": "\
|
|
333
|
+
"mcp-apps": "\u{1F9E9}",
|
|
334
|
+
"agentcore-langgraph": "\u26C5",
|
|
335
|
+
"agentcore-strands": "\u26C5",
|
|
336
336
|
a2ui: "\u{1F3A8}",
|
|
337
|
-
opengenui: "\
|
|
337
|
+
opengenui: "\u2728"
|
|
338
338
|
};
|
|
339
339
|
FRAMEWORK_CHOICES = [
|
|
340
340
|
{
|
|
@@ -745,9 +745,9 @@ function getTelemetryEndpointUrl() {
|
|
|
745
745
|
}
|
|
746
746
|
function getBuildInfo() {
|
|
747
747
|
return {
|
|
748
|
-
version: true ? "3.0.
|
|
749
|
-
buildNumber: true ? "
|
|
750
|
-
commitSha: true ? "
|
|
748
|
+
version: true ? "3.0.2" : "dev",
|
|
749
|
+
buildNumber: true ? "27026326379" : "dev",
|
|
750
|
+
commitSha: true ? "e7eb31cceb01abb5b64084a5d0764df9d65a4935" : "dev"
|
|
751
751
|
};
|
|
752
752
|
}
|
|
753
753
|
function getC15tBackendUrl() {
|