Files
dobetternorge-tools/README.md
T
daveadmin 2d8d1c7409 Initial release: Do Better Norge Legal Tools Hub
Five MVP tools (Ask, Search, Summarize, Timeline, Redact) with
email+password auth, Azure OpenAI gateway, evidence trail panel,
and process-and-forget privacy default.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-07 00:01:07 +02:00

29 lines
775 B
Markdown

# Do Better Norge Legal Tools Hub
MVP docroot for `tools.dobetternorge.com`.
## Required environment
- `DBN_TOOLS_PASSCODE_HASH`
- `DBN_AZURE_OPENAI_ENDPOINT`
- `DBN_AZURE_OPENAI_API_KEY`
- `DBN_AZURE_OPENAI_API_VERSION`
- `DBN_AZURE_OPENAI_CHAT_DEPLOYMENT`
- `DBN_AZURE_OPENAI_EMBEDDING_DEPLOYMENT`
Optional:
- `DBN_AI_PORTAL_ROOT` (defaults to sibling `ai-portal`)
- `DBN_CAVEAU_CLIENT_SLUG` (defaults to `dave-jr-legal`)
- `DBN_TOOLS_SUPPORT_DIR`
- `DBN_TOOLS_METADATA_LOG`
Create the passcode hash with:
```bash
php -r "echo password_hash('replace-this-passcode', PASSWORD_DEFAULT), PHP_EOL;"
```
The APIs process pasted text in memory and write only metadata such as tool name,
latency, language, source count, chunk count, deployment, and anonymous session id.