Skip to documentation
Docs navigation
Docs/initialize()
MemoGrafterAgent

initialize()

Verify that storage is ready for the agent.

What it does

Verify that storage is ready for the agent.

The operation is scoped to the agent’s current session, so callers do not pass a session identifier on every call.

Signature

TypeScript
initialize(): Promise<void>

Example

example.ts
await agent.initialize();