pyproject.toml
intent_api_harness/__init__.py
intent_api_harness/catalog.py
intent_api_harness/engine.py
intent_api_harness/events.py
intent_api_harness/hooks.py
intent_api_harness/loop.py
intent_api_harness/messages.py
intent_api_harness/model_provider.py
intent_api_harness/py.typed
intent_api_harness/service.py
intent_api_harness/state.py
intent_api_harness.egg-info/PKG-INFO
intent_api_harness.egg-info/SOURCES.txt
intent_api_harness.egg-info/dependency_links.txt
intent_api_harness.egg-info/requires.txt
intent_api_harness.egg-info/top_level.txt
intent_api_harness/compaction/__init__.py
intent_api_harness/compaction/cloud.py
intent_api_harness/compaction/provider.py
intent_api_harness/compaction/simple.py
intent_api_harness/memory/__init__.py
intent_api_harness/memory/cloud.py
intent_api_harness/memory/provider.py
intent_api_harness/memory/simple.py
intent_api_harness/prompts/__init__.py
intent_api_harness/prompts/compact.py
intent_api_harness/prompts/constants.py
intent_api_harness/prompts/planning.py
intent_api_harness/prompts/system.py
intent_api_harness/prompts/verification.py
intent_api_harness/providers/__init__.py
intent_api_harness/providers/litellm_provider.py
intent_api_harness/tools/__init__.py
intent_api_harness/tools/base.py
intent_api_harness/tools/intent_tool.py
intent_api_harness/tools/plan_mode_tool.py
intent_api_harness/tools/search_tool.py
intent_api_harness/tools/spawn_tool.py
intent_api_harness/tools/think_tool.py
intent_api_harness/tools/todo_tool.py
intent_api_harness/utils/__init__.py
intent_api_harness/utils/token_counter.py
tests/test_catalog.py
tests/test_integration_live.py
tests/test_integration_live_phase3.py
tests/test_loop_unit.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_phase3_new.py
tests/test_planning.py
tests/test_schemas.py