百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
F

fastclaw

> AI 编程
开源

多代理框架

1.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

多代理框架

--- 平台管理员: 代理、模型、技能、用户、API 密钥 每个代理的管理: 聊天、自定义、有范围的模型/技能/通道/调度程序 什么是 FastClaw? FastClaw 是一个代理工厂 — 它创建、管理和运行 AI 代理。每个代理都有自己的个性(SOUL.md)、记忆、技能和工具。FastClaw 负责处理 LLM 通信、工具执行、沙箱隔离和会话管理。 bash 安装(将二进制文件放入 / .local/bin 并将其添加到 PATH) curl -fsSL https://raw.githubusercontent.com/fastclaw-ai/fastclaw/main/install.sh | bash Windows: powershell powershell -ExecutionPolicy Bypass -Command "iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/fastclaw-ai/fastclaw/main/install.ps1')" 快速入门 1. 首次运行 bash fastclaw 打开设置向导 → 配置 LLM 提供程序 → 创建默认代理。前台模式;按 ^C 退出。使用 fastclaw 守护进程 start 在后台运行,或使用 fastclaw 守护进程 install 注册一个 launchd / systemd 服务。 2. 控制面板 打开 http://localhost:18953 并使用您的管理令牌登录。 - 代理 — 创建和管理代理,每个代理都有自己的个性和模型 - 技能 — 从 ClawHub 或 GitHub 安装共享技能 - 模型 — 配置 LLM 提供程序(OpenAI、Anthropic、Ollama、OpenRouter 等) - API 密钥 — 发布程序化凭证(管理员/用户/代理级) - 设置 — 一般(主题)、帐户(个人资料 + 密码)、运行时(沙箱配置;仅限管理员) 非管理员用户可以立即获得对模型、API 密钥和设置(一般 + 帐户)的范围访问。他们将管理员共享的资源视为“继承”,并可以在其上层加上自己的私有覆盖 — 代理运行时使用的继承模式与此相同。 3. 代理管理 点击代理以进入其管理面板: - 聊天 — 与代理交谈(调试/测试) - 文件 — 编辑 SOUL.md、IDENTITY.md、MEMORY.md 等 - 技能 — 代理私有技能 - 模型 — 代理特定的提供程序 + 模型覆盖(按名称阻止系统项;代理范围 agents.defaults.model 覆盖系统默认值) - 通道 — 连接 IM 机器人(Telegram、Discord、Slack),以便最终用户可以在选择的平台上与代理聊天 - 调度程序 — 检查某个…

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Agents — Create and manage agents, each with its own personality and model
  • •Skills — Install shared skills from ClawHub or GitHub
  • •Models — Configure LLM providers (OpenAI, Anthropic, Ollama, OpenRouter, etc.)
  • •API Keys — Issue programmatic credentials (admin / user / agent tiers)
  • •Settings — General (theme), Account (profile + password), Runtime (sandbox config; admin only)
  • •Chat — Talk to the agent (debug/test)
  • •Files — Edit SOUL.md, IDENTITY.md, MEMORY.md, etc.
  • •Skills — Agent-private skills
  • •Models — Agent-specific provider + model overrides (shadow system entries by name; agent-scope agents.defaults.model overrides the system default)
  • •Channels — Connect IM bots (Telegram, Discord, Slack) so end-users can chat with the agent on their platform of choice

> 标签

Goagent-factoryagent-runtimefastclawmulti-agent

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类AI 编程
定价开源

> 相关工具

G
GitHub Copilot
GitHub 官方 AI 编程助手,覆盖补全、Chat 与 Agent 模式。
C
Cursor
AI 原生代码编辑器,对话改代码、多文件 Agent 与规则体系是其核心。
S
skills
Skills for Real Engineers. Straight from my .agents directory.