🦞 LightClaw: The Featherweight Core of OpenClaw — Your AI Agent in a Tiny Codebase — A lightweight OpenClaw alternative
# LightClaw LightClaw is a **self-hosted Telegram AI agent** inspired by OpenClaw: a small Python codebase with long-term memory, multi-provider LLM routing, skills, and local multi-agent delegation. If you are searching for an **OpenClaw alternative**, **OpenClaw in Python**, or a **Telegram AI bot with memory**, this project is built for that workflow. <div align="center"> <img src="logo.png" alt="LightClaw logo" width="420"> </div> ## Security Disclaimer LightClaw can execute impactful actions (file edits and delegated local agent runs). Use least-privilege credentials, review installed skills, and restrict bot access with `TELEGRAM_ALLOWED_USERS`. ## Why LightClaw - Lightweight and forkable: understand the core quickly and customize without framework overhead. - Practical for solo builders: run on small VPS machines with minimal setup. - Built for real usage: memory recall, file operations, skills, and delegated coding agents. ## Core Features - Infinite memory with SQLite + semantic recall. - 6 LLM providers: OpenAI, xAI, Anthropic, DeepSeek, DeepSeek, Z-AI. - Telegram-first experience with command-driven workflow. - Local terminal chat mode (`lightclaw chat`) using the same runtime stack. - Skills system (hub + local skills). - Local agent delegation (`codex`, `deepseek`) for large coding tasks. - Smart multi-agent orchestration with auto-planning, dependencies, and confirmation flow. - Workspace-native code generation/editing with compact delta reports. - Optional voice transcription with Groq Whisper. ## Quick Start ### 1) One-command setup (recommended) ```bash git clone https://github.com/OthmaneBlial/lightclaw.git && cd lightclaw && bash setup.sh ``` `setup.sh` does everything automatically: - Installs the `lightclaw` command at `~/.local/bin/lightclaw` - Writes your config to `~/.env` - Creates runtime files in `~/.lightclaw` Then run: ```bash lightclaw run ``` If your shell has not reloaded `PATH` yet, use: ```bash ~/.local/bin/lightcl
HAL 分层混合模型工作流 — 强模型(Claude)负责理解/拆解/验收,低成本模型(DeepSeek)负责检索/提取/清洗。Hermes Agent skill。
An LLM agent fine-tuned on DeepSeek for spaced repetition, dynamically integrating knowledge points based on the Ebbinghaus forgetting curve.
基于 STM32F103 构建的端到端 AI 智能手表生态。自研“零重定位”原生机器码动态加载引擎与页面栈式 UI 框架;集成生产级 OTA 回滚保护机制与高带宽(921600 baud)串口协议栈。通过 Node.js 中继实现 DeepSeek AI 语义控制及 ASRPRO 语音全双工交互,是一个集成了分布式计算、现代存储管理与 AI Agent 的嵌入式全栈工程。
A Meta-Agent-Driven Self-Evolving Multi-Agent System for UAV Detection and Tracking
One command to run Hermes AI Agent with a browser UI. Zero prerequisites. 一行命令,AI 就位。
网页应用Agent,接入DeepSeek、Mimo等模型