learn-claude-code
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
Hey! Thanks for this repo, learned a lot from it. I noticed it's Anthropic-only right now. I don't actually have an Anthropic key, so I hacked together an OpenAI adapter...
NAG_REMINDER 加入上下文为什么放在main()而不是agent_loop()中呢? main 函数一个循环就是一次任务,任务都结束了,还加入上下文提示有什么用呢?