LICENSE
README.md
pyproject.toml
src/agents_ui/__init__.py
src/agents_ui/_discovery.py
src/agents_ui/_jsonrpc.py
src/agents_ui/_transport.py
src/agents_ui/_version.py
src/agents_ui/client.py
src/agents_ui/events.py
src/agents_ui/exceptions.py
src/agents_ui/models.py
src/agents_ui/py.typed
src/agents_ui/sync_client.py
src/agents_ui/utils.py
src/agents_ui/_namespaces/__init__.py
src/agents_ui/_namespaces/api.py
src/agents_ui/_namespaces/app.py
src/agents_ui/_namespaces/assets.py
src/agents_ui/_namespaces/environments.py
src/agents_ui/_namespaces/files.py
src/agents_ui/_namespaces/persistent_sessions.py
src/agents_ui/_namespaces/projects.py
src/agents_ui/_namespaces/prompts.py
src/agents_ui/_namespaces/recordings.py
src/agents_ui/_namespaces/sessions.py
src/agents_ui/_namespaces/split_views.py
src/agents_ui/_namespaces/ssh.py
src/agents_ui/_namespaces/ssh_files.py
src/agents_ui/_namespaces/ui.py
src/agents_ui_sdk.egg-info/PKG-INFO
src/agents_ui_sdk.egg-info/SOURCES.txt
src/agents_ui_sdk.egg-info/dependency_links.txt
src/agents_ui_sdk.egg-info/requires.txt
src/agents_ui_sdk.egg-info/top_level.txt
tests/test_client.py
tests/test_discovery.py
tests/test_events.py
tests/test_exceptions.py
tests/test_jsonrpc.py
tests/test_models.py
tests/test_sync_client.py
tests/test_transport.py
tests/test_utils.py