LICENSE
README.md
pyproject.toml
flyclaw.egg-info/PKG-INFO
flyclaw.egg-info/SOURCES.txt
flyclaw.egg-info/dependency_links.txt
flyclaw.egg-info/entry_points.txt
flyclaw.egg-info/requires.txt
flyclaw.egg-info/top_level.txt
src/__init__.py
src/_container.py
src/app.py
src/bootstrap.py
src/cli.py
src/config.py
src/config_reload.py
src/config_watcher.py
src/daemon.py
src/gateway.py
src/link_understanding.py
src/main.py
src/media_delivery.py
src/message.py
src/prompt.py
src/setup.py
src/acp/__init__.py
src/acp/cli.py
src/acp/runtime.py
src/acp/server.py
src/acp/session.py
src/acp/transport.py
src/agent/__init__.py
src/agent/client.py
src/agent/guardrails.py
src/agent/interrupt.py
src/agent/learning.py
src/agent/loop.py
src/agent/state.py
src/agent/tool_cache.py
src/agent/tooldef.py
src/agents/__init__.py
src/agents/delegate.py
src/agents/registry.py
src/agents/run_registry.py
src/analytics/__init__.py
src/analytics/audit_store.py
src/auth/__init__.py
src/auth/models.py
src/auth/rbac.py
src/auth/store.py
src/canvas/__init__.py
src/canvas/a2ui.py
src/canvas/capability.py
src/canvas/file_resolver.py
src/canvas/live_reload.py
src/canvas/server.py
src/canvas/tool.py
src/channels/__init__.py
src/channels/base.py
src/channels/qq.py
src/channels/qq_audio.py
src/channels/qq_onboard.py
src/channels/weixin.py
src/channels/weixin_onboard.py
src/commands/__init__.py
src/commands/dispatcher.py
src/commands/register.py
src/compressor/__init__.py
src/compressor/compressor.py
src/cron/__init__.py
src/cron/executor.py
src/cron/service.py
src/cron/store.py
src/cron/types.py
src/dashboard/__init__.py
src/dashboard/routes.py
src/dashboard/templates/dashboard.html
src/events/__init__.py
src/events/bus.py
src/events/hooks.py
src/events/types.py
src/media_understanding/__init__.py
src/media_understanding/audio.py
src/media_understanding/image.py
src/media_understanding/provider.py
src/media_understanding/runner.py
src/media_understanding/types.py
src/memory/__init__.py
src/memory/base.py
src/memory/chunker.py
src/memory/embeddings.py
src/memory/lance_store.py
src/memory/memory_sync.py
src/memory/search.py
src/memory/store.py
src/memory/watcher.py
src/plugins/__init__.py
src/plugins/loader.py
src/plugins/registry.py
src/security/__init__.py
src/security/audit.py
src/security/credential_patterns.py
src/security/pinned_transport.py
src/security/redact.py
src/security/url_safety.py
src/session/__init__.py
src/session/pruner.py
src/session/tracker.py
src/session_index/__init__.py
src/session_index/store.py
src/session_index/sync.py
src/skills/__init__.py
src/skills/curator.py
src/skills/guard.py
src/skills/hub.py
src/skills/loader.py
src/skills/manager.py
src/skills/prompt.py
src/skills/provenance.py
src/skills/review.py
src/skills/types.py
src/task/__init__.py
src/task/store.py
src/task/types.py
src/tools/__init__.py
src/tools/ai_tools.py
src/tools/approval.py
src/tools/chat_tools.py
src/tools/cron_tools.py
src/tools/exceptions.py
src/tools/exec.py
src/tools/file_tools.py
src/tools/media_tools.py
src/tools/media_understanding_tools.py
src/tools/memory_tools.py
src/tools/policy.py
src/tools/process.py
src/tools/registry.py
src/tools/session_search_tools.py
src/tools/task_tools.py
src/tools/tts_tools.py
src/tools/web_tools.py
src/tools/windows.py
src/tools/browser/__init__.py
src/tools/browser/manager.py
src/tools/browser/snapshot.py
src/tools/browser/stealth.py
src/tools/browser/tools.py
src/utils/__init__.py
src/utils/fts.py
src/utils/tz.py
tests/test_acp_gateway.py
tests/test_acp_runtime.py
tests/test_acp_server.py
tests/test_acp_session.py
tests/test_acp_transport.py
tests/test_agent_loop.py
tests/test_agent_state.py
tests/test_auth.py
tests/test_canvas.py
tests/test_channels_base.py
tests/test_config.py
tests/test_config_reload.py
tests/test_config_reload_full.py
tests/test_config_watcher.py
tests/test_delegate.py
tests/test_events.py
tests/test_exec_shell_injection.py
tests/test_file_tools.py
tests/test_gateway.py
tests/test_gateway_routes.py
tests/test_guard.py
tests/test_hub.py
tests/test_hub_actions.py
tests/test_memory.py
tests/test_memory_extract.py
tests/test_message_handler.py
tests/test_policy.py
tests/test_qq_approval_keyboard.py
tests/test_redact.py
tests/test_session_search.py
tests/test_tool_result_integrity.py
tests/test_url_safety.py
tests/test_weixin_send_text.py