README.md
pyproject.toml
cheerclaw/__init__.py
cheerclaw/cli.py
cheerclaw/main.py
cheerclaw.egg-info/PKG-INFO
cheerclaw.egg-info/SOURCES.txt
cheerclaw.egg-info/dependency_links.txt
cheerclaw.egg-info/entry_points.txt
cheerclaw.egg-info/requires.txt
cheerclaw.egg-info/top_level.txt
cheerclaw/agent/__init__.py
cheerclaw/agent/main_agent.py
cheerclaw/agent/sub_agent.py
cheerclaw/agent/use_subagent_tool.py
cheerclaw/channels/__init__.py
cheerclaw/channels/cli_channel.py
cheerclaw/channels/cron_channel.py
cheerclaw/channels/qq_channel.py
cheerclaw/config/__init__.py
cheerclaw/config/config_loader.py
cheerclaw/config/config_schema.py
cheerclaw/context/__init__.py
cheerclaw/context/compress2.py
cheerclaw/context/context_manager.py
cheerclaw/context/prompts/sub_agent_prompt.md
cheerclaw/context/prompts/system_prompt.md
cheerclaw/show_style/__init__.py
cheerclaw/show_style/diff_helper.py
cheerclaw/show_style/welcome.py
cheerclaw/skills/clawhub/SKILL.md
cheerclaw/skills/clawhub/SKILL.md.cp
cheerclaw/skills/code/SKILL.md
cheerclaw/skills/code/_meta.json
cheerclaw/skills/code/criteria.md
cheerclaw/skills/code/execution.md
cheerclaw/skills/code/memory-template.md
cheerclaw/skills/code/planning.md
cheerclaw/skills/code/state.md
cheerclaw/skills/code/verification.md
cheerclaw/skills/github/SKILL.md
cheerclaw/skills/memory/SKILL.md
cheerclaw/skills/skill-creator/SKILL.md
cheerclaw/skills/skill-creator/scripts/init_skill.py
cheerclaw/skills/skill-creator/scripts/package_skill.py
cheerclaw/skills/skill-creator/scripts/quick_validate.py
cheerclaw/skills/summarize/SKILL.md
cheerclaw/skills/weather/SKILL.md
cheerclaw/skills_module/__init__.py
cheerclaw/skills_module/loader.py
cheerclaw/tools_module/__init__.py
cheerclaw/tools_module/base.py
cheerclaw/tools_module/calculator.py
cheerclaw/tools_module/cron_task.py
cheerclaw/tools_module/filesystem.py
cheerclaw/tools_module/read_skill.py
cheerclaw/tools_module/registry.py
cheerclaw/tools_module/send_message.py
cheerclaw/tools_module/shell.py
cheerclaw/tools_module/tavily_search.py
cheerclaw/tools_module/todo_list.py
cheerclaw/utils/__init__.py
cheerclaw/utils/agent_helpers.py
cheerclaw/utils/channel_info.py
cheerclaw/utils/history_formatter.py
cheerclaw/utils/llm_client.py
cheerclaw/utils/openai_client.py
cheerclaw/utils/prompt_loader.py