README.md
pyproject.toml
tests/test_auto_invoke.py
tests/test_code_agent_executor.py
tests/test_context.py
tests/test_model_config_propagation.py
tests/test_prompt_shell.py
tests/test_skill_executor.py
tests/test_sync_call_llm.py
tests/test_watcher.py
wb_agent/__init__.py
wb_agent/code_agent.py
wb_agent/dev.py
wb_agent/platform_model.py
wb_agent/runner.py
wb_agent.egg-info/PKG-INFO
wb_agent.egg-info/SOURCES.txt
wb_agent.egg-info/dependency_links.txt
wb_agent.egg-info/entry_points.txt
wb_agent.egg-info/requires.txt
wb_agent.egg-info/top_level.txt
wb_agent/core/__init__.py
wb_agent/core/auto_invoke.py
wb_agent/core/client.py
wb_agent/core/context.py
wb_agent/core/executor.py
wb_agent/core/prompt_shell.py
wb_agent/core/skill.py
wb_agent/core/watcher.py