Documentation Index
Fetch the complete documentation index at: https://docs.xhipai.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
host | string | "localhost" | MySQL host |
port | number | 3306 | MySQL port |
user | string | "root" | Username |
password | string | "" | Password |
database | string | "agentium" | Database name |
connectionString | string | — | Full connection string |
tableName | string | "kv_store" | Table name |
(namespace VARCHAR(255), key VARCHAR(255), value JSON, PRIMARY KEY(namespace, key)).