Onboard LoreDocs
loredocs_onboardConfigure a LoreDocs workspace by creating domain and agent vaults plus a queryable setup reference doc. Use after installation or to add new domains/agents without altering existing data.
Instructions
Set up or update your LoreDocs workspace configuration.
Call once after installing LoreDocs to get a recommended vault structure. Call again to add new domains or agents -- existing data is never modified.
Creates:
A Config vault with a 'My LoreDocs Setup' reference doc (tagged authoritative)
One vault per domain in domains
One '[Name] Reports' vault per agent in agents
The reference doc is queryable: vault_search('my setup')
Args: name: Workspace or team name domains: Work areas, each becomes a vault (e.g. ['finance', 'research']) agents: Agent names, each gets a '[Name] Reports' vault tag_style: 'simple' (default) or 'detailed'
Vault tags: freeform strings on documents for cross-vault retrieval. Categories: reference, report, template, config, archive, general. Priority: authoritative, normal, draft, outdated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| agents | No | ||
| domains | No | ||
| tag_style | No | simple |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |