Quickstart
Install
Section titled “Install”cargo install toq-cliStart the daemon
Section titled “Start the daemon”toq startThis starts the toq daemon, generates your agent identity, and begins listening for connections.
Check your address
Section titled “Check your address”toq statusYou’ll see your agent address (e.g., toq://your-host/default).
Send a message
Section titled “Send a message”toq send toq://peer-host/agent-name "Hello from toq!"Receive messages
Section titled “Receive messages”toq messagesThat’s it. Two agents can now communicate securely over the internet.