Xxw Agent
Description
基于python,参考claude code制作的一个小型通用agent,如果你想快速学习claude code的做法,但又苦于claude code代码太多,又不熟悉TS,可以fork本仓库用于学习
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🤖 Minimal Agent
**A lightweight, Claude Code-inspired Agent implementation in Python**
[](https://www.python.org/downloads/) [](https://www.anthropic.com/api) [](LICENSE)
*Built with streaming responses · Concurrent tool execution · Smart context compression*
🌐 **English** | [中文](README-zh.md)
📋 Table of Contents
- ✨ Features
- 🚀 Quick Start
- 📖 Detailed Usage
- 🏗️ Architecture
- 🔧 Configuration
- 🛠️ Tool System
- 🧠 Context & Memory
- 📊 Comparison with Claude Code
- 🗺️ Roadmap
- 🤝 Contributing
✨ Features
Core Capabilities
| Feature | Description | Status |
|---|---|---|
| 🔄 Agent Loop | Automatic LLM → Tool → Result iteration | ✅ Ready |
| ⚡ Streaming | Real-time token-by-token output | ✅ Ready |
| 🛠️ Tools | Bash, Read, Write, Web Search, Ask, Todo | ✅ Ready |
| 🏃 Concurrency | Parallel tool execution with mutex groups | ✅ Ready |
| 🌐 Web Search | Bing + DuckDuckGo, no API key needed | ✅ Ready |
| 📦 Context Compression | Three-layer smart compression | ✅ Ready |
| 💾 Memory | Persistent user/project/reference storage | ✅ Ready |
| 📋 Todo Reminder | Periodic task list reminders | ✅ Ready |
| 📝 Logging | Python logging module, file-only output | ✅ Ready |
Code Quality
- 🎯 Type Hints: Full type annotation coverage
- 🧪 Async/Await: Modern async patterns throughout
- 📐 Modular Design: Clean separation of concerns
- 🔒 Error Handling: Graceful failure recovery
🚀 Quick Start
Prerequisites
- Python 3.1
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11