LICENSE
README.md
pyproject.toml
simple_harness/__init__.py
simple_harness/__main__.py
simple_harness/app.py
simple_harness/atomic.py
simple_harness/config.py
simple_harness/connect.py
simple_harness/context.py
simple_harness/deepthink.py
simple_harness/git_ops.py
simple_harness/llm_client.py
simple_harness/mcp_client.py
simple_harness/paths.py
simple_harness/permissions.py
simple_harness/providers.py
simple_harness/renderer.py
simple_harness/session.py
simple_harness/shell_session.py
simple_harness/skills.py
simple_harness/sse.py
simple_harness/subagent.py
simple_harness/systemprompt.py
simple_harness/tools.py
simple_harness/toolspec.py
simple_harness/tui.py
simple_harness/websearch.py
simple_harness.egg-info/PKG-INFO
simple_harness.egg-info/SOURCES.txt
simple_harness.egg-info/dependency_links.txt
simple_harness.egg-info/entry_points.txt
simple_harness.egg-info/requires.txt
simple_harness.egg-info/top_level.txt
tests/test_deepthink.py
tests/test_docs.py
tests/test_durability.py
tests/test_git_ops.py
tests/test_native_tools.py
tests/test_paths.py
tests/test_permissions.py
tests/test_platform.py
tests/test_registry.py
tests/test_subagent.py
tests/test_tool_parsing.py