@hardlydifficult/call
v1.0.5
Published
CLI and client for triggering and monitoring outbound calls
Downloads
568
Readme
@hardlydifficult/call
Minimal CLI + SDK for submitting outbound calls and polling for completion.
Install
npm install @hardlydifficult/callQuick start
export CALL_API_ENDPOINT="https://your-call-service.example.com"
export CALL_API_TOKEN="..."
npx @hardlydifficult/call "Quick update: PR is ready for review."Required environment variables
CALL_API_ENDPOINT: base endpoint for the call APICALL_API_TOKEN: API token
Optional environment variables
CALL_SYSTEM_PROMPT: default system promptCALL_FIRST_MESSAGE: default first message when not passed as CLI argCALL_SOURCE: source identifier override
CLI usage
npx @hardlydifficult/call [message] [options]Options:
--endpoint(orCALL_API_ENDPOINT)--api-token(orCALL_API_TOKEN)--first-message,-m--system-prompt,-p--source,-s
Run npx @hardlydifficult/call --help for details.
