LICENSE
README.md
pyproject.toml
src/inferencesh/__init__.py
src/inferencesh/agent.py
src/inferencesh/client.py
src/inferencesh/delta.py
src/inferencesh/llm_types_gen.py
src/inferencesh/output_meta_gen.py
src/inferencesh/ref.py
src/inferencesh/streamable.py
src/inferencesh/tools.py
src/inferencesh/types.py
src/inferencesh.egg-info/PKG-INFO
src/inferencesh.egg-info/SOURCES.txt
src/inferencesh.egg-info/dependency_links.txt
src/inferencesh.egg-info/requires.txt
src/inferencesh.egg-info/top_level.txt
src/inferencesh/api/__init__.py
src/inferencesh/api/agents.py
src/inferencesh/api/files.py
src/inferencesh/api/sessions.py
src/inferencesh/api/tasks.py
src/inferencesh/models/__init__.py
src/inferencesh/models/base.py
src/inferencesh/models/errors.py
src/inferencesh/models/file.py
src/inferencesh/models/llm.py
src/inferencesh/models/output_meta.py
src/inferencesh/models/response.py
src/inferencesh/models/socket.py
src/inferencesh/models/stream.py
src/inferencesh/openai/__init__.py
src/inferencesh/openai/adapter.py
src/inferencesh/openai/types.py
src/inferencesh/utils/__init__.py
src/inferencesh/utils/download.py
src/inferencesh/utils/storage.py
tests/test_agent.py
tests/test_client.py
tests/test_client_helpers.py
tests/test_client_status.py
tests/test_delta.py
tests/test_download.py
tests/test_errors.py
tests/test_file.py
tests/test_generated_contract.py
tests/test_hooks.py
tests/test_imports.py
tests/test_integration.py
tests/test_llm.py
tests/test_models_base.py
tests/test_openai_compat.py
tests/test_openai_spec_drift.py
tests/test_output_meta.py
tests/test_sdk.py
tests/test_sessions.py
tests/test_sessions_integration.py
tests/test_smoke.py
tests/test_stream_fields.py
tests/test_stream_generate.py
tests/test_streamable.py
tests/test_streamable_integration.py
tests/test_tools.py
tests/test_types.py