LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/coding_team.py
examples/freemodel_best_model_demo.py
examples/freemodel_coding_team.py
examples/freemodel_openai_compatible.py
examples/handoff_demo.py
examples/ollama_agent.py
examples/real_task_calculator.py
examples/repo_inspired_protocols.py
examples/simple_agent.py
examples/tool_agent.py
examples/tool_schema_demo.py
examples/output/calculator_cli/README.md
examples/output/calculator_cli/calculator.py
examples/output/calculator_cli/test_calculator.py
handoffkit/__init__.py
handoffkit/agent.py
handoffkit/cli.py
handoffkit/errors.py
handoffkit/handoff.py
handoffkit/memory.py
handoffkit/protocol.py
handoffkit/py.typed
handoffkit/runner.py
handoffkit/schemas.py
handoffkit/tool.py
handoffkit.egg-info/PKG-INFO
handoffkit.egg-info/SOURCES.txt
handoffkit.egg-info/dependency_links.txt
handoffkit.egg-info/entry_points.txt
handoffkit.egg-info/requires.txt
handoffkit.egg-info/top_level.txt
handoffkit/protocols/__init__.py
handoffkit/protocols/compressed.py
handoffkit/protocols/hybrid_min.py
handoffkit/protocols/hybrid_state.py
handoffkit/protocols/natural.py
handoffkit/providers/__init__.py
handoffkit/providers/base.py
handoffkit/providers/echo_provider.py
handoffkit/providers/ollama_provider.py
handoffkit/providers/openai_compatible.py
handoffkit/providers/openai_provider.py
handoffkit/tools/__init__.py
handoffkit/tools/filesystem.py
handoffkit/tools/shell.py
handoffkit/tools/text.py
tests/test_agent.py
tests/test_cli.py
tests/test_coding_team.py
tests/test_contract_validation.py
tests/test_handoff.py
tests/test_imports.py
tests/test_ollama_provider_mock.py
tests/test_openai_model_selection.py
tests/test_openai_provider_mock.py
tests/test_protocols.py
tests/test_real_task_demo.py
tests/test_shell_safety.py
tests/test_team.py
tests/test_tool.py