Tip
Location within the framework beeai-framework/version.
import { Version } from "beeai-framework/version";
console.log(`Framework version is ${Version}`);Source: examples/version.ts
Note
If you develop the framework locally, the version will always be 0.0.0.
Note
The framework's serializer attaches the framework's version to its metadata. Read more about Serialization.