Initial Agentsd project commit

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 15:09:56 +08:00
commit 1bf1f08f9a
41 changed files with 8106 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
id: claudecode
name: Claude Code
version: 2.1.169
type: standard
syscalls:
- process.spawn
- display.text
- fs.read
- fs.write
- network.request
depends:
- hermes # 可选,用于 agent 编排
exports:
- name: chat
description: Send prompt to Claude Code, get text response (no tools)
- name: code
description: Generate or edit code with Claude Code (Bash/Read/Edit/Write)
- name: review
description: Review code changes (Read/Glob/Grep only)
- name: ask
description: Ask about the codebase (Read/Glob/Grep, max 3 turns)
- name: run
description: Full Claude Code access (all tools, unlimited turns)
entry: python claudecode_plugin.py
port: 50053