LICENSE
README.md
pyproject.toml
hubzoid/__init__.py
hubzoid/__main__.py
hubzoid/_fs.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/runtime.py
hubzoid/server.py
hubzoid/settings.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/manifest.py
hubzoid/slack/service.py
hubzoid/templates/starter/.gitignore
hubzoid/templates/starter/AGENTS.md
hubzoid/templates/starter/agents/builder/AGENTS.md
hubzoid/templates/starter/branding/README.md
hubzoid/templates/starter/branding/apple-touch-icon.png
hubzoid/templates/starter/branding/favicon-96x96.png
hubzoid/templates/starter/branding/favicon.png
hubzoid/templates/starter/branding/favicon.svg
hubzoid/templates/starter/branding/logo.svg
hubzoid/templates/starter/branding/splash-dark.png
hubzoid/templates/starter/branding/splash.png
hubzoid/templates/starter/connectors/.mcp.json
hubzoid/templates/starter/knowledge/agents-md-format.md
hubzoid/templates/starter/knowledge/hub-folder-layout.md
hubzoid/templates/starter/knowledge/mcp-and-connectors.md
hubzoid/templates/starter/knowledge/three-agent-types.md
hubzoid/templates/starter/knowledge/welcome.md
hubzoid/templates/starter/knowledge/what-is-hubzoid.md
hubzoid/templates/starter/skills/build-first-agent/SKILL.md
hubzoid/templates/starter/skills/explain-skills/SKILL.md
hubzoid/templates/starter/skills/find-the-docs/SKILL.md
hubzoid/templates/starter/skills/inspect-this-hub/SKILL.md
hubzoid/templates/starter/tools_local/word_count.py
hubzoid/tools/__init__.py
hubzoid/tools/current_time.py
hubzoid/tools/files.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_factory.py
tests/test_frontmatter.py
tests/test_fs.py
tests/test_init.py
tests/test_loaders.py
tests/test_server.py
tests/test_slack_adapter.py
tests/test_slack_conversion.py
tests/test_slack_integration.py
tests/test_slack_manifest.py
tests/test_tools.py
tests/test_webui_env.py