LICENSE
README.md
pyproject.toml
ace/__init__.py
ace/adaptation.py
ace/async_learning.py
ace/features.py
ace/llm.py
ace/prompts.py
ace/prompts_v2.py
ace/prompts_v2_1.py
ace/py.typed
ace/roles.py
ace/skillbook.py
ace/updates.py
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_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
tests/test_adaptation.py
tests/test_async_learning.py
tests/test_benchmarks.py
tests/test_claude_code_hook_rooting.py
tests/test_cli_client.py
tests/test_deduplication.py
tests/test_instructor_integration.py
tests/test_integration.py
tests/test_langchain_client.py
tests/test_litellm_client.py
tests/test_llm.py
tests/test_prompts_v2_1.py
tests/test_replay_generator.py
tests/test_roles.py
tests/test_skillbook.py
tests/test_updates.py