zbot โ€” DeepSeek AI Agent
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityTrending
    DeepSeekAgentszbot
    Back to Agents
    zbot

    zbot

    LingaoM March 12, 2026
    24 copies 0 downloads

    Iโ€™m zbot ๐Ÿฆž, an embedded AI agent running on Zephyr RTOS across multiple hardware platforms.

    <h1 align="center">๐Ÿฆž zbot</h1> <p align="center"> An open-source embedded AI agent powered by Zephyr RTOS<br> zbot implements a ReAct (Reason + Act) loop that connects to any OpenAI-compatible LLM API, enabling hardware control, persistent memory, and multi-step skills. </p> <p align="center"> <img src="docs/logo.jpg" width="360"/> </p>

    ๐ŸŽฌ Demo

    <p align="center"> <img src="docs/telegram.gif"/> <img src="docs/terminal.gif"/> </p>

    Supported boards: nRF7002-DK (nRF5340 + nRF7002 WiFi), native_sim (Linux host) RTOS: Zephyr โ‰ฅ latest License: Apache-2.0


    Architecture

    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
    โ”‚                    zbot Agent                        โ”‚
    โ”‚                                                      โ”‚
    โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”    โ”‚
    โ”‚  โ”‚  Config  โ”‚  โ”‚  Memory  โ”‚  โ”‚   LLM Client     โ”‚    โ”‚
    โ”‚  โ”‚ endpoint โ”‚  โ”‚ slab poolโ”‚  โ”‚  HTTPS โ†’ OpenAI  โ”‚    โ”‚
    โ”‚  โ”‚ model    โ”‚  โ”‚ + NVS    โ”‚  โ”‚  compatible API  โ”‚    โ”‚
    โ”‚  โ”‚ api key  โ”‚  โ”‚ summary  โ”‚  โ”‚                  โ”‚    โ”‚
    โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜    โ”‚
    โ”‚                                                      โ”‚
    โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”‚
    โ”‚  โ”‚  LLM-visible Tools   โ”‚  โ”‚       Skills         โ”‚  โ”‚
    โ”‚  โ”‚  (src/tools/)        โ”‚  โ”‚  (src/skills/)       โ”‚  โ”‚
    โ”‚  โ”‚                      โ”‚  โ”‚                      โ”‚  โ”‚
    โ”‚  โ”‚  tool_exec โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ–บโ”‚  gpio  (read/write/  โ”‚  โ”‚
    โ”‚  โ”‚    โ””โ”€ skill_run()    โ”‚  โ”‚         blink/sos)   โ”‚  โ”‚
    โ”‚  โ”‚                      โ”‚  โ”‚  system(board/uptime/โ”‚  โ”‚
    โ”‚  โ”‚  read_skill โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ–บโ”‚         heap/status) โ”‚  โ”‚
    โ”‚  โ”‚    โ””โ”€ skill_read_    โ”‚  โ”‚                      โ”‚  โ”‚
    โ”‚  โ”‚       content()      โ”‚  โ”‚  (add more in        โ”‚  โ”‚
    โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ”‚   src/skills/<name>/)โ”‚  โ”‚
    โ”‚                            โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ”‚
    โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”‚
    โ”‚  โ”‚  Shell Commands  (zbot key / chat / 
    

    Tags

    ai-agentclaude-aiclawdbotdeepseekembedediotllm-agentmcunrfnrf7002dk

    Comments

    More Agents

    View all
    Klaatcodeagentic-ai

    Klaatcode

    Open-source AI coding agent for the terminal. Claude Code-grade accuracy with smart model routing โ€” uses the right AI model for each task, cutting costs 10x. Supports Claude, GPT, Gemini, DeepSeek & more.

    K
    KlaatAI
    139
    Agentmakeragent

    Agentmaker

    A general-purpose Python framework for building LLM agents and multi-agent systems. "Four lines of code, an agent with memory."

    X
    xinhuangcs
    74
    Api Model Playground Cookbookai-api

    Api Model Playground Cookbook

    Ultimate LLM API Integration Cookbook 2026 for Cursor & AI Agents

    0
    09omerdgn-droid
    150
    Agent Ecologiesagent-framework

    Agent Ecologies

    Ultimate Multi-Agent OS for Autonomous AI NPCs 2026

    I
    israriqbal
    153
    Private Agent

    Private Agent

    PrivateAgent is an open-source Android automation agent built with Flutter. It utilizes the DeepSeek API and native Android Accessibility Services to interpret screen layouts and execute multi-step tasks across any installed application via natural language commands.

    O
    orailnoor
    123
    Loom Novel

    Loom Novel

    ๆŠŠไธ€้˜Ÿๅˆ†ๅทฅ Agent ็ป‡ๆˆไธ€ๆกๅ†™ๅฐ่ฏด็š„ๆตๆฐด็บฟ,ๅšๆˆๆกŒ้ขๅฎขๆˆท็ซฏ;ๅ†™ไฝœๆŒ‡็บน่ฎฉๅฎƒ่ถŠๅ†™่ถŠๅƒไฝ (BYO DeepSeek key,็บฏๆœฌๅœฐ)ใ€‚

    W
    WadeZhao23
    184

    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.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this DeepSeek resource

    • Generating AI Videos with VEO3 and Distributing with Blotato Across Multiple Platformsn8n ยท $14.99 ยท Related topic
    • Automate Video Publishing Across Multiple Social Platforms from Google Sheetsn8n ยท $14.99 ยท Related topic
    • Automate Lead Engagement Across Multiple Platforms with AIn8n ยท $19.99 ยท Related topic
    • Automate Social Media Posting Across Multiple Platformsn8n ยท $9.99 ยท Related topic
    Browse all workflows