README.md
pyproject.toml
tests/test_agent.py
tests/test_approval_queue.py
tests/test_brain_claude.py
tests/test_brain_gemini.py
tests/test_brain_openai.py
tests/test_builtin_tools.py
tests/test_channels.py
tests/test_config.py
tests/test_conversation.py
tests/test_feishu_cards.py
tests/test_feishu_message_handler.py
tests/test_feishu_plan_handler.py
tests/test_i18n.py
tests/test_integration.py
tests/test_memory.py
tests/test_models.py
tests/test_plan.py
tests/test_plan_cards.py
tests/test_plan_tools.py
tests/test_progress.py
tests/test_scheduler.py
tests/test_skills.py
tests/test_tools.py
x_agent_kit/__init__.py
x_agent_kit/agent.py
x_agent_kit/approval_queue.py
x_agent_kit/config.py
x_agent_kit/conversation.py
x_agent_kit/memory.py
x_agent_kit/models.py
x_agent_kit/plan.py
x_agent_kit/progress.py
x_agent_kit/scheduler.py
x_agent_kit.egg-info/PKG-INFO
x_agent_kit.egg-info/SOURCES.txt
x_agent_kit.egg-info/dependency_links.txt
x_agent_kit.egg-info/requires.txt
x_agent_kit.egg-info/top_level.txt
x_agent_kit/brain/__init__.py
x_agent_kit/brain/base.py
x_agent_kit/brain/claude.py
x_agent_kit/brain/gemini.py
x_agent_kit/brain/openai_brain.py
x_agent_kit/channels/__init__.py
x_agent_kit/channels/base.py
x_agent_kit/channels/cli_channel.py
x_agent_kit/channels/feishu.py
x_agent_kit/channels/feishu_cards.py
x_agent_kit/i18n/__init__.py
x_agent_kit/i18n/en.json
x_agent_kit/i18n/zh_CN.json
x_agent_kit/skills/__init__.py
x_agent_kit/skills/loader.py
x_agent_kit/tools/__init__.py
x_agent_kit/tools/base.py
x_agent_kit/tools/builtin.py
x_agent_kit/tools/registry.py