LICENSE
README.md
pyproject.toml
hubzoid/__init__.py
hubzoid/__main__.py
hubzoid/_fs.py
hubzoid/_request_ctx.py
hubzoid/_signing.py
hubzoid/branding.py
hubzoid/caching.py
hubzoid/cli.py
hubzoid/factory.py
hubzoid/factory_claude.py
hubzoid/frontmatter.py
hubzoid/memory.py
hubzoid/model.py
hubzoid/owui.py
hubzoid/runtime.py
hubzoid/server.py
hubzoid/settings.py
hubzoid/system_addendum.py
hubzoid/tool_events.py
hubzoid/upload_previews.py
hubzoid/uploads.py
hubzoid/webui.py
hubzoid.egg-info/PKG-INFO
hubzoid.egg-info/SOURCES.txt
hubzoid.egg-info/dependency_links.txt
hubzoid.egg-info/entry_points.txt
hubzoid.egg-info/requires.txt
hubzoid.egg-info/top_level.txt
hubzoid/loaders/__init__.py
hubzoid/loaders/agents.py
hubzoid/loaders/knowledge.py
hubzoid/loaders/mcp.py
hubzoid/loaders/skills.py
hubzoid/loaders/tools_local.py
hubzoid/slack/__init__.py
hubzoid/slack/adapter.py
hubzoid/slack/conversion.py
hubzoid/slack/env.py
hubzoid/slack/files.py
hubzoid/slack/manifest.py
hubzoid/slack/service.py
hubzoid/templates/demo/.gitignore
hubzoid/templates/demo/AGENTS.md
hubzoid/templates/demo/agents/builder.md
hubzoid/templates/demo/branding/README.md
hubzoid/templates/demo/branding/apple-touch-icon.png
hubzoid/templates/demo/branding/favicon-96x96.png
hubzoid/templates/demo/branding/favicon.png
hubzoid/templates/demo/branding/favicon.svg
hubzoid/templates/demo/branding/logo.svg
hubzoid/templates/demo/branding/splash-dark.png
hubzoid/templates/demo/branding/splash.png
hubzoid/templates/demo/connectors/.mcp.json
hubzoid/templates/demo/knowledge/agents-md-format.md
hubzoid/templates/demo/knowledge/hub-folder-layout.md
hubzoid/templates/demo/knowledge/mcp-and-connectors.md
hubzoid/templates/demo/knowledge/three-agent-types.md
hubzoid/templates/demo/knowledge/welcome.md
hubzoid/templates/demo/knowledge/what-is-hubzoid.md
hubzoid/templates/demo/skills/build-first-agent.md
hubzoid/templates/demo/skills/explain-skills.md
hubzoid/templates/demo/skills/find-the-docs.md
hubzoid/templates/demo/skills/inspect-this-hub.md
hubzoid/templates/demo/tools_local/word_count.py
hubzoid/templates/minimal/.gitignore
hubzoid/templates/minimal/AGENTS.md
hubzoid/templates/minimal/agents/helper.md
hubzoid/templates/minimal/branding/README.md
hubzoid/templates/minimal/branding/apple-touch-icon.png
hubzoid/templates/minimal/branding/favicon-96x96.png
hubzoid/templates/minimal/branding/favicon.png
hubzoid/templates/minimal/branding/favicon.svg
hubzoid/templates/minimal/branding/logo.svg
hubzoid/templates/minimal/branding/splash-dark.png
hubzoid/templates/minimal/branding/splash.png
hubzoid/templates/minimal/connectors/.mcp.json
hubzoid/templates/minimal/knowledge/about.md
hubzoid/templates/minimal/raw_data/.gitkeep
hubzoid/templates/minimal/raw_data/README.md
hubzoid/templates/minimal/skills/hello.md
hubzoid/templates/minimal/tools_local/hello.py
hubzoid/tools/__init__.py
hubzoid/tools/_caps.py
hubzoid/tools/current_time.py
hubzoid/tools/files.py
hubzoid/tools/grep_data.py
hubzoid/tools/knowledge.py
hubzoid/tools/render.py
hubzoid/tools/skills_tool.py
hubzoid/tools/web_http.py
tests/test_branding.py
tests/test_caps.py
tests/test_chat_artifacts.py
tests/test_cli_run.py
tests/test_factory.py
tests/test_factory_claude_tool_gating.py
tests/test_frontmatter.py
tests/test_fs.py
tests/test_grep_data.py
tests/test_init.py
tests/test_loaders.py
tests/test_owui_attachments.py
tests/test_preview_footers.py
tests/test_read_upload.py
tests/test_read_upload_full.py
tests/test_server.py
tests/test_slack_adapter.py
tests/test_slack_conversion.py
tests/test_slack_files.py
tests/test_slack_files_dedup.py
tests/test_slack_integration.py
tests/test_slack_manifest.py
tests/test_system_addendum.py
tests/test_tool_events.py
tests/test_tools.py
tests/test_upload_limits.py
tests/test_uploads_meta.py
tests/test_webui_env.py