learn-claude-code icon indicating copy to clipboard operation
learn-claude-code copied to clipboard

How can we build a true AI agent? Like Claude Code.

Results 12 learn-claude-code issues
Sort by recently updated
recently updated
newest added

## 实验介绍 我正在进行一个有趣的实验:**让 Claude Code Agent 自主运行,尝试通过微信收款码赚取 ¥1** ### 实验机制 ``` 外部程序(loop.sh) │ ├─→ 唤醒 Claude(claude -p "继续") │ ├─→ 读取 state.md(恢复记忆) │ ├─→ 思考一步 │ ├─→ 写入 logs/round-N.md │...

## Summary Added uv installation and usage instructions to both README.md and README_zh.md files. Also added uv dependencies to pyproject.toml and uv.lock for better package management. ## Changes - Added...

Add navigation links to skills mechanism documentation

Update navigation links in v3-subagent-mechanism.md

非常棒的分享文章,感谢作者! 在下文这个部分中有一个小的计算错误,似乎多乘了一次3?导致场景 D(滑动窗口)比场景 A(无限增长且无缓存)还要昂贵: https://github.com/shareAI-lab/learn-claude-code/blob/main/articles/%E4%B8%8A%E4%B8%8B%E6%96%87%E7%BC%93%E5%AD%98%E7%BB%8F%E6%B5%8E%E5%AD%A6.md

Update navigation links in v1-model-as-agent.md

Add navigation link to v1 model documentation

This PR fixes several issues and improves the todo agent: ## Changes Made: 1. **Bug Fix**: Fixed line count calculation in run_read function 2. **Error Handling**: Improved error handling in...

## Summary This PR introduces multi-provider support, allowing the agents to work with other LLM providers (like OpenAI, Gemini, DeepSeek) in addition to Anthropic. It implements an Adapter pattern (`provider_utils.py`)...