Hive
  • Home
  • Modules
    • Agents
    • LLMs (inference)
    • Templates (Prompt Templates)
    • Memory
    • Emitter (Observability)
    • Serialization
    • Tools
    • Cache
    • Logger
    • Version
    • Error Handling
    • SQLTool
Powered by GitBook
On this page
  1. Modules

Version

[!TIP]

Location within the framework Hive-agent-framework/version.

import { Version } from "Hive-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.

PreviousLoggerNextError Handling