LICENSE
README.md
pyproject.toml
src/hexi/__init__.py
src/hexi/cli.py
src/hexi/adapters/__init__.py
src/hexi/adapters/event_log_jsonl.py
src/hexi/adapters/events_console.py
src/hexi/adapters/exec_local.py
src/hexi/adapters/memory_file.py
src/hexi/adapters/model_anthropic_compat.py
src/hexi/adapters/model_http_common.py
src/hexi/adapters/model_openai_compat.py
src/hexi/adapters/model_openrouter_http.py
src/hexi/adapters/model_openrouter_sdk.py
src/hexi/adapters/workspace_local_git.py
src/hexi/core/__init__.py
src/hexi/core/domain.py
src/hexi/core/policy.py
src/hexi/core/ports.py
src/hexi/core/schemas.py
src/hexi/core/service.py
src/hexi/templates/README.md
src/hexi/templates/hexi-agent-worker/.gitignore
src/hexi/templates/hexi-agent-worker/Makefile
src/hexi/templates/hexi-agent-worker/README.md
src/hexi/templates/hexi-agent-worker/pyproject.toml
src/hexi/templates/hexi-agent-worker/.hexi/config.toml
src/hexi/templates/hexi-agent-worker/.hexi/local.toml
src/hexi/templates/hexi-agent-worker/tests/test_smoke.py
src/hexi/templates/hexi-agent-worker/worker/main.py
src/hexi/templates/hexi-data-job/.gitignore
src/hexi/templates/hexi-data-job/Makefile
src/hexi/templates/hexi-data-job/README.md
src/hexi/templates/hexi-data-job/pyproject.toml
src/hexi/templates/hexi-data-job/.hexi/config.toml
src/hexi/templates/hexi-data-job/.hexi/local.toml
src/hexi/templates/hexi-data-job/src/datajob/main.py
src/hexi/templates/hexi-data-job/tests/test_job.py
src/hexi/templates/hexi-fastapi-service/.gitignore
src/hexi/templates/hexi-fastapi-service/Makefile
src/hexi/templates/hexi-fastapi-service/README.md
src/hexi/templates/hexi-fastapi-service/pyproject.toml
src/hexi/templates/hexi-fastapi-service/.hexi/config.toml
src/hexi/templates/hexi-fastapi-service/.hexi/local.toml
src/hexi/templates/hexi-fastapi-service/app/main.py
src/hexi/templates/hexi-fastapi-service/tests/test_health.py
src/hexi/templates/hexi-python-lib/.gitignore
src/hexi/templates/hexi-python-lib/Makefile
src/hexi/templates/hexi-python-lib/README.md
src/hexi/templates/hexi-python-lib/pyproject.toml
src/hexi/templates/hexi-python-lib/.hexi/config.toml
src/hexi/templates/hexi-python-lib/.hexi/local.toml
src/hexi/templates/hexi-python-lib/src/samplelib/__init__.py
src/hexi/templates/hexi-python-lib/tests/test_samplelib.py
src/hexi/templates/hexi-typer-cli/.gitignore
src/hexi/templates/hexi-typer-cli/Makefile
src/hexi/templates/hexi-typer-cli/README.md
src/hexi/templates/hexi-typer-cli/pyproject.toml
src/hexi/templates/hexi-typer-cli/.hexi/config.toml
src/hexi/templates/hexi-typer-cli/.hexi/local.toml
src/hexi/templates/hexi-typer-cli/src/samplecli/main.py
src/hexi/templates/hexi-typer-cli/tests/test_cli.py
src/hexicodes.egg-info/PKG-INFO
src/hexicodes.egg-info/SOURCES.txt
src/hexicodes.egg-info/dependency_links.txt
src/hexicodes.egg-info/entry_points.txt
src/hexicodes.egg-info/requires.txt
src/hexicodes.egg-info/top_level.txt
tests/test_actionplan_parser.py
tests/test_apply_command.py
tests/test_cli.py
tests/test_event_log_jsonl.py
tests/test_exec_local.py
tests/test_memory_file.py
tests/test_models.py
tests/test_openrouter_models.py
tests/test_policy.py
tests/test_service.py
tests/test_workspace.py
tests/test_workspace_local_git.py