๐Ÿฆž

LOCAL-FIRST / OPEN SOURCE

Your local agent, ready to act.

Ask from a surface you already use. Lobster0 understands intent, checks boundaries, requests approval, and finishes the work on your machine.

  • TUILocal controlFull visibility
  • FeishuWork surfaceTeam delivery
  • TelegramMobile surfaceAlways reachable
  • DiscordCommunityIsolated delivery
Action is not a black box.
  1. MESSAGE_RECEIVEDaccepted
  2. AGENT_PLANNINGpending
  3. POLICY_CHECKpending
  4. APPROVALpending
  5. TOOL_EXECUTIONpending
  6. RESULT_DELIVEREDpending

FEATURES / 02

One core. Five inspectable system views.

01 / CORE LOOP

Message to result is a controlled execution path.

The model reads intent. Policy sets limits. Approval binds arguments. Only then can a Tool act.

  • Six-step Trace
  • OpenAI-compatible Provider
  • Results return in context
  • Structured execution records
lobster0 trace --follow
  1. 01MESSAGE_RECEIVEDacceptedowner / tui
  2. 02AGENT_PLANNINGrunningintent โ†’ tool
  3. 03POLICY_CHECKallowedworkspace / argv
  4. 04APPROVALwaitingexact arguments
  5. 05TOOL_EXECUTIONrunningisolated action
  6. 06RESULT_DELIVEREDsucceededsame conversation

HOW IT RUNS / 03

What it does when things go wrong.

01 / BOUNDARY MOMENT

You say no, and it actually stops.

A denial is not "rephrase and retry". The rejected arguments are void on the spot โ€” no detour, no retry, no quietly splitting the task into smaller steps.

  1. Request"clean out /tmp"
  2. Arguments lockedrm -rf /tmp/*
  3. Owner deniestapped "Deny"
  4. Stoppedthese argv are void

RUN IT YOURSELF

One command to install. Then just use it.

After install, `lobster0 setup` walks you through the model key and owner, and `lobster0 gateway` brings the channel up. Credentials never leave your machine.

Python 3.12+uvv0.7.0
One command to install
W=lobster0_agent-0.7.0-py3-none-any.whl
curl -fL --proto '=https' --tlsv1.2 -o /tmp/${W} \
  https://github.com/NEDONION/lobster0/releases/download/v0.7.0/${W} \
  && uv tool install --python 3.12 "/tmp/${W}[feishu]"
Configure and start
lobster0 setup
lobster0 gateway