LICENSE
README.md
pyproject.toml
ace/__init__.py
ace/adaptation.py
ace/async_learning.py
ace/features.py
ace/insight_source.py
ace/llm.py
ace/prompt_manager.py
ace/prompts.py
ace/prompts_v2.py
ace/prompts_v2_1.py
ace/prompts_v3.py
ace/py.typed
ace/roles.py
ace/skillbook.py
ace/updates.py
ace/cli/__init__.py
ace/cli/client.py
ace/cli/cloud.py
ace/cli/commands/__init__.py
ace/cli/commands/kayba-agent-instructions.md
ace/cli/skills/__init__.py
ace/cli/skills/kayba-pipeline/SKILL.md
ace/cli/skills/kayba-pipeline/stage-1-api-analysis/SKILL.md
ace/cli/skills/kayba-pipeline/stage-2-domain-context/SKILL.md
ace/cli/skills/kayba-pipeline/stage-3-metrics/SKILL.md
ace/cli/skills/kayba-pipeline/stage-4-rubric/SKILL.md
ace/cli/skills/kayba-pipeline/stage-5-action-plan/SKILL.md
ace/cli/skills/kayba-pipeline/stage-6-hitl/SKILL.md
ace/cli/skills/kayba-pipeline/stage-7-fixer/SKILL.md
ace/deduplication/__init__.py
ace/deduplication/config.py
ace/deduplication/detector.py
ace/deduplication/manager.py
ace/deduplication/operations.py
ace/deduplication/prompts.py
ace/integrations/__init__.py
ace/integrations/base.py
ace/integrations/browser_use.py
ace/integrations/claude_code_cli.py
ace/integrations/langchain.py
ace/integrations/litellm.py
ace/integrations/claude_code/__init__.py
ace/integrations/claude_code/cli_client.py
ace/integrations/claude_code/learner.py
ace/integrations/claude_code/prompt_patcher.py
ace/integrations/claude_code/prompts.py
ace/integrations/claude_code/commands/ace-clear.md
ace/integrations/claude_code/commands/ace-doctor.md
ace/integrations/claude_code/commands/ace-insights.md
ace/integrations/claude_code/commands/ace-learn-lines.md
ace/integrations/claude_code/commands/ace-learn.md
ace/integrations/claude_code/commands/ace-remove.md
ace/llm_providers/__init__.py
ace/llm_providers/claude_code_client.py
ace/llm_providers/instructor_client.py
ace/llm_providers/langchain_client.py
ace/llm_providers/litellm_client.py
ace/observability/__init__.py
ace/observability/opik_integration.py
ace/observability/tracers.py
ace/reflector/__init__.py
ace/reflector/config.py
ace/reflector/prompts.py
ace/reflector/prompts_rr_v3.py
ace/reflector/prompts_rr_v4.py
ace/reflector/prompts_rr_v5.py
ace/reflector/recursive.py
ace/reflector/sandbox.py
ace/reflector/subagent.py
ace/reflector/trace_context.py
ace_framework.egg-info/PKG-INFO
ace_framework.egg-info/SOURCES.txt
ace_framework.egg-info/dependency_links.txt
ace_framework.egg-info/entry_points.txt
ace_framework.egg-info/requires.txt
ace_framework.egg-info/top_level.txt
ace_next/__init__.py
ace_next/cli/__init__.py
ace_next/cli/setup.py
ace_next/core/__init__.py
ace_next/core/context.py
ace_next/core/environments.py
ace_next/core/outputs.py
ace_next/core/skillbook.py
ace_next/core/sub_runner.py
ace_next/deduplication/__init__.py
ace_next/deduplication/detector.py
ace_next/deduplication/manager.py
ace_next/deduplication/operations.py
ace_next/deduplication/prompts.py
ace_next/implementations/__init__.py
ace_next/implementations/agent.py
ace_next/implementations/helpers.py
ace_next/implementations/prompts.py
ace_next/implementations/prompts_v2_1.py
ace_next/implementations/reflector.py
ace_next/implementations/skill_manager.py
ace_next/integrations/__init__.py
ace_next/integrations/browser_use.py
ace_next/integrations/claude_code.py
ace_next/integrations/langchain.py
ace_next/integrations/mcp/__init__.py
ace_next/integrations/mcp/adapters.py
ace_next/integrations/mcp/config.py
ace_next/integrations/mcp/errors.py
ace_next/integrations/mcp/handlers.py
ace_next/integrations/mcp/models.py
ace_next/integrations/mcp/registry.py
ace_next/integrations/mcp/server.py
ace_next/integrations/openclaw/__init__.py
ace_next/integrations/openclaw/to_trace.py
ace_next/protocols/__init__.py
ace_next/protocols/agent.py
ace_next/protocols/deduplication.py
ace_next/protocols/llm.py
ace_next/protocols/reflector.py
ace_next/protocols/skill_manager.py
ace_next/providers/__init__.py
ace_next/providers/claude_code.py
ace_next/providers/config.py
ace_next/providers/instructor.py
ace_next/providers/langchain.py
ace_next/providers/litellm.py
ace_next/providers/registry.py
ace_next/rr/__init__.py
ace_next/rr/code_extraction.py
ace_next/rr/config.py
ace_next/rr/context.py
ace_next/rr/message_trimming.py
ace_next/rr/opik.py
ace_next/rr/prompts.py
ace_next/rr/runner.py
ace_next/rr/sandbox.py
ace_next/rr/steps.py
ace_next/rr/subagent.py
ace_next/rr/trace_context.py
ace_next/runners/__init__.py
ace_next/runners/ace.py
ace_next/runners/base.py
ace_next/runners/browser_use.py
ace_next/runners/claude_code.py
ace_next/runners/langchain.py
ace_next/runners/litellm.py
ace_next/runners/trace_analyser.py
ace_next/steps/__init__.py
ace_next/steps/agent.py
ace_next/steps/apply.py
ace_next/steps/checkpoint.py
ace_next/steps/deduplicate.py
ace_next/steps/evaluate.py
ace_next/steps/export_markdown.py
ace_next/steps/load_traces.py
ace_next/steps/observability.py
ace_next/steps/opik.py
ace_next/steps/persist.py
ace_next/steps/reflect.py
ace_next/steps/tag.py
ace_next/steps/update.py
pipeline/__init__.py
pipeline/branch.py
pipeline/context.py
pipeline/errors.py
pipeline/pipeline.py
pipeline/protocol.py
tests/test_ace_next_core.py
tests/test_ace_next_mcp_handlers.py
tests/test_ace_next_mcp_models.py
tests/test_ace_next_mcp_optional.py
tests/test_ace_next_mcp_registry.py
tests/test_ace_next_mcp_server.py
tests/test_ace_next_runners.py
tests/test_ace_next_steps.py
tests/test_adaptation.py
tests/test_async_learning.py
tests/test_benchmarks.py
tests/test_claude_code_client.py
tests/test_claude_code_hook_rooting.py
tests/test_cli_client.py
tests/test_cloud_cli.py
tests/test_cloud_e2e.py
tests/test_deduplication.py
tests/test_features.py
tests/test_insight_source.py
tests/test_instructor_integration.py
tests/test_integration.py
tests/test_integration_wrappers.py
tests/test_langchain_client.py
tests/test_litellm_client.py
tests/test_llm.py
tests/test_load_traces_step.py
tests/test_observability.py
tests/test_openclaw.py
tests/test_pipeline_callback.py
tests/test_pipeline_exports.py
tests/test_pipeline_hooks.py
tests/test_prompt_manager.py
tests/test_prompts_v2_1.py
tests/test_recursive_reflector.py
tests/test_replay_generator.py
tests/test_replay_pipeline_e2e.py
tests/test_roles.py
tests/test_sandbox.py
tests/test_skillbook.py
tests/test_trace_context.py
tests/test_updates.py