A small helpdesk system: an office Pixel running a patched GrapheneOS Dialer answers technician calls, records both call legs as separate channels, and a Ruby backend transcribes them through Whisper and files an AI summary against the caller. Squashed to a single commit for sharing. No credentials are included; secrets live outside the repo in /etc/helpdesk/env on the server or a gitignored .claude/env.local locally. See .claude/env.local.example for the shape. Start at README.md, then docs/architecture.md.
16 lines
556 B
Text
16 lines
556 B
Text
Copyright (c) 2026 Lucy Doupalů. All rights reserved.
|
|
|
|
This software is made available solely for evaluation and testing by
|
|
authorized recipients.
|
|
|
|
You MAY:
|
|
- run, execute, and test this software
|
|
- read the source and report feedback to the copyright holder
|
|
|
|
You MAY NOT:
|
|
- redistribute, publish, mirror, or otherwise make this software
|
|
available to any third party, in whole or in part
|
|
- create or distribute derivative works
|
|
- use this software in production or for any commercial purpose
|
|
|
|
No other rights are granted, express or implied.
|