Tip
Location within the framework bee-agent-framework/version
.
import { Version } from "bee-agent-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.