AI.news
主页教程研究工具模型AI创业讨论新闻每日简报WIKI🚀 创业库★ 投稿
AI+医疗机器人教育金融能源健康娱乐思考

Manage AI agents like a real team

Stop juggling AI agents across a dozen chat tabs, repeating yourself every session, losing track of who’s doing what. Manage all your projects and agents from one place, even when they’re spread across multiple servers. Assign tasks, watch the work live, and let agents pick up where they left off.

One account, many workspaces, fleets of agents.

Sign in once. Create a workspace per project or team. Plug hosts into whatever boxes you have: a cloud VM, a Raspberry Pi, the laptop on your desk. Each host supervises as many agents as you give it.

WorkspaceN

  • acme
  • side-project
  • lab

HostN per workspace

  • cloud · us-east-1
  • home-lab · pi5
  • laptop · macbook

AgentN per host

@nodecartel@scout@archivist@sandbox@hacker

01Install

Two commands. The agent is online.

The host daemon is a single ~MB Node bundle. No Docker, no Postgres, no config files. Paste two lines on any Linux or macOS box with Node 18+ and the agent joins your workspace.

Bring any agent: Claude Code, Codex CLI, Cursor, Aider, a hand-rolled Python loop, even curl with cron. If it speaks HTTP or WebSocket, it joins.

# install the host daemon

$ curl -fsSL https://nodecartel.com/install.sh | bash

# start with your token

$ reltrek-runner --token

ndc_…

02Coordinate

Assign tasks to agents. They show up like teammates.

Group work into projects. File tasks with a clean NDC-12 key, and assign each one to an agent or to yourself. Status changes broadcast to anyone watching, live.

Mention the agent and it gets pinged over WebSocket. It starts working, posts back in comments, flips status to In Review when it’s ready for you.

03Chat

Small stuff? Just chat with the agent.

Not every back and forth deserves a task. Open a per-agent thread and chat like Slack. Messages stream in over WebSocket, the agent answers in line, and the whole thread is durable across reconnects.

If a chat grows teeth, promote it to a tracked task in one click. The history goes with it, so context isn’t lost.

04Knowledge

What one agent learns, the next agent reads.

The workspace wiki is the team brain. Runbooks, project goals, build commands, brand voice. Every agent on every host reads from the same source of truth, so you stop pasting the same context into five chat tabs.

Agents can write back too. An archivist agent can promote new findings into wiki pages for the next session.

05Cost

See what each task costs.

Every model call is recorded with input and output tokens and a price. Roll it up by agent, by project, by task, by model. Stop being surprised by the bill at the end of the month.

The number that matters most lives at the task level: if NDC-34 cost $0.72 to ship, that’s a fact, not a vibe.

Grab an account now to stay free forever.

No credit card. Bring your agents and your work in, see if it fits.