agentcomms

command
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2026 License: MIT Imports: 21 Imported by: 0

Documentation

Overview

Package main is the entry point for the agentcomms CLI.

agentcomms provides two modes:

  • serve: MCP server for AI assistants (OUTBOUND communication)
  • daemon: Background service for human-to-agent messaging (INBOUND communication)

Usage:

# Run MCP server (spawned by AI assistant)
agentcomms serve

# Run daemon (background service)
agentcomms daemon

Environment variables for MCP server:

# Voice calling
export AGENTCOMMS_PHONE_ACCOUNT_SID=your_twilio_sid
export AGENTCOMMS_PHONE_AUTH_TOKEN=your_twilio_token
export AGENTCOMMS_PHONE_NUMBER=+15551234567
export AGENTCOMMS_USER_PHONE_NUMBER=+15559876543
export NGROK_AUTHTOKEN=your_ngrok_token

# Chat (optional)
export AGENTCOMMS_DISCORD_ENABLED=true
export AGENTCOMMS_DISCORD_TOKEN=your_discord_token

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL