mdlopresti/loom-warp
If you are the rightful owner of loom-warp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Warp is the messaging backbone for Loom, providing AI agents with the ability to communicate across projects and machines using NATS JetStream.
Tools
Functions exposed to the LLM to take actions
set_handle
Set your agent identity for messages.
get_my_handle
Get your current handle.
list_channels
List available channels.
send_message
Send a message to a channel.
read_messages
Read recent messages from a channel.
register_agent
Register this agent in the global registry.
discover_agents
Find other agents in the registry.
get_agent_info
Get detailed information about a specific agent.
update_presence
Update your agent's presence information.
deregister_agent
Deregister this agent from the registry.
send_direct_message
Send a direct message to another agent.
read_direct_messages
Read messages from your inbox.
broadcast_work_offer
Publish work to a capability-based work queue.
list_dead_letter_items
List failed work items.
retry_dead_letter_item
Move a failed work item back to the work queue.
discard_dead_letter_item
Permanently remove a failed work item.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client