LICENSE
README.md
pyproject.toml
kyber/__init__.py
kyber/__main__.py
kyber/meta_messages.py
kyber/agent/__init__.py
kyber/agent/context.py
kyber/agent/core.py
kyber/agent/display.py
kyber/agent/intent.py
kyber/agent/memory.py
kyber/agent/narrator.py
kyber/agent/skills.py
kyber/agent/task_registry.py
kyber/agent/voice.py
kyber/agent/tools/__init__.py
kyber/agent/tools/base.py
kyber/agent/tools/clarify.py
kyber/agent/tools/cron.py
kyber/agent/tools/delegate.py
kyber/agent/tools/filesystem.py
kyber/agent/tools/mcp.py
kyber/agent/tools/memory.py
kyber/agent/tools/message.py
kyber/agent/tools/notebook.py
kyber/agent/tools/registry.py
kyber/agent/tools/remote.py
kyber/agent/tools/session_search.py
kyber/agent/tools/shell.py
kyber/agent/tools/skills.py
kyber/agent/tools/todo.py
kyber/agent/tools/web.py
kyber/bus/__init__.py
kyber/bus/events.py
kyber/bus/queue.py
kyber/channels/__init__.py
kyber/channels/base.py
kyber/channels/discord.py
kyber/channels/errors.py
kyber/channels/manager.py
kyber/channels/telegram.py
kyber/channels/whatsapp.py
kyber/cli/__init__.py
kyber/cli/chat_repl.py
kyber/cli/commands.py
kyber/cli/slash_commands.py
kyber/cli/tui.py
kyber/commands/__init__.py
kyber/commands/builtin.py
kyber/commands/pricing.py
kyber/commands/registry.py
kyber/config/__init__.py
kyber/config/loader.py
kyber/config/schema.py
kyber/cron/__init__.py
kyber/cron/paths.py
kyber/cron/runtime.py
kyber/cron/service.py
kyber/cron/types.py
kyber/dashboard/__init__.py
kyber/dashboard/server.py
kyber/dashboard/static/app.js
kyber/dashboard/static/favicon.png
kyber/dashboard/static/index.html
kyber/dashboard/static/kyber_logo.png
kyber/dashboard/static/styles.css
kyber/gateway/api.py
kyber/heartbeat/__init__.py
kyber/heartbeat/service.py
kyber/logging/__init__.py
kyber/logging/error_store.py
kyber/network/__init__.py
kyber/network/host.py
kyber/network/notebook.py
kyber/network/protocol.py
kyber/network/rpc.py
kyber/network/spoke.py
kyber/network/state.py
kyber/providers/__init__.py
kyber/providers/base.py
kyber/providers/claude_auth.py
kyber/providers/claude_provider.py
kyber/providers/codex_auth.py
kyber/providers/codex_provider.py
kyber/providers/openai_provider.py
kyber/providers/transcription.py
kyber/security/__init__.py
kyber/security/clamscan.py
kyber/security/scan.py
kyber/security/tracker.py
kyber/service/__init__.py
kyber/service/manager.py
kyber/session/__init__.py
kyber/session/manager.py
kyber/skillhub/__init__.py
kyber/skillhub/manager.py
kyber/skillhub/skills_sh.py
kyber/skills/README.md
kyber/skills/github/SKILL.md
kyber/skills/scheduled-tasks/SKILL.md
kyber/skills/security-scan/SKILL.md
kyber/skills/skill-creator/SKILL.md
kyber/skills/summarize/SKILL.md
kyber/skills/tmux/SKILL.md
kyber/skills/tmux/scripts/find-sessions.sh
kyber/skills/tmux/scripts/wait-for-text.sh
kyber/skills/weather/SKILL.md
kyber/utils/__init__.py
kyber/utils/helpers.py
kyber/utils/openhands_runtime.py
kyber_chat.egg-info/PKG-INFO
kyber_chat.egg-info/SOURCES.txt
kyber_chat.egg-info/dependency_links.txt
kyber_chat.egg-info/entry_points.txt
kyber_chat.egg-info/requires.txt
kyber_chat.egg-info/top_level.txt
tests/test_agent_process_direct_tasks.py
tests/test_agent_session_serialization.py
tests/test_context_cron_guardrails.py
tests/test_cron_paths.py
tests/test_cron_runtime_context.py
tests/test_cron_tool_context.py
tests/test_custom_provider_env_sanitization.py
tests/test_dashboard_mcp_api.py
tests/test_dashboard_skills_install_path.py
tests/test_gateway_cancel_delivery.py
tests/test_gateway_chat_api.py
tests/test_gateway_task_visibility.py
tests/test_mcp_tools.py
tests/test_memory_tool_workspace_storage.py
tests/test_meta_messages_tool_describe.py
tests/test_openai_provider_content_sanitization.py
tests/test_session_tool_context_reuse.py
tests/test_shell_interactive_guards.py
tests/test_skill_manage_workspace_paths.py
tests/test_skillhub_manifest.py
tests/test_status_intro.py
tests/test_status_progress_updates.py
tests/test_task_registry.py
tests/test_tool_status_text.py
tests/test_tool_validation.py
tests/test_web_fetch_diagnostics.py
tests/test_workspace_scaffold.py