Skip to content

feat: add nemoclaw ACP example with Runloop devbox and Axon#17

Open
tode-rl wants to merge 1 commit intomainfrom
agent/nemoclaw-acp-example
Open

feat: add nemoclaw ACP example with Runloop devbox and Axon#17
tode-rl wants to merge 1 commit intomainfrom
agent/nemoclaw-acp-example

Conversation

@tode-rl
Copy link
Copy Markdown
Contributor

@tode-rl tode-rl commented Apr 4, 2026

Summary

  • Adds a new nemoclaw/ folder with TypeScript and Python examples
  • Installs NemoClaw on a Runloop devbox via npm install -g nemoclaw in launch_commands
  • Connects to the agent over ACP using a Runloop Axon with a broker_mount (protocol acp, agent_binary nemoclaw)
  • Uses @agentclientprotocol/sdk (TS) / agent-client-protocol (Python) for the ACP message types
  • Mirrors the existing axon-broker-agents/axon_acp_docs.* pattern, adapted for NemoClaw

Test plan

  • export RUNLOOP_API_KEY=...
  • TypeScript: cd nemoclaw && bun install && bun run nemoclaw_acp.ts
  • Python: cd nemoclaw && uv run nemoclaw_acp.py
  • Confirm devbox creation, ACP handshake, and streamed response from NemoClaw

🤖 Generated with Claude Code

Adds a new nemoclaw/ folder demonstrating how to install NemoClaw on a
Runloop devbox and communicate with it via the Agent Client Protocol (ACP)
over a Runloop Axon, with both TypeScript (Bun) and Python (uv) implementations.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant