diff --git a/.gitignore b/.gitignore index ce5008b..5bdc17d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ archive/ .env.* -test_cases \ No newline at end of file +test_cases +e-commerce \ No newline at end of file diff --git a/README.md b/README.md index 179de7b..a388e41 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Built on the public porting workspace from [instructkr/claw-code](https://github > **Goal:** Not to ship the original npm source, but to reimplement the full agent flow in Python — prompt assembly, context building, slash commands, tool calling, session persistence, and local model execution. +

+ Claw Code Agent demo +

+ --- ## ✨ Key Features diff --git a/images/demo.gif b/images/demo.gif new file mode 100644 index 0000000..d094f6b Binary files /dev/null and b/images/demo.gif differ