IDENTITY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
autonomous/README.md
autonomous/__init__.py
autonomous/learner.py
autonomous/prioritizer.py
autonomous/reviewer.py
autonomous/self_health.py
autonomous/skill_extractor.py
autonomous/strategy_loader.py
autonomous/web_learner.py
core/__init__.py
core/_expert_llm_subprocess.py
core/agent_loop.py
core/agent_tree.py
core/agents_md.py
core/aggregate_search.py
core/approval.py
core/batch_engine.py
core/browser.py
core/budget_allocator.py
core/cli.py
core/compact_hooks.py
core/config.py
core/context_compress.py
core/cron_scheduler.py
core/downloader.py
core/evolution.py
core/evolution_rules.py
core/evolution_state.py
core/evolution_tracker.py
core/evolution_viz.py
core/exec_policy.py
core/expert_registry.py
core/gateway.py
core/gepa_engine.py
core/hooks.py
core/identity.py
core/judge.py
core/kfskill.py
core/llm.py
core/local_helper.py
core/main.py
core/mcp_bridge.py
core/mcp_config.yaml
core/memory_config.yaml
core/model_manager.py
core/multimedia_config.py
core/observer.py
core/platform.py
core/policy_manager.py
core/prompt_template.py
core/rollout_log.py
core/safety.py
core/session_store.py
core/skill_deps.py
core/skill_manager.py
core/skill_publisher.py
core/skill_repo.py
core/skill_resolver.py
core/subagent.py
core/tool_orchestrator.py
core/tool_registry.py
core/turn_context.py
core/turn_diff_tracker.py
core/webhook_server.py
core/channel/__init__.py
core/channel/base.py
core/channel/feishu_ws.py
core/channel/gateway_loop.py
core/channel/manager.py
core/channel/wechat_ilink.py
core/memory/__init__.py
core/memory/encoding_gate.py
core/memory/episodic_buffer.py
core/memory/hindsight_lite.py
core/memory/memory_manager.py
core/memory/nmm_engine.py
core/memory/sqlite_backend.py
core/memory/two_phase_extract.py
core/whiteboard/__init__.py
core/whiteboard/decomposer.py
core/whiteboard/executor.py
core/whiteboard/whiteboard.py
core/workflow_v2/__init__.py
core/workflow_v2/engine.py
core/workflow_v2/manager.py
core/workflow_v2/models.py
cron/schedule.yaml
experts/data.yaml
experts/finance.yaml
experts/health.yaml
experts/ops.yaml
experts/quality.yaml
experts/research.yaml
experts/security.yaml
experts/tech.yaml
experts/translate.yaml
experts/writer.yaml
kuafu-app/947468d463a5_10.txt
kuafu-app/AGENTS.md
kuafu-app/CLAUDE.md
kuafu-app/README_1.md
kuafu-app/README_2.md
kuafu-app/README_3.md
kuafu-desktop/audit.md
tests/test_agent_loop_helpers.py
tests/test_agent_loop_run.py
tests/test_agent_tree.py
tests/test_agents_md.py
tests/test_aggregate_search.py
tests/test_all.py
tests/test_approval_automode_approval.py
tests/test_approval_denyrules.py
tests/test_approval_full_chain.py
tests/test_benchmark.py
tests/test_browser.py
tests/test_bulk.py
tests/test_bulk_addendum.py
tests/test_bulk_additions.py
tests/test_bulk_append.py
tests/test_bulk_cron.py
tests/test_bulk_extra.py
tests/test_bulk_feishu_ws.py
tests/test_bulk_gateway_loop.py
tests/test_bulk_hooks.py
tests/test_bulk_network.py
tests/test_bulk_patched.py
tests/test_bulk_skill_mgr.py
tests/test_bulk_wechat.py
tests/test_compact_hooks.py
tests/test_comprehensive.py
tests/test_config.py
tests/test_context_compress.py
tests/test_context_compress_gap.py
tests/test_coverage_additions.py
tests/test_decomposer.py
tests/test_downloader.py
tests/test_evolution_pipeline.py
tests/test_evolution_tracker_advanced.py
tests/test_evolution_tracker_core.py
tests/test_evolution_tracker_gap.py
tests/test_exec_policy.py
tests/test_executor.py
tests/test_extra_coverage.py
tests/test_fix_beats.py
tests/test_judge.py
tests/test_llm.py
tests/test_main.py
tests/test_mcp_bridge.py
tests/test_policy_manager.py
tests/test_rollout_log.py
tests/test_safety_denial.py
tests/test_safety_path.py
tests/test_safety_safetylayer.py
tests/test_safety_tristate.py
tests/test_session_store.py
tests/test_skill_deps.py
tests/test_subagent.py
tests/test_tool_integration.py
tests/test_tool_orchestrator.py
tests/test_tool_registry.py
tests/test_tool_registry_api.py
tests/test_tool_registry_pure.py
tests/test_turn_context.py
tests/test_turn_diff_tracker.py
tests/test_two_phase_extract.py
tests/test_whiteboard.py