You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install ark.
npm install -g @agents-at-scale/ark
ark install
# Either install the agent...
helm install claude-code-agent oci://ghcr.io/dwmkerr/charts/claude-code-agent --set apiKey=$ANTHROPIC_API_KEY# ...or run in the cluster with live-reload
devspace dev
# Check the status of the a2a server and claude code agent.
kubectl get a2aserver
kubectl get agent
# Run the ark dashboard and chat, send a single message, or run the interactive# chat in the terminal.
ark dashboard
ark query agent/claude-code 'hi'