README.md
pyproject.toml
openclaw_lite/__init__.py
openclaw_lite/__main__.py
openclaw_lite/cli.py
openclaw_lite/config.py
openclaw_lite/prompts.py
openclaw_lite/runtime.py
openclaw_lite/schema.py
openclaw_lite/schemas.py
openclaw_lite/util.py
openclaw_lite/utils.py
openclaw_lite/version.py
openclaw_lite.egg-info/PKG-INFO
openclaw_lite.egg-info/SOURCES.txt
openclaw_lite.egg-info/dependency_links.txt
openclaw_lite.egg-info/entry_points.txt
openclaw_lite.egg-info/requires.txt
openclaw_lite.egg-info/top_level.txt
openclaw_lite/auth/__init__.py
openclaw_lite/auth/manager.py
openclaw_lite/core/__init__.py
openclaw_lite/core/agent.py
openclaw_lite/core/prompting.py
openclaw_lite/core/registry.py
openclaw_lite/core/runtime.py
openclaw_lite/core/session_store.py
openclaw_lite/core/sessions.py
openclaw_lite/core/shell.py
openclaw_lite/core/tool_registry.py
openclaw_lite/interfaces/__init__.py
openclaw_lite/interfaces/onboarding.py
openclaw_lite/interfaces/telegram_bot.py
openclaw_lite/interfaces/telegram_media.py
openclaw_lite/interfaces/telegram_trigger.py
openclaw_lite/interfaces/telegram_ui_keyboards.py
openclaw_lite/interfaces/telegram_ui_progress.py
openclaw_lite/interfaces/telegram_ui_text.py
openclaw_lite/interfaces/web_ui.py
openclaw_lite/providers/__init__.py
openclaw_lite/providers/anthropic.py
openclaw_lite/providers/base.py
openclaw_lite/providers/factory.py
openclaw_lite/providers/gemini.py
openclaw_lite/providers/openai.py
openclaw_lite/providers/openai_compatible.py
openclaw_lite/skills/__init__.py
openclaw_lite/skills/builder.py
openclaw_lite/skills/loader.py
openclaw_lite/skills/manager.py
openclaw_lite/skills/models.py
openclaw_lite/skills/runtime.py
openclaw_lite/tools/__init__.py
openclaw_lite/tools/base.py
openclaw_lite/tools/builtin.py
openclaw_lite/tools/file_tools.py
openclaw_lite/tools/filesystem.py
openclaw_lite/tools/http_tools.py
openclaw_lite/tools/project_upgrade_tools.py
openclaw_lite/tools/shell.py
openclaw_lite/tools/shell_tools.py
openclaw_lite/tools/skill_tools.py
openclaw_lite/tools/system_tools.py
openclaw_lite/tools/telegram_tools.py
tests/test_agents_prompt.py
tests/test_auth_pairing.py
tests/test_cli_install.py
tests/test_config.py
tests/test_config_shell.py
tests/test_onboarding.py
tests/test_project_upgrade_tools.py
tests/test_providers.py
tests/test_runtime_agent_mode.py
tests/test_runtime_config_persistence.py
tests/test_runtime_utils.py
tests/test_shell.py
tests/test_skills.py
tests/test_skills_upgrade.py
tests/test_telegram_bot_interface.py
tests/test_telegram_commands.py
tests/test_telegram_media.py
tests/test_telegram_trigger_rules.py
tests/test_telegram_ui_integration.py
tests/test_telegram_ui_keyboards.py
tests/test_telegram_ui_progress.py
tests/test_telegram_ui_text.py
tests/test_web_ui.py