LICENSE
README.md
pyproject.toml
ace/__init__.py
ace/cli/__init__.py
ace/cli/client.py
ace/cli/cloud.py
ace/cli/setup.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/core/__init__.py
ace/core/context.py
ace/core/environments.py
ace/core/outputs.py
ace/core/skillbook.py
ace/deduplication/__init__.py
ace/deduplication/detector.py
ace/deduplication/manager.py
ace/deduplication/operations.py
ace/deduplication/prompts.py
ace/implementations/__init__.py
ace/implementations/agent.py
ace/implementations/helpers.py
ace/implementations/prompts.py
ace/implementations/reflector.py
ace/implementations/skill_manager.py
ace/implementations/skill_rendering.py
ace/integrations/__init__.py
ace/integrations/browser_use.py
ace/integrations/claude_code.py
ace/integrations/langchain.py
ace/integrations/mcp/__init__.py
ace/integrations/mcp/adapters.py
ace/integrations/mcp/config.py
ace/integrations/mcp/errors.py
ace/integrations/mcp/handlers.py
ace/integrations/mcp/models.py
ace/integrations/mcp/registry.py
ace/integrations/mcp/server.py
ace/integrations/openclaw/__init__.py
ace/integrations/openclaw/to_trace.py
ace/observability/__init__.py
ace/protocols/__init__.py
ace/protocols/agent.py
ace/protocols/deduplication.py
ace/protocols/reflector.py
ace/protocols/skill_manager.py
ace/providers/__init__.py
ace/providers/config.py
ace/providers/pydantic_ai.py
ace/providers/registry.py
ace/rr/__init__.py
ace/rr/agent.py
ace/rr/config.py
ace/rr/message_trimming.py
ace/rr/prompts.py
ace/rr/runner.py
ace/rr/sandbox.py
ace/rr/trace_context.py
ace/runners/__init__.py
ace/runners/ace.py
ace/runners/base.py
ace/runners/browser_use.py
ace/runners/claude_code.py
ace/runners/langchain.py
ace/runners/litellm.py
ace/runners/trace_analyser.py
ace/steps/__init__.py
ace/steps/agent.py
ace/steps/apply.py
ace/steps/checkpoint.py
ace/steps/deduplicate.py
ace/steps/evaluate.py
ace/steps/export_markdown.py
ace/steps/load_traces.py
ace/steps/observability.py
ace/steps/persist.py
ace/steps/reflect.py
ace/steps/tag.py
ace/steps/update.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
pipeline/__init__.py
pipeline/branch.py
pipeline/context.py
pipeline/errors.py
pipeline/pipeline.py
pipeline/protocol.py
tests/test_ace_core.py
tests/test_ace_mcp_handlers.py
tests/test_ace_mcp_models.py
tests/test_ace_mcp_optional.py
tests/test_ace_mcp_registry.py
tests/test_ace_mcp_server.py
tests/test_ace_runners.py
tests/test_ace_steps.py
tests/test_load_traces_step.py
tests/test_openclaw.py
tests/test_pipeline_callback.py
tests/test_pipeline_exports.py
tests/test_pipeline_hooks.py
tests/test_pydantic_ai_integration.py