LICENSE
MANIFEST.in
README.md
agent.py
batch_api.py
claude_code_watcher.py
clipboard_utils.py
cloudsave.py
common.py
compaction.py
config.py
context.py
dulus.py
dulus_gui.py
input.py
license_manager.py
offload_helper.py
providers.py
pyproject.toml
skills.py
spinner.py
string_utils.py
subagent.py
tmux_offloader.py
tmux_tools.py
tool_registry.py
tools.py
webchat.py
webchat_server.py
backend/__init__.py
backend/agents_bridge.py
backend/compressor.py
backend/context.py
backend/githook.py
backend/marketplace.py
backend/mempalace_bridge.py
backend/personas.py
backend/plugins.py
backend/server.py
backend/tasks.py
checkpoint/__init__.py
checkpoint/hooks.py
checkpoint/store.py
checkpoint/types.py
data/__init__.py
data/active_persona.json
data/context.json
data/marketplace.json
data/personas.json
data/tasks.json
data/plugins/__init__.py
data/plugins/composio/__init__.py
data/plugins/composio/plugin.json
data/plugins/composio/plugin_tool.py
data/plugins/composio/composio_plugin/__init__.py
data/plugins/composio/composio_plugin/session_manager.py
data/plugins/composio/composio_plugin/tool_generator.py
docs/README.md
docs/__init__.py
docs/api.html
docs/architecture.md
docs/azure-speech-template.json
docs/divider.svg
docs/generate.py
docs/hero.svg
docs/index.html
docs/news.md
docs/nvidia-models.svg
docs/particle-playground.html
docs/poetry-banner.png
docs/preview.html
docs/sec-agents.svg
docs/sec-brainstorm.svg
docs/sec-bridges.svg
docs/sec-features.svg
docs/sec-freetier.svg
docs/sec-memory.svg
docs/sec-models.svg
docs/sec-perms.svg
docs/sec-plugins.svg
docs/sec-quickstart.svg
docs/sec-ssj.svg
docs/spinners.svg
docs/split-pane.svg
docs/terminal-boot.svg
docs/dashboard/index.html
docs/personas/index.html
docs/uploads/particle-playground.html
dulus.egg-info/PKG-INFO
dulus.egg-info/SOURCES.txt
dulus.egg-info/dependency_links.txt
dulus.egg-info/entry_points.txt
dulus.egg-info/requires.txt
dulus.egg-info/top_level.txt
dulus_mcp/__init__.py
dulus_mcp/client.py
dulus_mcp/config.py
dulus_mcp/tools.py
dulus_mcp/types.py
gui/__init__.py
gui/agent_bridge.py
gui/chat_widget.py
gui/main_window.py
gui/personas.py
gui/session_utils.py
gui/settings_dialog.py
gui/sidebar.py
gui/tasks_view.py
gui/themes.py
gui/tool_panel.py
memory/__init__.py
memory/audit.py
memory/consolidator.py
memory/context.py
memory/offload.py
memory/palace.py
memory/scan.py
memory/sessions.py
memory/store.py
memory/tools.py
memory/types.py
memory/vector_search.py
multi_agent/__init__.py
multi_agent/subagent.py
multi_agent/tools.py
plugin/__init__.py
plugin/autoadapter.py
plugin/loader.py
plugin/recommend.py
plugin/store.py
plugin/types.py
sandbox/README.md
sandbox/__init__.py
sandbox/components.json
sandbox/eslint.config.js
sandbox/index.html
sandbox/info.md
sandbox/package-lock.json
sandbox/package.json
sandbox/postcss.config.js
sandbox/tailwind.config.js
sandbox/tsconfig.app.json
sandbox/tsconfig.json
sandbox/tsconfig.node.json
sandbox/vite.config.ts
sandbox/dist/index.html
sandbox/dist/wallpaper-default.jpg
sandbox/dist/assets/index-DE51D6wI.css
sandbox/dist/assets/index-DMCCNE9Y.js
sandbox/dist/wallpapers/default.jpeg
sandbox/dist/wallpapers/light.jpeg
sandbox/dist/wallpapers/nature.jpeg
sandbox/dist/wallpapers/tech.jpeg
sandbox/public/wallpaper-default.jpg
sandbox/public/wallpapers/default.jpeg
sandbox/public/wallpapers/light.jpeg
sandbox/public/wallpapers/nature.jpeg
sandbox/public/wallpapers/tech.jpeg
sandbox/src/App.tsx
sandbox/src/index.css
sandbox/src/main.tsx
sandbox/src/apps/AgentMonitor.tsx
sandbox/src/apps/ApiTester.tsx
sandbox/src/apps/AppRouter.tsx
sandbox/src/apps/ArchiveManager.tsx
sandbox/src/apps/AsciiArt.tsx
sandbox/src/apps/Base64Tool.tsx
sandbox/src/apps/Browser.tsx
sandbox/src/apps/Calculator.tsx
sandbox/src/apps/Calendar.tsx
sandbox/src/apps/Chat.tsx
sandbox/src/apps/Chess.tsx
sandbox/src/apps/Clock.tsx
sandbox/src/apps/CodeEditor.tsx
sandbox/src/apps/ColorPalette.tsx
sandbox/src/apps/ColorPicker.tsx
sandbox/src/apps/Contacts.tsx
sandbox/src/apps/DocumentViewer.tsx
sandbox/src/apps/Drawing.tsx
sandbox/src/apps/Email.tsx
sandbox/src/apps/FileManager.tsx
sandbox/src/apps/FlappyBird.tsx
sandbox/src/apps/FtpClient.tsx
sandbox/src/apps/Game2048.tsx
sandbox/src/apps/GitClient.tsx
sandbox/src/apps/ImageGallery.tsx
sandbox/src/apps/ImageViewer.tsx
sandbox/src/apps/JsonFormatter.tsx
sandbox/src/apps/MarkdownPreview.tsx
sandbox/src/apps/MatrixRain.tsx
sandbox/src/apps/MediaConverter.tsx
sandbox/src/apps/Memory.tsx
sandbox/src/apps/MemoryManager.tsx
sandbox/src/apps/Minesweeper.tsx
sandbox/src/apps/MusicPlayer.tsx
sandbox/src/apps/NetworkTools.tsx
sandbox/src/apps/Notes.tsx
sandbox/src/apps/PasswordManager.tsx
sandbox/src/apps/PhotoEditor.tsx
sandbox/src/apps/Pong.tsx
sandbox/src/apps/RegexTester.tsx
sandbox/src/apps/Reminders.tsx
sandbox/src/apps/RssReader.tsx
sandbox/src/apps/ScreenRecorder.tsx
sandbox/src/apps/Settings.tsx
sandbox/src/apps/SkillsLauncher.tsx
sandbox/src/apps/Snake.tsx
sandbox/src/apps/Solitaire.tsx
sandbox/src/apps/Spreadsheet.tsx
sandbox/src/apps/Sudoku.tsx
sandbox/src/apps/SystemMonitor.tsx
sandbox/src/apps/TaskManager.tsx
sandbox/src/apps/Terminal.tsx
sandbox/src/apps/Tetris.tsx
sandbox/src/apps/TextEditor.tsx
sandbox/src/apps/TicTacToe.tsx
sandbox/src/apps/Todo.tsx
sandbox/src/apps/VideoPlayer.tsx
sandbox/src/apps/VoiceRecorder.tsx
sandbox/src/apps/Weather.tsx
sandbox/src/apps/Whiteboard.tsx
sandbox/src/apps/registry.ts
sandbox/src/components/AppContainer.tsx
sandbox/src/components/AppLauncher.tsx
sandbox/src/components/BootSequence.tsx
sandbox/src/components/ContextMenu.tsx
sandbox/src/components/Desktop.tsx
sandbox/src/components/Dock.tsx
sandbox/src/components/LoginScreen.tsx
sandbox/src/components/NotImplemented.tsx
sandbox/src/components/NotificationCenter.tsx
sandbox/src/components/NotificationSystem.tsx
sandbox/src/components/TopPanel.tsx
sandbox/src/components/WindowFrame.tsx
sandbox/src/components/WindowManager.tsx
sandbox/src/components/ui/accordion.tsx
sandbox/src/components/ui/alert-dialog.tsx
sandbox/src/components/ui/alert.tsx
sandbox/src/components/ui/aspect-ratio.tsx
sandbox/src/components/ui/avatar.tsx
sandbox/src/components/ui/badge.tsx
sandbox/src/components/ui/breadcrumb.tsx
sandbox/src/components/ui/button-group.tsx
sandbox/src/components/ui/button.tsx
sandbox/src/components/ui/calendar.tsx
sandbox/src/components/ui/card.tsx
sandbox/src/components/ui/carousel.tsx
sandbox/src/components/ui/chart.tsx
sandbox/src/components/ui/checkbox.tsx
sandbox/src/components/ui/collapsible.tsx
sandbox/src/components/ui/command.tsx
sandbox/src/components/ui/context-menu.tsx
sandbox/src/components/ui/dialog.tsx
sandbox/src/components/ui/drawer.tsx
sandbox/src/components/ui/dropdown-menu.tsx
sandbox/src/components/ui/empty.tsx
sandbox/src/components/ui/field.tsx
sandbox/src/components/ui/form.tsx
sandbox/src/components/ui/hover-card.tsx
sandbox/src/components/ui/input-group.tsx
sandbox/src/components/ui/input-otp.tsx
sandbox/src/components/ui/input.tsx
sandbox/src/components/ui/item.tsx
sandbox/src/components/ui/kbd.tsx
sandbox/src/components/ui/label.tsx
sandbox/src/components/ui/menubar.tsx
sandbox/src/components/ui/navigation-menu.tsx
sandbox/src/components/ui/pagination.tsx
sandbox/src/components/ui/popover.tsx
sandbox/src/components/ui/progress.tsx
sandbox/src/components/ui/radio-group.tsx
sandbox/src/components/ui/resizable.tsx
sandbox/src/components/ui/scroll-area.tsx
sandbox/src/components/ui/select.tsx
sandbox/src/components/ui/separator.tsx
sandbox/src/components/ui/sheet.tsx
sandbox/src/components/ui/sidebar.tsx
sandbox/src/components/ui/skeleton.tsx
sandbox/src/components/ui/slider.tsx
sandbox/src/components/ui/sonner.tsx
sandbox/src/components/ui/spinner.tsx
sandbox/src/components/ui/switch.tsx
sandbox/src/components/ui/table.tsx
sandbox/src/components/ui/tabs.tsx
sandbox/src/components/ui/textarea.tsx
sandbox/src/components/ui/toggle-group.tsx
sandbox/src/components/ui/toggle.tsx
sandbox/src/components/ui/tooltip.tsx
sandbox/src/hooks/index.ts
sandbox/src/hooks/use-mobile.ts
sandbox/src/hooks/useAutoOpenChat.ts
sandbox/src/hooks/useDulusAgents.ts
sandbox/src/hooks/useDulusChat.ts
sandbox/src/hooks/useDulusEvents.ts
sandbox/src/hooks/useDulusHealth.ts
sandbox/src/hooks/useDulusMemory.ts
sandbox/src/hooks/useDulusSkills.ts
sandbox/src/hooks/useDulusTasks.ts
sandbox/src/hooks/useFileSystem.ts
sandbox/src/hooks/useOSStore.tsx
sandbox/src/hooks/useSkillBridge.ts
sandbox/src/hooks/useSystemBattery.ts
sandbox/src/hooks/useSystemNetwork.ts
sandbox/src/hooks/useSystemVolume.ts
sandbox/src/lib/dulus-api.ts
sandbox/src/lib/utils.ts
sandbox/src/types/index.ts
sandbox/src/utils/assets.ts
skill/__init__.py
skill/builtin.py
skill/clawhub.py
skill/executor.py
skill/loader.py
skill/tools.py
task/__init__.py
task/store.py
task/tools.py
task/types.py
tests/test_afk_yolo.py
tests/test_approval_runtime.py
tests/test_background_task_tools.py
tests/test_background_tasks.py
tests/test_checkpoint.py
tests/test_clipboard_utils.py
tests/test_compaction.py
tests/test_diff_view.py
tests/test_diff_visualization.py
tests/test_display_blocks.py
tests/test_export_import.py
tests/test_hook_engine.py
tests/test_injection_fix.py
tests/test_license.py
tests/test_mcp.py
tests/test_memory.py
tests/test_notification_manager.py
tests/test_plugin.py
tests/test_session_fork.py
tests/test_shell_mode.py
tests/test_skills.py
tests/test_steer_input.py
tests/test_subagent.py
tests/test_task.py
tests/test_telegram_buffer.py
tests/test_think_tool.py
tests/test_todo_tool.py
tests/test_todo_visualization.py
tests/test_tool_registry.py
tests/test_voice.py
tests/test_wire_events.py
ui/__init__.py
ui/input.py
ui/render.py
voice/__init__.py
voice/audio_utils.py
voice/keyterms.py
voice/recorder.py
voice/stt.py
voice/tts.py
voice/wake_word.py