LICENSE
README.md
pyproject.toml
tests/test_unified_api.py
zhushou/__init__.py
zhushou/__main__.py
zhushou/api.py
zhushou/cli.py
zhushou/tools.py
zhushou.egg-info/PKG-INFO
zhushou.egg-info/SOURCES.txt
zhushou.egg-info/dependency_links.txt
zhushou.egg-info/entry_points.txt
zhushou.egg-info/requires.txt
zhushou.egg-info/top_level.txt
zhushou/agent/__init__.py
zhushou/agent/context.py
zhushou/agent/conversation.py
zhushou/agent/loop.py
zhushou/display/__init__.py
zhushou/display/console.py
zhushou/executor/__init__.py
zhushou/executor/builtin_tools.py
zhushou/executor/sibling_tools.py
zhushou/executor/tool_executor.py
zhushou/git/__init__.py
zhushou/git/manager.py
zhushou/llm/__init__.py
zhushou/llm/anthropic_client.py
zhushou/llm/base.py
zhushou/llm/factory.py
zhushou/llm/gemini_client.py
zhushou/llm/model_registry.py
zhushou/llm/ollama_client.py
zhushou/llm/openai_client.py
zhushou/memory/__init__.py
zhushou/memory/conversation_log.py
zhushou/memory/persistent.py
zhushou/memory/vector_store.py
zhushou/persona/__init__.py
zhushou/persona/loader.py
zhushou/pipeline/__init__.py
zhushou/pipeline/orchestrator.py
zhushou/pipeline/stages.py
zhushou/tracking/__init__.py
zhushou/tracking/tracker.py
zhushou/utils/__init__.py
zhushou/utils/constants.py
zhushou/utils/python_finder.py