ClaudeCodeAgent

Claude Code Agent

langbot-teamClaudeCodeAgent
Plugin4 downloadsAgent Runner1

Run Claude Code CLI as a LangBot AgentRunner.

Claude Code Agent

Overview

Run Claude Code CLI as a LangBot AgentRunner.

Package information

Capabilities

  • Enabled: streaming, tool calling, knowledge retrieval, steering
  • Not declared: multimodal input, interrupt

Configuration

FieldTypeRequiredDefault
daemon-enabledbooleanNofalse
daemon-hoststringNo127.0.0.1
daemon-portintegerNo8767
daemon-tokensecretNoEmpty
locationselectYeslocal
workspacestringNoEmpty
commandstringNoclaude
args-jsonstringNo[]
env-jsonstringNo{}
ssh-targetstringNoEmpty
ssh-portintegerNo22
daemon-idstringNoEmpty
timeoutintegerNo300
streamingbooleanNotrue
reuse-sessionbooleanNotrue
dangerously-skip-permissionsbooleanNotrue
knowledge-basesknowledge-base-multi-selectorNo[]
langbot-assets-enabledbooleanNotrue
mcp-bridge-transportselectNoauto
mcp-servers-jsonstringNo[]

Host permissions

  • tools: detail, call
  • knowledge_bases: retrieve
  • history: page

Installation and usage

  1. Install the plugin from the LangBot plugin marketplace.
  2. Select the Runner ID below in the Pipeline AgentRunner selector.
  3. Fill in connection settings from the table and store credentials in secret fields in the admin UI.

Security and limitations

  • The runner can use only LangBot resources authorized for the current run.

  • By default, Claude Code runs with --dangerously-skip-permissions because LangBot does not yet expose an interactive approval flow. Use it only with trusted workspaces and a constrained operating-system account. Set dangerously-skip-permissions to false to restore Claude Code's normal permission checks.

  • Availability, model abilities, and rate limits depend on the external service.

  • See the localized README files under readme/ for translated guidance.

  • Follow-ups are injected between turns, not mid-token.

  • Follow-up turns currently carry text only; attachments on follow-ups are not yet forwarded.

  • Steering only applies when the run has a conversation scope; otherwise the runner transparently falls back to single-turn execution.

Structured interactions

The runner exposes a real MCP tool named ask_user_question through the run-scoped LangBot MCP bridge. Its standard Claude tool_use event is converted to LangBot's provider-neutral interaction.requested contract. The CLI process is stopped while the user is answering. A card submission starts a new AgentRun, resumes the same Claude Code session, and sends the answer as the next authoritative user turn. Claude CLI must complete an MCP call before persisting a resumable session, so it cannot accept a second result for the old tool_use_id after the process exits. No Python coroutine or Claude process is kept waiting for the user.

Use Claude Code Agent in Feishu/Lark bots, DingTalk bots, WeCom bots, WeChat bots, QQ bots, Slack bots, Discord bots, Telegram bots, LINE Bots, and Matrix Bots.

Host your bot on LangBot Cloud and connect this extension to the collaboration platforms your team already uses.

Open LangBot Cloud

Comments