dulus 3.6.2__tar.gz → 3.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dulus-3.6.2/dulus.egg-info → dulus-3.7.1}/PKG-INFO +42 -3
- {dulus-3.6.2 → dulus-3.7.1}/README.md +40 -2
- {dulus-3.6.2 → dulus-3.7.1}/analytics.py +164 -164
- {dulus-3.6.2 → dulus-3.7.1}/compaction.py +15 -2
- {dulus-3.6.2 → dulus-3.7.1}/config.py +11 -1
- {dulus-3.6.2 → dulus-3.7.1}/docs/FAQ.md +18 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/GETTING_STARTED.md +33 -17
- {dulus-3.6.2 → dulus-3.7.1/dulus.egg-info}/PKG-INFO +42 -3
- {dulus-3.6.2 → dulus-3.7.1}/dulus.egg-info/SOURCES.txt +2 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus.egg-info/requires.txt +1 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus.py +41 -4
- {dulus-3.6.2 → dulus-3.7.1}/dulus_gui_web.py +825 -825
- dulus-3.7.1/dulus_tools/tree_ls.py +156 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/App.tsx +196 -196
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/THIRD_PARTY_NOTICES.md +10 -10
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/dist/index.html +188 -188
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/dist/standalone.html +188 -188
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/index.html +120 -120
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/index.tsx +16 -16
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/metadata.json +6 -6
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/package-lock.json +3143 -3143
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/package.json +30 -30
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/types.ts +169 -169
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/utils.ts +74 -74
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/vertex-ai-proxy-interceptor.js +154 -154
- {dulus-3.6.2 → dulus-3.7.1}/gui/dulus_orchestrator/vite.config.ts +44 -44
- {dulus-3.6.2 → dulus-3.7.1}/pyproject.toml +4 -1
- dulus-3.7.1/tests/test_tree_ls.py +86 -0
- {dulus-3.6.2 → dulus-3.7.1}/tools.py +4 -0
- {dulus-3.6.2 → dulus-3.7.1}/LICENSE +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/MANIFEST.in +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/agent.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/agents_bridge.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/compressor.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/context.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/githook.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/marketplace.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/mempalace_bridge.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/personas.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/plugins.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/server.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/backend/tasks.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/batch_api.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/checkpoint/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/checkpoint/hooks.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/checkpoint/store.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/checkpoint/types.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/claude_code_watcher.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/clipboard_utils.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/cloudsave.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/common.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/context.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/active_persona.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/marketplace.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/personas.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/plugins/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/plugins/composio/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/plugins/composio/composio_plugin/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/plugins/composio/composio_plugin/session_manager.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/plugins/composio/composio_plugin/tool_generator.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/plugins/composio/plugin.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/plugins/composio/plugin_tool.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/data/tasks.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/API.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/BRAND_GUIDE.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/CHANGELOG.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/CONTRIBUTING.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/DEPLOYMENT.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/Dulus_AI_Whitepaper_(v2.0).pdf +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/INVESTOR_BRIEF.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README_AR.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README_EN.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README_ES.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README_FR.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README_JA.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README_KO.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README_PT.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README_RU.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/README_ZH.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/SECURITY.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/api.html +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/architecture.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/azure-speech-template.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/dashboard/index.html +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/divider.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/dulus-bird.png +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/generate.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/hero.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/index.html +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/news.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/nvidia-models.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/particle-playground.html +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/personas/index.html +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/poetry-banner.png +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/preview.html +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-agents.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-brainstorm.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-bridges.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-features.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-freetier.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-memory.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-models.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-perms.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-plugins.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-quickstart.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/sec-ssj.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/spinners.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/split-pane.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/docs/terminal-boot.svg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus.egg-info/dependency_links.txt +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus.egg-info/entry_points.txt +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus.egg-info/top_level.txt +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_gui.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_mcp/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_mcp/client.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_mcp/config.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_mcp/tools.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_mcp/types.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/add_dir_manager.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/afk_mode.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/approval_runtime.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/background_tasks.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/clipboard_utils.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/diff_visualizer.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/export_import.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/hook_engine.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/notification_manager.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/session_fork.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/shell_mode.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/todo_visualizer.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/wire_events.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/dulus_tools/yolo_mode.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/governance.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/agent_bridge.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/chat_widget.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/main_window.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/personas.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/sandbox_server.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/session_utils.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/settings_dialog.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/sidebar.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/tasks_view.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/themes.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/gui/tool_panel.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/input.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/license_manager.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/audit.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/consolidator.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/context.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/offload.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/palace.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/scan.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/sessions.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/store.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/tools.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/types.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/memory/vector_search.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/multi_agent/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/multi_agent/subagent.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/multi_agent/tools.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/offload_helper.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/personality_config.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/plugin/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/plugin/autoadapter.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/plugin/loader.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/plugin/recommend.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/plugin/store.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/plugin/types.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/providers.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/README.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/components.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/dist/assets/index-DE51D6wI.css +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/dist/assets/index-DMCCNE9Y.js +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/dist/index.html +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/dist/wallpaper-default.jpg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/dist/wallpapers/default.jpeg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/dist/wallpapers/light.jpeg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/dist/wallpapers/nature.jpeg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/dist/wallpapers/tech.jpeg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/eslint.config.js +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/index.html +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/info.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/package-lock.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/package.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/postcss.config.js +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/tailwind.config.js +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/tsconfig.app.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/tsconfig.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/tsconfig.node.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox/vite.config.ts +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/sandbox_bootstrap.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/setup.cfg +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/builtin.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/LICENSE-obsidian-skills +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/README.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/defuddle/SKILL.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/json-canvas/SKILL.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/json-canvas/references/EXAMPLES.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/obsidian-bases/SKILL.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/obsidian-bases/references/FUNCTIONS_REFERENCE.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/obsidian-cli/SKILL.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/obsidian-markdown/SKILL.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/obsidian-markdown/references/CALLOUTS.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/obsidian-markdown/references/EMBEDS.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/obsidian-markdown/references/PROPERTIES.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/README.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/SKILL.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/addresses.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/advancedbackgroundchecks.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/beenverified.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/clustal.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/clustrmaps.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/cyberbackgroundchecks.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/familytreenow.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/fastpeoplesearch.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/intelius.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/mylife.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/nuwber.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/peekyou.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/peoplefinders.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/radaris.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/rehold.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/searchpeoplefree.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/socialcatfish.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/spokeo.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/thatsthem.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/truepeoplesearch.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/usphonebook.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/brokers/whitepages.json +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/legal/ccpa.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/legal/drop.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/legal/gdpr.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/methods.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/site-playbooks.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/references/state-machine.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/autopilot.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/badbool.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/brokers.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/cdp.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/config.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/crypto.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/dossier.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/email_modes.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/emailer.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/ledger.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/legal.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/paths.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/pdd.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/registry.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/report.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/scan.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/storage.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/tiers.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/scripts/vectors.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/templates/consent/authorization.md +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/templates/emails/ccpa-authorized-agent.txt +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/templates/emails/ccpa-deletion.txt +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/templates/emails/ccpa-indirect-deletion.txt +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/templates/emails/gdpr-erasure.txt +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/bundled/unbroker/templates/emails/generic-optout.txt +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/clawhub.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/executor.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/loader.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skill/tools.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/skills.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/soul.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/spinner.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/string_utils.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/subagent.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/task/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/task/store.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/task/tools.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/task/types.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_afk_yolo.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_approval_runtime.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_background_task_tools.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_background_tasks.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_checkpoint.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_clipboard_utils.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_compaction.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_diff_view.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_diff_visualization.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_display_blocks.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_export_import.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_hook_engine.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_injection_fix.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_license.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_mcp.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_memory.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_notification_manager.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_plugin.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_session_fork.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_shell_mode.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_skills.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_steer_input.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_subagent.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_task.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_telegram_buffer.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_think_tool.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_todo_tool.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_todo_visualization.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_tool_registry.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_voice.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tests/test_wire_events.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tmux_offloader.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tmux_tools.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/tool_registry.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/ui/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/ui/input.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/ui/render.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/voice/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/voice/audio_utils.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/voice/keyterms.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/voice/recorder.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/voice/stt.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/voice/tts.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/voice/wake_word.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/webbridge/__init__.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/webbridge/core.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/webbridge/tools.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/webchat.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/webchat_server.py +0 -0
- {dulus-3.6.2 → dulus-3.7.1}/welcome.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dulus
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.7.1
|
|
4
4
|
Summary: Use IA as an agent without an API key. $0. Harvest your browser session for Gemini (guest, no login), Claude.ai, Claude Code, Kimi.com, Qwen, DeepSeek — drive them like an API, no per-token billing. Plus LiteLLM (100+ paid providers), local models via Ollama, /lang in 34 languages, Mesa Redonda, voice, OCR, MemPalace, embedded sandbox OS.
|
|
5
5
|
Author: KevRojo
|
|
6
6
|
License: GPL-3.0
|
|
@@ -37,6 +37,7 @@ Requires-Dist: typing-extensions>=4.10.0
|
|
|
37
37
|
Requires-Dist: composio>=1.0.0rc2
|
|
38
38
|
Requires-Dist: beautifulsoup4>=4.12.0
|
|
39
39
|
Requires-Dist: sentry-sdk>=2.0.0
|
|
40
|
+
Requires-Dist: truststore>=0.9
|
|
40
41
|
Requires-Dist: pytesseract>=0.3.10
|
|
41
42
|
Provides-Extra: memory
|
|
42
43
|
Requires-Dist: mempalace>=3.3.4; extra == "memory"
|
|
@@ -65,7 +66,7 @@ Dynamic: license-file
|
|
|
65
66
|
|
|
66
67
|
# ▲ DULUS
|
|
67
68
|
>
|
|
68
|
-
> `
|
|
69
|
+
> `curl -fsSL …/install.sh | bash` → press Enter → working IA in 30 seconds. Try it.
|
|
69
70
|
|
|
70
71
|
SET /sticky_input ON since the first run for the best experience!
|
|
71
72
|
|
|
@@ -176,13 +177,27 @@ Dulus adapt any python repository <3
|
|
|
176
177
|
|
|
177
178
|
Download [`Dulus-Free-3.3.3-x64.msi`](https://github.com/KevRojo/Dulus/releases/download/v3.3.3/Dulus-Free-3.3.3-x64.msi) → double-click and fly. Embedded Python, every library, and the desktop GUI bundled. No pip, no terminal, no admin. ~85 MB.
|
|
178
179
|
|
|
179
|
-
**
|
|
180
|
+
**Linux / macOS / WSL — one command (handles Python for you):**
|
|
181
|
+
|
|
182
|
+
```bash
|
|
183
|
+
curl -fsSL https://raw.githubusercontent.com/KevRojo/Dulus/main/install.sh | bash
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
The installer finds or **bootstraps Python 3.11+** (apt / deadsnakes / brew / uv), installs Dulus, and puts `dulus` on your PATH. Works on stock Ubuntu 20.04/22.04 where plain `pip install dulus` dies with `No matching distribution found` (pip hides packages that need a newer Python — Dulus needs ≥3.11).
|
|
187
|
+
|
|
188
|
+
**Already on Python 3.11+?** Then this is enough:
|
|
180
189
|
|
|
181
190
|
```bash
|
|
182
191
|
pip install dulus
|
|
183
192
|
dulus
|
|
184
193
|
```
|
|
185
194
|
|
|
195
|
+
**Windows (PowerShell, if you prefer the terminal over the MSI):**
|
|
196
|
+
|
|
197
|
+
```powershell
|
|
198
|
+
iwr -useb https://raw.githubusercontent.com/KevRojo/Dulus/main/install.ps1 | iex
|
|
199
|
+
```
|
|
200
|
+
|
|
186
201
|
First run opens a welcome wizard that can get you **working IA without an API key** — it captures a Gemini guest session from your browser (no login, no card). Or set any key you already have. Zero to flight in 30 seconds.
|
|
187
202
|
|
|
188
203
|
> 💡 Set `/sticky_input ON` on first run for the best experience.
|
|
@@ -270,3 +285,27 @@ audit it yourself.
|
|
|
270
285
|
/config telemetry=off # inside Dulus
|
|
271
286
|
DULUS_TELEMETRY=0 # environment variable
|
|
272
287
|
```
|
|
288
|
+
|
|
289
|
+
<p align="center"><img src="https://raw.githubusercontent.com/KevRojo/Dulus/main/docs/divider.svg" alt="" width="100%"></p>
|
|
290
|
+
|
|
291
|
+
## 💛 Sponsors & Startup Programs
|
|
292
|
+
|
|
293
|
+
Dulus is proudly supported by these startup programs — powering our infrastructure, observability, and analytics:
|
|
294
|
+
|
|
295
|
+
<p align="center">
|
|
296
|
+
<a href="https://www.datadoghq.com/partner/datadog-for-startups/"><img src="https://cdn.simpleicons.org/datadog" height="42" alt="Datadog" title="Datadog for Startups"></a>
|
|
297
|
+
<a href="https://www.cloudflare.com/forstartups/"><img src="https://cdn.simpleicons.org/cloudflare" height="42" alt="Cloudflare" title="Cloudflare for Startups"></a>
|
|
298
|
+
<a href="https://sentry.io/for/startups/"><img src="https://cdn.simpleicons.org/sentry" height="42" alt="Sentry" title="Sentry for Startups"></a>
|
|
299
|
+
<a href="https://www.anthropic.com/startups"><img src="https://cdn.simpleicons.org/anthropic" height="42" alt="Anthropic" title="Claude for Startups"></a>
|
|
300
|
+
<a href="https://aws.amazon.com/activate/"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-plain-wordmark.svg" height="42" alt="AWS" title="AWS Activate"></a>
|
|
301
|
+
</p>
|
|
302
|
+
<p align="center">
|
|
303
|
+
<a href="https://www.mongodb.com/startups"><img src="https://cdn.simpleicons.org/mongodb" height="38" alt="MongoDB" title="MongoDB for Startups"></a>
|
|
304
|
+
<a href="https://mixpanel.com/startups/"><img src="https://cdn.simpleicons.org/mixpanel" height="38" alt="Mixpanel" title="Mixpanel for Startups"></a>
|
|
305
|
+
<a href="https://amplitude.com/startups"><img src="https://www.google.com/s2/favicons?domain=amplitude.com&sz=128" height="38" alt="Amplitude" title="Amplitude Startup Scholarship"></a>
|
|
306
|
+
<a href="https://www.digitalocean.com/hatch"><img src="https://cdn.simpleicons.org/digitalocean" height="38" alt="DigitalOcean" title="DigitalOcean Hatch"></a>
|
|
307
|
+
<a href="https://www.notion.com/startups"><img src="https://cdn.simpleicons.org/notion" height="38" alt="Notion" title="Notion for Startups"></a>
|
|
308
|
+
<a href="https://www.zendesk.com/campaign/startups/"><img src="https://cdn.simpleicons.org/zendesk" height="38" alt="Zendesk" title="Zendesk for Startups"></a>
|
|
309
|
+
</p>
|
|
310
|
+
|
|
311
|
+
<p align="center"><i>Want to support Dulus? → <a href="https://github.com/sponsors/KevRojo">GitHub Sponsors</a> 🦅</i></p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ▲ DULUS
|
|
2
2
|
>
|
|
3
|
-
> `
|
|
3
|
+
> `curl -fsSL …/install.sh | bash` → press Enter → working IA in 30 seconds. Try it.
|
|
4
4
|
|
|
5
5
|
SET /sticky_input ON since the first run for the best experience!
|
|
6
6
|
|
|
@@ -111,13 +111,27 @@ Dulus adapt any python repository <3
|
|
|
111
111
|
|
|
112
112
|
Download [`Dulus-Free-3.3.3-x64.msi`](https://github.com/KevRojo/Dulus/releases/download/v3.3.3/Dulus-Free-3.3.3-x64.msi) → double-click and fly. Embedded Python, every library, and the desktop GUI bundled. No pip, no terminal, no admin. ~85 MB.
|
|
113
113
|
|
|
114
|
-
**
|
|
114
|
+
**Linux / macOS / WSL — one command (handles Python for you):**
|
|
115
|
+
|
|
116
|
+
```bash
|
|
117
|
+
curl -fsSL https://raw.githubusercontent.com/KevRojo/Dulus/main/install.sh | bash
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
The installer finds or **bootstraps Python 3.11+** (apt / deadsnakes / brew / uv), installs Dulus, and puts `dulus` on your PATH. Works on stock Ubuntu 20.04/22.04 where plain `pip install dulus` dies with `No matching distribution found` (pip hides packages that need a newer Python — Dulus needs ≥3.11).
|
|
121
|
+
|
|
122
|
+
**Already on Python 3.11+?** Then this is enough:
|
|
115
123
|
|
|
116
124
|
```bash
|
|
117
125
|
pip install dulus
|
|
118
126
|
dulus
|
|
119
127
|
```
|
|
120
128
|
|
|
129
|
+
**Windows (PowerShell, if you prefer the terminal over the MSI):**
|
|
130
|
+
|
|
131
|
+
```powershell
|
|
132
|
+
iwr -useb https://raw.githubusercontent.com/KevRojo/Dulus/main/install.ps1 | iex
|
|
133
|
+
```
|
|
134
|
+
|
|
121
135
|
First run opens a welcome wizard that can get you **working IA without an API key** — it captures a Gemini guest session from your browser (no login, no card). Or set any key you already have. Zero to flight in 30 seconds.
|
|
122
136
|
|
|
123
137
|
> 💡 Set `/sticky_input ON` on first run for the best experience.
|
|
@@ -205,3 +219,27 @@ audit it yourself.
|
|
|
205
219
|
/config telemetry=off # inside Dulus
|
|
206
220
|
DULUS_TELEMETRY=0 # environment variable
|
|
207
221
|
```
|
|
222
|
+
|
|
223
|
+
<p align="center"><img src="https://raw.githubusercontent.com/KevRojo/Dulus/main/docs/divider.svg" alt="" width="100%"></p>
|
|
224
|
+
|
|
225
|
+
## 💛 Sponsors & Startup Programs
|
|
226
|
+
|
|
227
|
+
Dulus is proudly supported by these startup programs — powering our infrastructure, observability, and analytics:
|
|
228
|
+
|
|
229
|
+
<p align="center">
|
|
230
|
+
<a href="https://www.datadoghq.com/partner/datadog-for-startups/"><img src="https://cdn.simpleicons.org/datadog" height="42" alt="Datadog" title="Datadog for Startups"></a>
|
|
231
|
+
<a href="https://www.cloudflare.com/forstartups/"><img src="https://cdn.simpleicons.org/cloudflare" height="42" alt="Cloudflare" title="Cloudflare for Startups"></a>
|
|
232
|
+
<a href="https://sentry.io/for/startups/"><img src="https://cdn.simpleicons.org/sentry" height="42" alt="Sentry" title="Sentry for Startups"></a>
|
|
233
|
+
<a href="https://www.anthropic.com/startups"><img src="https://cdn.simpleicons.org/anthropic" height="42" alt="Anthropic" title="Claude for Startups"></a>
|
|
234
|
+
<a href="https://aws.amazon.com/activate/"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-plain-wordmark.svg" height="42" alt="AWS" title="AWS Activate"></a>
|
|
235
|
+
</p>
|
|
236
|
+
<p align="center">
|
|
237
|
+
<a href="https://www.mongodb.com/startups"><img src="https://cdn.simpleicons.org/mongodb" height="38" alt="MongoDB" title="MongoDB for Startups"></a>
|
|
238
|
+
<a href="https://mixpanel.com/startups/"><img src="https://cdn.simpleicons.org/mixpanel" height="38" alt="Mixpanel" title="Mixpanel for Startups"></a>
|
|
239
|
+
<a href="https://amplitude.com/startups"><img src="https://www.google.com/s2/favicons?domain=amplitude.com&sz=128" height="38" alt="Amplitude" title="Amplitude Startup Scholarship"></a>
|
|
240
|
+
<a href="https://www.digitalocean.com/hatch"><img src="https://cdn.simpleicons.org/digitalocean" height="38" alt="DigitalOcean" title="DigitalOcean Hatch"></a>
|
|
241
|
+
<a href="https://www.notion.com/startups"><img src="https://cdn.simpleicons.org/notion" height="38" alt="Notion" title="Notion for Startups"></a>
|
|
242
|
+
<a href="https://www.zendesk.com/campaign/startups/"><img src="https://cdn.simpleicons.org/zendesk" height="38" alt="Zendesk" title="Zendesk for Startups"></a>
|
|
243
|
+
</p>
|
|
244
|
+
|
|
245
|
+
<p align="center"><i>Want to support Dulus? → <a href="https://github.com/sponsors/KevRojo">GitHub Sponsors</a> 🦅</i></p>
|
|
@@ -1,164 +1,164 @@
|
|
|
1
|
-
"""Dulus anonymous usage telemetry (opt-in, privacy-first).
|
|
2
|
-
|
|
3
|
-
Dulus asks ONCE on startup whether you want to share anonymous usage
|
|
4
|
-
statistics. Nothing is sent until you explicitly say yes.
|
|
5
|
-
|
|
6
|
-
What IS collected (when enabled):
|
|
7
|
-
- Event names (session_start, message_sent, tool_used, model_selected)
|
|
8
|
-
- Dulus version, OS name, Python version
|
|
9
|
-
- Provider/model *names* (e.g. "gemini", "claude-sonnet")
|
|
10
|
-
- A random anonymous ID (UUID generated locally — not tied to you)
|
|
11
|
-
|
|
12
|
-
What is NEVER collected:
|
|
13
|
-
- Prompts, responses, or any conversation content
|
|
14
|
-
- File paths, file contents, or code
|
|
15
|
-
- Usernames, emails, hostnames, IPs (Mixpanel geo is disabled via $ip=0)
|
|
16
|
-
- API keys or tokens
|
|
17
|
-
|
|
18
|
-
Where it goes: Mixpanel (https://mixpanel.com) — event analytics only.
|
|
19
|
-
|
|
20
|
-
Opt out at any time (any of these):
|
|
21
|
-
- Answer "n" at the first-run prompt
|
|
22
|
-
- /config telemetry=off (inside Dulus)
|
|
23
|
-
- DULUS_TELEMETRY=0 (environment variable)
|
|
24
|
-
|
|
25
|
-
Implementation notes: zero third-party dependencies — plain urllib POST to
|
|
26
|
-
the Mixpanel ingestion API in a fire-and-forget daemon thread. Failures are
|
|
27
|
-
silently ignored; telemetry must never slow down or break Dulus.
|
|
28
|
-
"""
|
|
29
|
-
from __future__ import annotations
|
|
30
|
-
|
|
31
|
-
import base64
|
|
32
|
-
import json
|
|
33
|
-
import os
|
|
34
|
-
import platform
|
|
35
|
-
import sys
|
|
36
|
-
import threading
|
|
37
|
-
import time
|
|
38
|
-
import uuid
|
|
39
|
-
|
|
40
|
-
# Mixpanel PROJECT TOKEN for the public Dulus project.
|
|
41
|
-
# NOTE: Mixpanel ingestion tokens are write-only and designed to ship in
|
|
42
|
-
# client code (every website using Mixpanel exposes theirs). It cannot be
|
|
43
|
-
# used to read any data. Override with DULUS_MP_TOKEN.
|
|
44
|
-
MP_TOKEN = os.environ.get("DULUS_MP_TOKEN", "966ce8f5ccb32f06788f51be9f8bf8f5")
|
|
45
|
-
|
|
46
|
-
_MP_ENDPOINT = "https://api.mixpanel.com/track"
|
|
47
|
-
|
|
48
|
-
# Populated by init_telemetry(); None = not initialised / disabled.
|
|
49
|
-
_distinct_id: str | None = None
|
|
50
|
-
_enabled: bool = False
|
|
51
|
-
_dulus_version: str = ""
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
def _env_disabled() -> bool:
|
|
55
|
-
return os.environ.get("DULUS_TELEMETRY", "").strip().lower() in ("0", "off", "false", "no")
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
def is_enabled() -> bool:
|
|
59
|
-
return _enabled and not _env_disabled() and bool(MP_TOKEN)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
CONSENT_NOTICE = """
|
|
63
|
-
── Ayuda a mejorar Dulus / Help improve Dulus ─────────────────────────
|
|
64
|
-
Dulus can share ANONYMOUS usage statistics to help us understand
|
|
65
|
-
which features matter (event counts only — sent to Mixpanel).
|
|
66
|
-
|
|
67
|
-
Collected: event names, Dulus version, OS, model/provider names,
|
|
68
|
-
a random anonymous ID generated on this machine.
|
|
69
|
-
NEVER: prompts, responses, files, paths, keys, emails, IPs.
|
|
70
|
-
|
|
71
|
-
Change your mind anytime: /config telemetry=off or DULUS_TELEMETRY=0
|
|
72
|
-
────────────────────────────────────────────────────────────────────────
|
|
73
|
-
"""
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
def ask_consent(config: dict) -> dict:
|
|
77
|
-
"""One-time interactive consent prompt. Mutates + returns config.
|
|
78
|
-
|
|
79
|
-
Only call when config['telemetry'] is unset and stdin is a TTY.
|
|
80
|
-
"""
|
|
81
|
-
print(CONSENT_NOTICE)
|
|
82
|
-
try:
|
|
83
|
-
answer = input(" Share anonymous usage stats? [y/N] ").strip().lower()
|
|
84
|
-
except (EOFError, KeyboardInterrupt):
|
|
85
|
-
answer = ""
|
|
86
|
-
config["telemetry"] = answer in ("y", "yes", "s", "si", "sí")
|
|
87
|
-
if config["telemetry"] and not config.get("telemetry_id"):
|
|
88
|
-
config["telemetry_id"] = uuid.uuid4().hex
|
|
89
|
-
state = "enabled — thank you! 🦅" if config["telemetry"] else "disabled."
|
|
90
|
-
print(f" Telemetry {state}\n")
|
|
91
|
-
return config
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
def init_telemetry(config: dict, version: str = "") -> None:
|
|
95
|
-
"""Initialise the module from config. Safe to call multiple times."""
|
|
96
|
-
global _distinct_id, _enabled, _dulus_version
|
|
97
|
-
_dulus_version = version or _dulus_version
|
|
98
|
-
_enabled = bool(config.get("telemetry")) and not _env_disabled()
|
|
99
|
-
if _enabled:
|
|
100
|
-
_distinct_id = config.get("telemetry_id") or uuid.uuid4().hex
|
|
101
|
-
config.setdefault("telemetry_id", _distinct_id)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
def track(event: str, properties: dict | None = None) -> None:
|
|
105
|
-
"""Fire-and-forget anonymous event. No-op unless telemetry is enabled."""
|
|
106
|
-
if not is_enabled() or not _distinct_id:
|
|
107
|
-
return
|
|
108
|
-
|
|
109
|
-
payload = {
|
|
110
|
-
"event": event,
|
|
111
|
-
"properties": {
|
|
112
|
-
"token": MP_TOKEN,
|
|
113
|
-
"distinct_id": _distinct_id,
|
|
114
|
-
"time": int(time.time()),
|
|
115
|
-
"$ip": 0, # disable Mixpanel geolocation
|
|
116
|
-
"dulus_version": _dulus_version,
|
|
117
|
-
"os": platform.system(),
|
|
118
|
-
"python": f"{sys.version_info.major}.{sys.version_info.minor}",
|
|
119
|
-
**(properties or {}),
|
|
120
|
-
},
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
def _send() -> None:
|
|
124
|
-
try:
|
|
125
|
-
from urllib.request import Request, urlopen
|
|
126
|
-
from urllib.parse import urlencode
|
|
127
|
-
|
|
128
|
-
data = urlencode(
|
|
129
|
-
{"data": base64.b64encode(json.dumps([payload]).encode()).decode()}
|
|
130
|
-
).encode()
|
|
131
|
-
req = Request(_MP_ENDPOINT, data=data, method="POST")
|
|
132
|
-
urlopen(req, timeout=4).read()
|
|
133
|
-
except Exception:
|
|
134
|
-
pass # telemetry must never break Dulus
|
|
135
|
-
|
|
136
|
-
threading.Thread(target=_send, daemon=True, name="telemetry").start()
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
def track_session_start(config: dict) -> None:
|
|
140
|
-
"""Convenience: one event per REPL boot (enough for DAU/MAU counts)."""
|
|
141
|
-
track("session_start", {
|
|
142
|
-
"provider": str(config.get("provider", "")),
|
|
143
|
-
"model": str(config.get("model", "")),
|
|
144
|
-
})
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
def track_message_sent(model: str = "") -> None:
|
|
148
|
-
"""One event per user prompt sent to the LLM (no content — count only)."""
|
|
149
|
-
track("message_sent", {"model": model})
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
def track_tool_used(tool_name: str) -> None:
|
|
153
|
-
"""One event per tool invocation (tool NAME only — never inputs)."""
|
|
154
|
-
track("tool_used", {"tool": tool_name})
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
def track_command_used(command: str) -> None:
|
|
158
|
-
"""One event per slash command (command NAME only — never args)."""
|
|
159
|
-
track("command_used", {"command": command})
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
def track_model_selected(model: str, provider: str = "") -> None:
|
|
163
|
-
"""Fired when the user switches models via /model."""
|
|
164
|
-
track("model_selected", {"model": model, "provider": provider})
|
|
1
|
+
"""Dulus anonymous usage telemetry (opt-in, privacy-first).
|
|
2
|
+
|
|
3
|
+
Dulus asks ONCE on startup whether you want to share anonymous usage
|
|
4
|
+
statistics. Nothing is sent until you explicitly say yes.
|
|
5
|
+
|
|
6
|
+
What IS collected (when enabled):
|
|
7
|
+
- Event names (session_start, message_sent, tool_used, model_selected)
|
|
8
|
+
- Dulus version, OS name, Python version
|
|
9
|
+
- Provider/model *names* (e.g. "gemini", "claude-sonnet")
|
|
10
|
+
- A random anonymous ID (UUID generated locally — not tied to you)
|
|
11
|
+
|
|
12
|
+
What is NEVER collected:
|
|
13
|
+
- Prompts, responses, or any conversation content
|
|
14
|
+
- File paths, file contents, or code
|
|
15
|
+
- Usernames, emails, hostnames, IPs (Mixpanel geo is disabled via $ip=0)
|
|
16
|
+
- API keys or tokens
|
|
17
|
+
|
|
18
|
+
Where it goes: Mixpanel (https://mixpanel.com) — event analytics only.
|
|
19
|
+
|
|
20
|
+
Opt out at any time (any of these):
|
|
21
|
+
- Answer "n" at the first-run prompt
|
|
22
|
+
- /config telemetry=off (inside Dulus)
|
|
23
|
+
- DULUS_TELEMETRY=0 (environment variable)
|
|
24
|
+
|
|
25
|
+
Implementation notes: zero third-party dependencies — plain urllib POST to
|
|
26
|
+
the Mixpanel ingestion API in a fire-and-forget daemon thread. Failures are
|
|
27
|
+
silently ignored; telemetry must never slow down or break Dulus.
|
|
28
|
+
"""
|
|
29
|
+
from __future__ import annotations
|
|
30
|
+
|
|
31
|
+
import base64
|
|
32
|
+
import json
|
|
33
|
+
import os
|
|
34
|
+
import platform
|
|
35
|
+
import sys
|
|
36
|
+
import threading
|
|
37
|
+
import time
|
|
38
|
+
import uuid
|
|
39
|
+
|
|
40
|
+
# Mixpanel PROJECT TOKEN for the public Dulus project.
|
|
41
|
+
# NOTE: Mixpanel ingestion tokens are write-only and designed to ship in
|
|
42
|
+
# client code (every website using Mixpanel exposes theirs). It cannot be
|
|
43
|
+
# used to read any data. Override with DULUS_MP_TOKEN.
|
|
44
|
+
MP_TOKEN = os.environ.get("DULUS_MP_TOKEN", "966ce8f5ccb32f06788f51be9f8bf8f5")
|
|
45
|
+
|
|
46
|
+
_MP_ENDPOINT = "https://api.mixpanel.com/track"
|
|
47
|
+
|
|
48
|
+
# Populated by init_telemetry(); None = not initialised / disabled.
|
|
49
|
+
_distinct_id: str | None = None
|
|
50
|
+
_enabled: bool = False
|
|
51
|
+
_dulus_version: str = ""
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
def _env_disabled() -> bool:
|
|
55
|
+
return os.environ.get("DULUS_TELEMETRY", "").strip().lower() in ("0", "off", "false", "no")
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
def is_enabled() -> bool:
|
|
59
|
+
return _enabled and not _env_disabled() and bool(MP_TOKEN)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
CONSENT_NOTICE = """
|
|
63
|
+
── Ayuda a mejorar Dulus / Help improve Dulus ─────────────────────────
|
|
64
|
+
Dulus can share ANONYMOUS usage statistics to help us understand
|
|
65
|
+
which features matter (event counts only — sent to Mixpanel).
|
|
66
|
+
|
|
67
|
+
Collected: event names, Dulus version, OS, model/provider names,
|
|
68
|
+
a random anonymous ID generated on this machine.
|
|
69
|
+
NEVER: prompts, responses, files, paths, keys, emails, IPs.
|
|
70
|
+
|
|
71
|
+
Change your mind anytime: /config telemetry=off or DULUS_TELEMETRY=0
|
|
72
|
+
────────────────────────────────────────────────────────────────────────
|
|
73
|
+
"""
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def ask_consent(config: dict) -> dict:
|
|
77
|
+
"""One-time interactive consent prompt. Mutates + returns config.
|
|
78
|
+
|
|
79
|
+
Only call when config['telemetry'] is unset and stdin is a TTY.
|
|
80
|
+
"""
|
|
81
|
+
print(CONSENT_NOTICE)
|
|
82
|
+
try:
|
|
83
|
+
answer = input(" Share anonymous usage stats? [y/N] ").strip().lower()
|
|
84
|
+
except (EOFError, KeyboardInterrupt):
|
|
85
|
+
answer = ""
|
|
86
|
+
config["telemetry"] = answer in ("y", "yes", "s", "si", "sí")
|
|
87
|
+
if config["telemetry"] and not config.get("telemetry_id"):
|
|
88
|
+
config["telemetry_id"] = uuid.uuid4().hex
|
|
89
|
+
state = "enabled — thank you! 🦅" if config["telemetry"] else "disabled."
|
|
90
|
+
print(f" Telemetry {state}\n")
|
|
91
|
+
return config
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
def init_telemetry(config: dict, version: str = "") -> None:
|
|
95
|
+
"""Initialise the module from config. Safe to call multiple times."""
|
|
96
|
+
global _distinct_id, _enabled, _dulus_version
|
|
97
|
+
_dulus_version = version or _dulus_version
|
|
98
|
+
_enabled = bool(config.get("telemetry")) and not _env_disabled()
|
|
99
|
+
if _enabled:
|
|
100
|
+
_distinct_id = config.get("telemetry_id") or uuid.uuid4().hex
|
|
101
|
+
config.setdefault("telemetry_id", _distinct_id)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
def track(event: str, properties: dict | None = None) -> None:
|
|
105
|
+
"""Fire-and-forget anonymous event. No-op unless telemetry is enabled."""
|
|
106
|
+
if not is_enabled() or not _distinct_id:
|
|
107
|
+
return
|
|
108
|
+
|
|
109
|
+
payload = {
|
|
110
|
+
"event": event,
|
|
111
|
+
"properties": {
|
|
112
|
+
"token": MP_TOKEN,
|
|
113
|
+
"distinct_id": _distinct_id,
|
|
114
|
+
"time": int(time.time()),
|
|
115
|
+
"$ip": 0, # disable Mixpanel geolocation
|
|
116
|
+
"dulus_version": _dulus_version,
|
|
117
|
+
"os": platform.system(),
|
|
118
|
+
"python": f"{sys.version_info.major}.{sys.version_info.minor}",
|
|
119
|
+
**(properties or {}),
|
|
120
|
+
},
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
def _send() -> None:
|
|
124
|
+
try:
|
|
125
|
+
from urllib.request import Request, urlopen
|
|
126
|
+
from urllib.parse import urlencode
|
|
127
|
+
|
|
128
|
+
data = urlencode(
|
|
129
|
+
{"data": base64.b64encode(json.dumps([payload]).encode()).decode()}
|
|
130
|
+
).encode()
|
|
131
|
+
req = Request(_MP_ENDPOINT, data=data, method="POST")
|
|
132
|
+
urlopen(req, timeout=4).read()
|
|
133
|
+
except Exception:
|
|
134
|
+
pass # telemetry must never break Dulus
|
|
135
|
+
|
|
136
|
+
threading.Thread(target=_send, daemon=True, name="telemetry").start()
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
def track_session_start(config: dict) -> None:
|
|
140
|
+
"""Convenience: one event per REPL boot (enough for DAU/MAU counts)."""
|
|
141
|
+
track("session_start", {
|
|
142
|
+
"provider": str(config.get("provider", "")),
|
|
143
|
+
"model": str(config.get("model", "")),
|
|
144
|
+
})
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
def track_message_sent(model: str = "") -> None:
|
|
148
|
+
"""One event per user prompt sent to the LLM (no content — count only)."""
|
|
149
|
+
track("message_sent", {"model": model})
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
def track_tool_used(tool_name: str) -> None:
|
|
153
|
+
"""One event per tool invocation (tool NAME only — never inputs)."""
|
|
154
|
+
track("tool_used", {"tool": tool_name})
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
def track_command_used(command: str) -> None:
|
|
158
|
+
"""One event per slash command (command NAME only — never args)."""
|
|
159
|
+
track("command_used", {"command": command})
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
def track_model_selected(model: str, provider: str = "") -> None:
|
|
163
|
+
"""Fired when the user switches models via /model."""
|
|
164
|
+
track("model_selected", {"model": model, "provider": provider})
|
|
@@ -27,7 +27,8 @@ CHECKPOINT_DIR.mkdir(parents=True, exist_ok=True)
|
|
|
27
27
|
|
|
28
28
|
# ── Token estimation ──────────────────────────────────────────────────────
|
|
29
29
|
|
|
30
|
-
def estimate_tokens(messages: list, model: str = "", config: dict | None = None
|
|
30
|
+
def estimate_tokens(messages: list, model: str = "", config: dict | None = None,
|
|
31
|
+
fast: bool = False) -> int:
|
|
31
32
|
"""Estimate token count.
|
|
32
33
|
|
|
33
34
|
For Kimi/Moonshot models, uses the native Kimi API token estimation endpoint
|
|
@@ -37,11 +38,13 @@ def estimate_tokens(messages: list, model: str = "", config: dict | None = None)
|
|
|
37
38
|
messages: list of message dicts with "content" field (str or list of dicts)
|
|
38
39
|
model: model string (optional, e.g., "kimi-k2.5")
|
|
39
40
|
config: agent config dict (optional, for accessing API keys)
|
|
41
|
+
fast: if True, NEVER hit the network — char-based estimation only.
|
|
42
|
+
Use this from hot paths (per-turn pre-checks, UI, tight loops).
|
|
40
43
|
Returns:
|
|
41
44
|
approximate token count, int
|
|
42
45
|
"""
|
|
43
46
|
# Try Kimi native API estimation if this is a Kimi/Moonshot model
|
|
44
|
-
if model and (providers.detect_provider(model) in ("kimi", "moonshot")):
|
|
47
|
+
if not fast and model and (providers.detect_provider(model) in ("kimi", "moonshot")):
|
|
45
48
|
api_key = ""
|
|
46
49
|
if config:
|
|
47
50
|
api_key = providers.get_api_key("kimi", config) or providers.get_api_key("moonshot", config)
|
|
@@ -473,6 +476,16 @@ def maybe_compact(state, config: dict) -> bool:
|
|
|
473
476
|
limit = get_context_limit(model)
|
|
474
477
|
threshold = limit * 0.7
|
|
475
478
|
|
|
479
|
+
# Fast pre-check (startup-latency fix, 2026-07-06): the precise path can
|
|
480
|
+
# hit the Kimi token-estimation ENDPOINT — a blocking network round-trip
|
|
481
|
+
# that sits directly on the submit→dispatch critical path of EVERY turn,
|
|
482
|
+
# including the very first one where the conversation is obviously tiny.
|
|
483
|
+
# The char-based estimate deliberately overcounts (~10% buffer), so if
|
|
484
|
+
# even IT says we're under half the threshold, no network call can
|
|
485
|
+
# change the verdict. Skip straight to dispatch.
|
|
486
|
+
if estimate_tokens(state.messages, model=model, config=config, fast=True) <= threshold * 0.5:
|
|
487
|
+
return False
|
|
488
|
+
|
|
476
489
|
if estimate_tokens(state.messages, model=model, config=config) <= threshold:
|
|
477
490
|
return False
|
|
478
491
|
|
|
@@ -21,7 +21,17 @@ DEFAULTS = {
|
|
|
21
21
|
"verbose": False,
|
|
22
22
|
"thinking": False,
|
|
23
23
|
"git_status": False,
|
|
24
|
-
|
|
24
|
+
# 0 = auto: scale budget with /thinking level (low=2048, med=6000,
|
|
25
|
+
# high=16000, on=8192). A non-zero value here overrides ALL levels —
|
|
26
|
+
# the old default of 50000 silently let every thinking turn burn up
|
|
27
|
+
# to 50K output tokens regardless of level.
|
|
28
|
+
"thinking_budget": 0,
|
|
29
|
+
# Anthropic prompt-cache TTL. "1h" = cache survives think-pauses between
|
|
30
|
+
# turns (the default 5-min ephemeral cache dies if you pause >5 min,
|
|
31
|
+
# forcing a full prefix re-write at 1.25x price every time). 1h costs 2x
|
|
32
|
+
# once on write, then ~0.1x on every hit — massively cheaper for
|
|
33
|
+
# interactive sessions.
|
|
34
|
+
"cache_ttl": "1h",
|
|
25
35
|
"custom_base_url": "", # for "custom" provider
|
|
26
36
|
"max_tool_output": 2500,
|
|
27
37
|
"max_agent_depth": 3,
|
|
@@ -139,6 +139,15 @@ The token is the fuel layer for the Dulus business layer. The open-source REPL s
|
|
|
139
139
|
|
|
140
140
|
## Troubleshooting
|
|
141
141
|
|
|
142
|
+
### "No matching distribution found for dulus"
|
|
143
|
+
|
|
144
|
+
Your system Python is older than 3.11. pip hides incompatible packages and prints that useless error instead of saying "need Python 3.11+".
|
|
145
|
+
|
|
146
|
+
```bash
|
|
147
|
+
# Zero-friction fix — installer bootstraps Python for you
|
|
148
|
+
curl -fsSL https://raw.githubusercontent.com/KevRojo/Dulus/main/install.sh | bash
|
|
149
|
+
```
|
|
150
|
+
|
|
142
151
|
### "No module named 'tkinter'"
|
|
143
152
|
|
|
144
153
|
```bash
|
|
@@ -225,6 +234,15 @@ rm -rf ~/.dulus
|
|
|
225
234
|
# Luego corre `dulus` de nuevo para el wizard de bienvenida
|
|
226
235
|
```
|
|
227
236
|
|
|
237
|
+
### "No matching distribution found for dulus" en Ubuntu
|
|
238
|
+
|
|
239
|
+
Tu Python del sistema es mas viejo que 3.11. pip esconde el paquete y tira ese error basura.
|
|
240
|
+
|
|
241
|
+
```bash
|
|
242
|
+
# Arreglo zero friction — el installer te sube Python solo
|
|
243
|
+
curl -fsSL https://raw.githubusercontent.com/KevRojo/Dulus/main/install.sh | bash
|
|
244
|
+
```
|
|
245
|
+
|
|
228
246
|
---
|
|
229
247
|
|
|
230
248
|
> *Nombrado por el pajaro, no por el cohete. Seguimos volando.*
|
|
@@ -16,22 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
|
19
|
-
### Option A:
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
pip install dulus
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
With optional extras:
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
pip install "dulus[memory]" # + MemPalace semantic memory
|
|
29
|
-
pip install "dulus[voice]" # + Voice I/O (Whisper STT + TTS)
|
|
30
|
-
pip install "dulus[webbridge]" # + Playwright browser automation
|
|
31
|
-
pip install "dulus[full]" # Everything
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
### Option B: One-liner Installer (Recommended)
|
|
19
|
+
### Option A: One-liner Installer (Recommended — zero friction)
|
|
35
20
|
|
|
36
21
|
**Linux / macOS / WSL / Termux:**
|
|
37
22
|
|
|
@@ -39,7 +24,9 @@ pip install "dulus[full]" # Everything
|
|
|
39
24
|
curl -fsSL https://raw.githubusercontent.com/KevRojo/Dulus/main/install.sh | bash
|
|
40
25
|
```
|
|
41
26
|
|
|
42
|
-
The installer
|
|
27
|
+
The installer finds **or bootstraps** Python ≥3.11 (apt / deadsnakes / brew / uv), installs Dulus, and puts `dulus` on your PATH. This is the path that works on stock Ubuntu 20.04/22.04 where plain `pip install dulus` dies with `No matching distribution found` (pip hides packages that need a newer Python).
|
|
28
|
+
|
|
29
|
+
Profiles:
|
|
43
30
|
|
|
44
31
|
- **`full`** — Everything: voice (Whisper + PortAudio), browser tools (Playwright), MemPalace, tmux, WSL audio bridge (~1.5 GB)
|
|
45
32
|
- **`standard`** — REPL + webchat + tmux daemon + Telegram bridge (~300 MB)
|
|
@@ -52,6 +39,8 @@ The installer detects your OS, package manager, and Python version, then offers
|
|
|
52
39
|
irm https://raw.githubusercontent.com/KevRojo/Dulus/main/install.ps1 | iex
|
|
53
40
|
```
|
|
54
41
|
|
|
42
|
+
(Or skip Python entirely with the MSI — see README.)
|
|
43
|
+
|
|
55
44
|
Power-user flags:
|
|
56
45
|
|
|
57
46
|
```bash
|
|
@@ -65,6 +54,23 @@ curl -fsSL .../install.sh | bash -s -- --profile=full --pipx
|
|
|
65
54
|
curl -fsSL .../install.sh | bash -s -- --pre
|
|
66
55
|
```
|
|
67
56
|
|
|
57
|
+
### Option B: pip (only if you already have Python 3.11+)
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
pip install dulus
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
With optional extras:
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
pip install "dulus[memory]" # + MemPalace semantic memory
|
|
67
|
+
pip install "dulus[voice]" # + Voice I/O (Whisper STT + TTS)
|
|
68
|
+
pip install "dulus[webbridge]" # + Playwright browser automation
|
|
69
|
+
pip install "dulus[full]" # Everything
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
> If pip says `No matching distribution found for dulus`, your Python is < 3.11. Use Option A — the installer upgrades Python for you.
|
|
73
|
+
|
|
68
74
|
### Option C: Docker (Zero Local Python)
|
|
69
75
|
|
|
70
76
|
```bash
|
|
@@ -330,6 +336,16 @@ These are encrypted with XOR + base64 before saving to disk.
|
|
|
330
336
|
|
|
331
337
|
## Troubleshooting
|
|
332
338
|
|
|
339
|
+
### "No matching distribution found for dulus"
|
|
340
|
+
|
|
341
|
+
Your Python is older than 3.11 (common on stock Ubuntu 20.04/22.04). pip hides packages that require a newer interpreter and prints that useless error instead of telling you the truth.
|
|
342
|
+
|
|
343
|
+
**Fix (zero friction):** use the one-liner — it bootstraps Python 3.11+ for you:
|
|
344
|
+
|
|
345
|
+
```bash
|
|
346
|
+
curl -fsSL https://raw.githubusercontent.com/KevRojo/Dulus/main/install.sh | bash
|
|
347
|
+
```
|
|
348
|
+
|
|
333
349
|
### "No module named 'tkinter'"
|
|
334
350
|
|
|
335
351
|
```bash
|