anyclaw — DeepSeek Agents | Neura Market
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityTrendingGenerate
    DeepSeekAgentsanyclaw
    Back to Agents
    anyclaw

    anyclaw

    wz289494 March 7, 2026
    12 copies 0 downloads

    基于 LangChain 的 CLI Agent 框架,采用 ReAct(Reasoning + Acting)模式。支持 OpenAI、Gemini、Qwen、DeepSeek、Kimi 等多种 LLM 提供商,提供流式响应、会话持久化、工具扩展、Token 追踪、消息压缩等特性。通过vibe coding进行简单的配置和工具添加,即可快速搭建通用或垂类 Agent,无需深入框架底层

    Agent Definition
    <div align="center">
    
    ![AnyClaw Logo](docs/logo图/logo图.png)
    
    # AnyClaw Agent框架
    
    **轻量化 Agent 框架,快速搭建专属垂类Agent**
    
    [![Python](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
    [![LangChain](https://img.shields.io/badge/LangChain-1.0+-green.svg)](https://www.langchain.com/)
    [![Rich](https://img.shields.io/badge/Rich-13.7.0+-orange.svg)](https://github.com/Textualize/rich)
    [![Typer](https://img.shields.io/badge/Typer-0.9.0+-blue.svg)](https://typer.tiangolo.com/)
    [![Version](https://img.shields.io/badge/version-0.1.0-blue)](https://github.com/yourusername/anyclaw)
    
    </div>
    
    ---
    
    ## 📖 项目介绍
    
    **AnyClaw** 是一个**轻量化**的 Agent 框架,基于 LangChain 构建,采用 ReAct(Reasoning + Acting)模式,让你能够快速开发并接入 skills/tools,搭建属于自己的垂类Agent。
    
    ### 1. 核心特性
    
    - **轻量化设计**:核心代码简洁高效,依赖少,部署方便,易于扩展
    - **流式响应**:支持 token 级别的实时流式输出,提供流畅的交互体验
    - **ReAct Agent**:基于 ReAct 模式的智能推理与执行框架
    - **多模型支持**:支持 OpenAI、DeepSeek、Qwen、DeepSeek、Kimi 等多种 LLM 提供商
    - **工具系统**:灵活的工具扩展机制,轻松添加自定义工具
    - **Skills 元技能**:支持通过 `skills/*/SKILL.md` 注册元技能,提供标准化脚本入口(`/skills` 查看列表)
    - **会话管理**:完整的会话持久化与恢复功能,支持多会话切换
    - **Token 追踪**:实时追踪每次调用的 token 消耗,支持按步骤统计
    - **消息压缩**:自动压缩历史消息,节省 token 成本
    - **任务隔离**:每个会话拥有独立的 sandbox 目录,文件互不干扰
    - **多模式支持**:提供 CLI 命令行、API 服务两种运行模式
    - **美观界面**:基于 Rich 的美化命令行界面,支持 Markdown 渲染
    - **命令系统**:丰富的命令支持(`/new`, `/memory`, `/models`, `/tools`, `/clear`, `/exit`)
    
    ### 2. 核心定位
    
    核心设计理念是:**只需 vibe coding专属的工具,即可改造搭建为自己的通用/垂类Agent**。
    
    - **轻量化**:框架设计简洁,核心功能模块化,易于理解和定制
    - **低侵入**:所有配置都通过简单的 YAML 文件和代码修改即可完成,无需深入框架底层
    - **高扩展性**:支持自定义工具和技能,快速扩展 Agent 能力
    - **多模式**:提供命令行和 API 两种运行模式,满足不同场景需求
    
    ### 3. 运行模式
    
    AnyClaw 提供两种运行模式,满足不同场景的需求:
    
    #### (1)CLI 命令行模式
    - **使用方式**:`anyclaw-cli` 或 `python -m cli.main`
    - **特点**:交互式命令行界面,支持实时对话和工具调用
    - **适用场景**:本地开发、调试、个人使用
    
    #### (2)API 服务模式
    - **使用方式**:`anyclaw-api`
    - **特点**:后台挂载 HTTP 服务,提供 RESTful 接口
    - **适用场景**:集成到其他应用、多用户访问、自动化流程
    
    ### 4. 亮点展示
    
    - **快速上手**:简单的安装和配置流程,5分钟即可开始使用
    - **灵活定制**:支持修改图标、欢迎语、system prompt 等,个性化你的 Agent
    - **智能工具调用**:基于 ReAct 模式的智能推理,自动选择合适的工具执行任务
    - **会话管理**:完整的会话持

    Tags

    agentlangchainllmopenclaw

    Comments

    More Agents

    View all
    hybrid-model-workflow

    hybrid-model-workflow

    HAL 分层混合模型工作流 — 强模型(Claude)负责理解/拆解/验收,低成本模型(DeepSeek)负责检索/提取/清洗。Hermes Agent skill。

    P
    ph4ble
    1
    Dynamic-Review-Agent

    Dynamic-Review-Agent

    An LLM agent fine-tuned on DeepSeek for spaced repetition, dynamically integrating knowledge points based on the Ebbinghaus forgetting curve.

    1
    1838177
    1
    StellarOS-Watch

    StellarOS-Watch

    基于 STM32F103 构建的端到端 AI 智能手表生态。自研“零重定位”原生机器码动态加载引擎与页面栈式 UI 框架;集成生产级 OTA 回滚保护机制与高带宽(921600 baud)串口协议栈。通过 Node.js 中继实现 DeepSeek AI 语义控制及 ASRPRO 语音全双工交互,是一个集成了分布式计算、现代存储管理与 AI Agent 的嵌入式全栈工程。

    C
    chenshuang888
    1
    UAVagent1.0deepseek

    UAVagent1.0

    A Meta-Agent-Driven Self-Evolving Multi-Agent System for UAV Detection and Tracking

    S
    StarlitPupils
    2
    hermes-goai-agent

    hermes-go

    One command to run Hermes AI Agent with a browser UI. Zero prerequisites. 一行命令,AI 就位。

    L
    LAI-755
    1
    Agent

    Agent

    网页应用Agent,接入DeepSeek、Mimo等模型

    C
    Cosmos-815
    1

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.