LICENSE
README.md
pyproject.toml
src/cosmo_ai/__init__.py
src/cosmo_ai/client.py
src/cosmo_ai/errors.py
src/cosmo_ai/py.typed
src/cosmo_ai/_internal/__init__.py
src/cosmo_ai/_internal/hooks.py
src/cosmo_ai/_internal/protocol.py
src/cosmo_ai/_internal/rpc.py
src/cosmo_ai/_internal/schema.py
src/cosmo_ai/_internal/transport.py
src/cosmo_ai/audio/__init__.py
src/cosmo_ai/audio/_broadcast.py
src/cosmo_ai/audio/_mic.py
src/cosmo_ai/audio/_sounddevice.py
src/cosmo_ai/audio/_speaker.py
src/cosmo_ai/hooks/__init__.py
src/cosmo_ai/mcp/__init__.py
src/cosmo_ai/mcp/_engine.py
src/cosmo_ai/screen_interaction/__init__.py
src/cosmo_ai/screen_interaction/_bridge.py
src/cosmo_ai/screen_interaction/_contract.py
src/cosmo_ai/session/__init__.py
src/cosmo_ai/session/_engine.py
src/cosmo_ai/session/_livekit.py
src/cosmo_ai/skills/__init__.py
src/cosmo_ai/skills/_engine.py
src/cosmo_ai/tools/__init__.py
src/cosmo_ai/tools/_decorator.py
src/cosmo_ai/tools/_dispatch.py
src/cosmo_ai/tools/_jobs.py
src/cosmo_ai_sdk.egg-info/PKG-INFO
src/cosmo_ai_sdk.egg-info/SOURCES.txt
src/cosmo_ai_sdk.egg-info/dependency_links.txt
src/cosmo_ai_sdk.egg-info/requires.txt
src/cosmo_ai_sdk.egg-info/top_level.txt
tests/test_agent.py
tests/test_agent_audio.py
tests/test_audio_broadcast.py
tests/test_audio_levels.py
tests/test_client_tool_jobs.py
tests/test_client_tools.py
tests/test_dial.py
tests/test_errors.py
tests/test_hook_engine_conformance.py
tests/test_hook_matcher_conformance.py
tests/test_hooks.py
tests/test_hooks_integration.py
tests/test_livekit_transport.py
tests/test_mcp.py
tests/test_mcp_integration.py
tests/test_mic.py
tests/test_mint.py
tests/test_rpc.py
tests/test_screen_interaction.py
tests/test_screen_interaction_conformance.py
tests/test_send_bytes.py
tests/test_server_hook_config_conformance.py
tests/test_server_hooks.py
tests/test_session_config.py
tests/test_session_stream.py
tests/test_skills.py
tests/test_skills_conformance.py
tests/test_skills_integration.py
tests/test_speaker.py
tests/test_speaker_wiring.py
tests/test_spec_pin.py
tests/test_tool_decorator.py
tests/test_tool_schema_conformance.py