LICENSE
README.md
pyproject.toml
co_studio/__init__.py
co_studio/__main__.py
co_studio/app.py
co_studio/config.py
co_studio/creator.py
co_studio/diagnostics.py
co_studio/identity.py
co_studio/logs.py
co_studio/ports.py
co_studio/registry.py
co_studio/sandbox.py
co_studio/scoped_trust.py
co_studio/setup_check.py
co_studio/storage.py
co_studio/supervisor.py
co_studio/update_check.py
co_studio/workspaces.py
co_studio/api/__init__.py
co_studio/api/agents.py
co_studio/api/settings_api.py
co_studio/api/setup.py
co_studio/api/ws.py
co_studio/frontend/index.html
co_studio/frontend/assets/onion/apple-touch-icon.png
co_studio/frontend/assets/onion/onion_1_black.png
co_studio/frontend/assets/onion/onion_2_purple.png
co_studio/frontend/assets/onion/onion_3_white.png
co_studio/frontend/assets/onion/onion_4_purple.png
co_studio/frontend/assets/onion/onion_5_white.png
co_studio/frontend/assets/onion/onion_6_purple.png
co_studio/frontend/assets/onion/onion_7_white.png
co_studio/frontend/assets/onion/onion_8_core.png
co_studio/frontend/assets/onion/onion_full.png
co_studio/frontend/css/app.css
co_studio/frontend/css/appearance.css
co_studio/frontend/css/onion.css
co_studio/frontend/css/theme.css
co_studio/frontend/js/api.js
co_studio/frontend/js/app.js
co_studio/frontend/js/diagnostics.js
co_studio/frontend/js/onion.js
co_studio/frontend/js/ws.js
co_studio/runner/__init__.py
co_studio/runner/co_studio_runner.py
co_studio/templates/agent.py.tmpl
co_studio/templates/co_ai_agent.py.tmpl
co_studio/toolkits/__init__.py
co_studio/toolkits/browser.py
co_studio/toolkits/file_write.py
co_studio/toolkits/files.py
co_studio/toolkits/image.py
co_studio/toolkits/shell.py
co_studio/toolkits/utility.py
co_studio/toolkits/web.py
connectonion_studio.egg-info/PKG-INFO
connectonion_studio.egg-info/SOURCES.txt
connectonion_studio.egg-info/dependency_links.txt
connectonion_studio.egg-info/entry_points.txt
connectonion_studio.egg-info/requires.txt
connectonion_studio.egg-info/top_level.txt
tests/test_agent_names.py
tests/test_appearance_settings.py
tests/test_capabilities.py
tests/test_co_ai_preset.py
tests/test_custom_agent_quality.py
tests/test_diagnostics_copy.py
tests/test_frontend_appearance.py
tests/test_frontend_capabilities.py
tests/test_frontend_co_ai_contract.py
tests/test_macos_window_lifecycle.py
tests/test_metadata_backward_compatibility.py
tests/test_model_defaults.py
tests/test_scoped_trust.py
tests/test_workspaces.py