Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AWS DynamoDB storage driver with on-demand billing
npm install @aws-sdk/client-dynamodb
import { DynamoDBStorage } from "@agentium/core"; const storage = new DynamoDBStorage({ region: "us-east-1", tableName: "agentium_kv", }); // Local development const storage = new DynamoDBStorage({ endpoint: "http://localhost:8000", region: "local", });
tableName
string
"agentium_kv"
region
endpoint
credentials
object
initialize()
namespace
key