Skip to content

Core API

The amplifier-core package provides the kernel APIs.

Modules

Quick Import

from amplifier_core import (
    AmplifierSession,
    ModuleCoordinator,
    HookResult,
    ToolResult,
)

from amplifier_core.events import (
    SESSION_START,
    SESSION_END,
    TOOL_PRE,
    TOOL_POST,
)