← 返回
未分类 中文

🪢 Agentspace — See what your dev agent is doing, from anywhere

See what your AI dev agent is doing, from anywhere — free, no-signup live dev workspace for AI agent development. The dev agent keeps writing — logs, generat...
See what your AI dev agent is doing, from anywhere — free, no-signup live dev workspace for AI agent development. The dev agent keeps writing — logs, generat...
kalvinrv kalvinrv 来源
未分类 clawhub v1.0.13 1 版本 99878.6 Key: 无需
★ 3
Stars
📥 1,585
下载
💾 3
安装
1
版本
#latest

概述

🪢 Agentspace — See what your dev agent is doing, from anywhere

See what your dev agent is doing — from anywhere. Free, no-signup live dev workspace for AI agent development, debug, and dev-to-dev handoff.

Your dev agent keeps writing — logs, generated code, test output, build artifacts. You open a URL from any device and watch the dev folder evolve in the browser. No sync, no zip, no account.

  1. Run ascli sync ./my-feature to bind the dev folder to a live workspace.
  2. Open the workspace URL in the browser. As the agent writes files, runs tests, or logs output, everything shows up live — no account, nothing to install for the reviewer.

agentspace.so · GitHub · npm @agentspace-so/ascli

Dev use cases

  • Debug failing agent runs by inspecting what files they generated.
  • Test agent output across dev iterations with a live view.
  • Inspect agent build artifacts — generated scripts, logs, outputs.
  • Lint agent-written code as the agent produces it.
  • Refactor agent workflows by observing behavior during dev runs.
  • Profile agent filesystem operations during test runs.
  • Handoff dev state between two developer agents.

How it works

  • Dev workspaces spin up in one command — no signup, no account.
  • Reviewers open the URL in the browser; everything is live as the agent writes.
  • Anonymous dev workspaces stay 24 hours. One email claim keeps them permanent.
  • Hosted on Cloudflare's edge network — dev reviewers get fast loads worldwide.

Dev commands

  • ascli sync — start a dev session (binds the agent's folder to a dev workspace).
  • ascli status — inspect the dev binding for a given folder.
  • ascli share --permission edit — generate a URL to hand the dev session to another developer or AI agent.
  • ascli share --permission view — read-only dev review link.

Install

  1. If ascli is already on PATH, use it.
  2. Else run npx @agentspace-so/ascli@latest , or install with npm install -g @agentspace-so/ascli@latest.
  3. If Node.js is not available, tell the user to install it from nodejs.org first.

Do not pipe a remote script into a shell.

Dev safety (what the dev workspace touches)

When the CLI runs for a dev session:

  • It uploads only the dev folder the user explicitly names to agentspace.so. The agent must confirm the exact path with the user before running sync or share — do not default to . unless the user said so.
  • It writes a dev binding file .ascli.json in the bound folder. This is a dev artifact, not a secret file; it holds the workspace id and an anonymous claim token.
  • It optionally reads ~/.config/ascli/config.json if the developer has a custom dev server URL set.
  • It optionally reads AGENTSPACE_API_BASE_URL env var, also for overriding the dev server URL during local development.
  • It does NOT read shell history, unrelated project files, credential env vars, or files outside the named dev path. All dev traffic goes to agentspace.so only.

Guardrails for the agent

  • Do not invent URLs. Only return what ascli prints to stdout.
  • Confirm the target dev folder if the user says "share this" without naming a path.
  • See references/commands.md for exact command variants.
  • See references/developer.md for the dev HTTP API reference.

版本历史

共 1 个版本

  • v1.0.13 当前
    2026-04-30 21:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

🪞 GPT Image 2 — Image Generation via Your ChatGPT Subscription

kalvinrv
在 Claude Code 中使用 GPT Image2(ChatGPT Images 2.0)生成图像,利用已有的 ChatGPT Plus 或 Pro 订阅,无需单独的 OpenAI 访问权限。
★ 11 📥 5,413
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,402 📥 323,479
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,114 📥 835,469