LICENSE
README.md
pyproject.toml
caveman/__init__.py
caveman/__main__.py
caveman/audit.py
caveman/errors.py
caveman/events.py
caveman/events_store.py
caveman/lifecycle.py
caveman/paths.py
caveman/result.py
caveman/utils.py
caveman/acp/__init__.py
caveman/acp/client.py
caveman/acp/server.py
caveman/agent/__init__.py
caveman/agent/auxiliary.py
caveman/agent/bg_tasks.py
caveman/agent/checkpoint.py
caveman/agent/context.py
caveman/agent/context_refs.py
caveman/agent/display.py
caveman/agent/factory.py
caveman/agent/loop.py
caveman/agent/metrics.py
caveman/agent/phased_coordinator.py
caveman/agent/phases.py
caveman/agent/prompt.py
caveman/agent/session_hooks.py
caveman/agent/session_store.py
caveman/agent/stream.py
caveman/agent/title_generator.py
caveman/agent/tools_exec.py
caveman/agent/workspace.py
caveman/bridge/__init__.py
caveman/bridge/acp.py
caveman/bridge/cli_agents.py
caveman/bridge/cli_transport.py
caveman/bridge/hermes_bridge.py
caveman/bridge/openclaw_bridge.py
caveman/bridge/uds_transport.py
caveman/bridge/ws_transport.py
caveman/cli/__init__.py
caveman/cli/acp_cli.py
caveman/cli/audit.py
caveman/cli/bench.py
caveman/cli/changelog.py
caveman/cli/doctor.py
caveman/cli/flywheel.py
caveman/cli/importer.py
caveman/cli/main.py
caveman/cli/selftest.py
caveman/cli/stats.py
caveman/cli/status.py
caveman/cli/tui.py
caveman/cli/wiki_mcp.py
caveman/commands/__init__.py
caveman/commands/completer.py
caveman/commands/dispatcher.py
caveman/commands/formatter.py
caveman/commands/gateway_adapter.py
caveman/commands/registry.py
caveman/commands/types.py
caveman/commands/handlers/__init__.py
caveman/commands/handlers/caveman.py
caveman/commands/handlers/config.py
caveman/commands/handlers/info.py
caveman/commands/handlers/session.py
caveman/commands/handlers/system.py
caveman/commands/handlers/tools.py
caveman/compression/__init__.py
caveman/compression/context_engine.py
caveman/compression/micro.py
caveman/compression/normal.py
caveman/compression/pipeline.py
caveman/compression/safeguard.py
caveman/compression/smart.py
caveman/compression/utils.py
caveman/config/__init__.py
caveman/config/loader.py
caveman/config/validator.py
caveman/coordinator/__init__.py
caveman/coordinator/engine.py
caveman/coordinator/orchestrator.py
caveman/coordinator/verification.py
caveman/engines/__init__.py
caveman/engines/event_chain.py
caveman/engines/flags.py
caveman/engines/lint.py
caveman/engines/manager.py
caveman/engines/project_identity.py
caveman/engines/recall.py
caveman/engines/reflect.py
caveman/engines/ripple.py
caveman/engines/scheduler.py
caveman/engines/shield.py
caveman/gateway/__init__.py
caveman/gateway/base.py
caveman/gateway/discord_gw.py
caveman/gateway/router.py
caveman/gateway/runner.py
caveman/gateway/smart_buffer.py
caveman/gateway/task_runner.py
caveman/gateway/telegram_gw.py
caveman/hub/__init__.py
caveman/hub/client.py
caveman/import_/__init__.py
caveman/import_/base.py
caveman/import_/claude_code.py
caveman/import_/codex.py
caveman/import_/config_merger.py
caveman/import_/dedup.py
caveman/import_/directory.py
caveman/import_/hermes.py
caveman/import_/openclaw.py
caveman/import_/report.py
caveman/mcp/__init__.py
caveman/mcp/__main__.py
caveman/mcp/client.py
caveman/mcp/manager.py
caveman/mcp/server.py
caveman/memory/__init__.py
caveman/memory/backend.py
caveman/memory/confidence.py
caveman/memory/drift.py
caveman/memory/embedding.py
caveman/memory/manager.py
caveman/memory/nudge.py
caveman/memory/obsidian.py
caveman/memory/provider.py
caveman/memory/recall_cache.py
caveman/memory/refiner.py
caveman/memory/retrieval.py
caveman/memory/security.py
caveman/memory/sqlite_store.py
caveman/memory/store_helpers.py
caveman/memory/types.py
caveman/plugins/__init__.py
caveman/plugins/manager.py
caveman/providers/__init__.py
caveman/providers/anthropic_adapter.py
caveman/providers/anthropic_provider.py
caveman/providers/credential_pool.py
caveman/providers/deepseek_provider.py
caveman/providers/error_classifier.py
caveman/providers/gemini_provider.py
caveman/providers/groq_provider.py
caveman/providers/insights.py
caveman/providers/llm.py
caveman/providers/mistral_provider.py
caveman/providers/model_metadata.py
caveman/providers/model_router.py
caveman/providers/ollama_provider.py
caveman/providers/openai_provider.py
caveman/providers/prompt_cache.py
caveman/providers/rate_limit.py
caveman/providers/registry.py
caveman/providers/retry.py
caveman/providers/together_provider.py
caveman/providers/usage_pricing.py
caveman/security/__init__.py
caveman/security/encryption.py
caveman/security/permissions.py
caveman/security/redact.py
caveman/security/sandbox.py
caveman/security/scanner.py
caveman/skills/__init__.py
caveman/skills/executor.py
caveman/skills/harness.py
caveman/skills/manager.py
caveman/skills/rl_router.py
caveman/skills/types.py
caveman/skills/utils.py
caveman/tools/__init__.py
caveman/tools/registry.py
caveman/tools/builtin/__init__.py
caveman/tools/builtin/acp_tool.py
caveman/tools/builtin/bash.py
caveman/tools/builtin/browser.py
caveman/tools/builtin/checkpoint_tool.py
caveman/tools/builtin/coding_agent.py
caveman/tools/builtin/delegate_tool.py
caveman/tools/builtin/file_ops.py
caveman/tools/builtin/flywheel_tool.py
caveman/tools/builtin/gateway_tool.py
caveman/tools/builtin/image_gen_tool.py
caveman/tools/builtin/mcp_tool.py
caveman/tools/builtin/memory_tool.py
caveman/tools/builtin/metrics_tool.py
caveman/tools/builtin/process_tool.py
caveman/tools/builtin/progress_tool.py
caveman/tools/builtin/sandbox_tool.py
caveman/tools/builtin/skill_manager_tool.py
caveman/tools/builtin/todo_tool.py
caveman/tools/builtin/transcribe_tool.py
caveman/tools/builtin/url_safety_tool.py
caveman/tools/builtin/vision_tool.py
caveman/tools/builtin/web_search.py
caveman/training/__init__.py
caveman/training/cli_handler.py
caveman/training/embedding.py
caveman/training/eval_embedding.py
caveman/training/retrieval_log.py
caveman/training/rl.py
caveman/training/sft.py
caveman/training/stats.py
caveman/trajectory/__init__.py
caveman/trajectory/compressor.py
caveman/trajectory/judge.py
caveman/trajectory/recorder.py
caveman/trajectory/scorer.py
caveman/wiki/__init__.py
caveman/wiki/compiler.py
caveman/wiki/provenance.py
caveman_agent.egg-info/PKG-INFO
caveman_agent.egg-info/SOURCES.txt
caveman_agent.egg-info/dependency_links.txt
caveman_agent.egg-info/entry_points.txt
caveman_agent.egg-info/requires.txt
caveman_agent.egg-info/top_level.txt
tests/test_20_perspectives.py
tests/test_50_dimensions.py
tests/test_acp.py
tests/test_audit.py
tests/test_bridge_memory.py
tests/test_cli_status.py
tests/test_commands.py
tests/test_compound_interest.py
tests/test_compression.py
tests/test_compression_upgrade.py
tests/test_coverage_gaps.py
tests/test_cross_lang_recall.py
tests/test_deep_audit.py
tests/test_drift.py
tests/test_e2e_dryrun.py
tests/test_events.py
tests/test_flywheel_v2.py
tests/test_gemini_provider.py
tests/test_hybrid_retrieval.py
tests/test_import_system.py
tests/test_integration.py
tests/test_integration_agent.py
tests/test_integration_checkpoint.py
tests/test_integration_flywheel.py
tests/test_integration_memory.py
tests/test_integration_tools.py
tests/test_loop.py
tests/test_mcp_client.py
tests/test_memory.py
tests/test_memory_provider.py
tests/test_new_tools.py
tests/test_nfr_compliance.py
tests/test_nudge_drift_doctor.py
tests/test_ollama_provider_v2.py
tests/test_p1_p3_bridge_replay.py
tests/test_p1_platform.py
tests/test_phase3.py
tests/test_phase4_5.py
tests/test_phase4_infra.py
tests/test_prd_audit.py
tests/test_root_cause_fixes.py
tests/test_round10.py
tests/test_round101_coverage.py
tests/test_round102_providers.py
tests/test_round103_streaming.py
tests/test_round108_dedup.py
tests/test_round109_evolve.py
tests/test_round11.py
tests/test_round110_meta.py
tests/test_round12.py
tests/test_round13_phase2.py
tests/test_round13_prompt.py
tests/test_round13_reliability.py
tests/test_round14.py
tests/test_round15_flywheel.py
tests/test_round16_reflect.py
tests/test_round17_mcp.py
tests/test_round17_providers.py
tests/test_round17_tools.py
tests/test_round18_cli.py
tests/test_round18_wiki.py
tests/test_round19_e2e.py
tests/test_round19_judge.py
tests/test_round19_ollama.py
tests/test_round20_engine.py
tests/test_round20_identity.py
tests/test_round20_metadata.py
tests/test_round20_phase5_6.py
tests/test_round20_session.py
tests/test_round5.py
tests/test_round6.py
tests/test_round7.py
tests/test_round8.py
tests/test_round88_tools.py
tests/test_round8_phase_b.py
tests/test_round8_phase_c.py
tests/test_round9.py
tests/test_round90.py
tests/test_round97_flywheel.py
tests/test_round97_p2.py
tests/test_round97_tools.py
tests/test_round98_scheduler.py
tests/test_round99_perf.py
tests/test_round9_phase2.py
tests/test_skills.py
tests/test_sqlite_store.py
tests/test_toolresult_integration.py
tests/test_tools.py
tests/test_training_pipeline.py
tests/test_training_pivot.py
tests/test_training_pivot_fixes.py
tests/test_trajectory.py