.env.example
.gitignore
CHANGELOG.md
LICENSE
README.md
README_zh.md
alpha-bot-logo.png
demo_auto_hint.py
mkdocs.yml
pyproject.toml
requirements.txt
setup.py
.github/workflows/docs.yml
alpha_bot/__init__.py
alpha_bot/agent.py
alpha_bot/cli.py
alpha_bot/auto_hint/__init__.py
alpha_bot/auto_hint/analyzer.py
alpha_bot/auto_hint/cli.py
alpha_bot/auto_hint/config.py
alpha_bot/auto_hint/generator.py
alpha_bot/auto_hint/persistence.py
alpha_bot/auto_hint/system.py
alpha_bot/auto_hint/types.py
alpha_bot/context/task_context.py
alpha_bot/executor/__init__.py
alpha_bot/executor/shell.py
alpha_bot/llm/__init__.py
alpha_bot/llm/base.py
alpha_bot/llm/openai_client.py
alpha_bot/memory/__init__.py
alpha_bot/memory/bank.py
alpha_bot/memory/compressor.py
alpha_bot/memory/types.py
alpha_bot/models/__init__.py
alpha_bot/models/types.py
alpha_bot/skills/__init__.py
alpha_bot/skills/base_skill.py
alpha_bot/skills/browser_skill.py
alpha_bot/skills/command_skill.py
alpha_bot/skills/direct_llm_skill.py
alpha_bot/skills/feishu_skill.py
alpha_bot/skills/image_skill.py
alpha_bot/skills/ppt_skill.py
alpha_bot/skills/skill_generator.py
alpha_bot/skills/skill_manager.py
alpha_bot/skills/skill_persistence.py
alpha_bot/skills/skill_selector.py
alpha_bot/skills/utils.py
alpha_bot/skills/wechat_skill.py
alpha_bot/skills/custom_skills/mac_say.md
alpha_bot/ui/__init__.py
alpha_bot/ui/console.py
alpha_bot/web/__init__.py
alpha_bot/web/server.py
alpha_bot/web/static/css/styles.css
alpha_bot/web/static/js/app.js
alpha_bot/web/templates/index_refactored.html
alpha_bot/web/templates/components/header.html
alpha_bot/web/templates/components/history-sidebar.html
alpha_bot/web/templates/components/input-section.html
alpha_bot/web/templates/components/output-section.html
alpha_bot/web/templates/components/task-modal.html
alphabot_ai.egg-info/PKG-INFO
alphabot_ai.egg-info/SOURCES.txt
alphabot_ai.egg-info/dependency_links.txt
alphabot_ai.egg-info/entry_points.txt
alphabot_ai.egg-info/requires.txt
alphabot_ai.egg-info/top_level.txt
docs/.nojekyll
docs/architecture-overview.mmd
docs/index.md
docs/api/agent.md
docs/api/executor.md
docs/api/llm.md
docs/api/memory.md
docs/api/skills.md
docs/api/ui.md
docs/development/architecture.md
docs/development/contributing.md
docs/development/roadmap.md
docs/getting-started/configuration.md
docs/getting-started/installation.md
docs/getting-started/quick-start.md
docs/user-guide/advanced-features.md
docs/user-guide/auto-hint-system.md
docs/user-guide/auto-hints-system.md
docs/user-guide/basic-usage.md
docs/user-guide/browser-skill-changes.md
docs/user-guide/examples.md
docs/user-guide/safety.md
tests/test_auto_hint.py