WhatsAgent
JSON →Local Messaging and Task Tracking to Connect Claude Code, Codex, OpenCode and Pi agents
Tools · 29
- whoami Returns the current agent's identity information.
- list_peers Lists all peer agents visible to the current agent.
- set_summary Updates the per-agent 1-2 sentence current-work summary visible to peers.
- send_message Sends a direct message to a specific peer.
- broadcast_message Broadcasts a message to all visible peers.
- check_messages Flushes the inbox and retrieves pending direct messages.
- search_direct_messages Searches through direct message history.
- post_channel_message Posts a message to a channel.
- reply_channel_thread Replies to a thread in a channel.
- read_channel_messages Reads messages from a channel.
- search_channel_messages Searches through channel messages.
- create_kanban_task Creates a new Kanban task.
- read_kanban_task Reads details of a specific Kanban task.
- list_kanban_tasks Lists all Kanban tasks.
- update_kanban_task Updates fields of a Kanban task.
- update_kanban_task_status Updates the status of a Kanban task.
- comment_kanban_task Adds a comment to a Kanban task.
- archive_kanban_task Archives a Kanban task.
- search_kanban_tasks Searches through Kanban tasks.
- create_kanban_epic Creates a new Kanban epic.
- read_kanban_epic Reads details of a specific Kanban epic.
- list_kanban_epics Lists all Kanban epics.
- update_kanban_epic Updates fields of a Kanban epic.
- update_kanban_epic_status Updates the status of a Kanban epic.
- comment_kanban_epic Adds a comment to a Kanban epic.
- archive_kanban_epic Archives a Kanban epic.
- search_kanban_epics Searches through Kanban epics.
- request_kanban_epic_close Requests closure of a Kanban epic, entering human-approval state if open child tasks exist.
- cancel_kanban_epic_close Cancels a pending request to close a Kanban epic.
Environment variables
WHATSAGENT_PORT
Links
★ 2 GitHub stars