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/llm_providers/__init__.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/requires.txt
ace_framework.egg-info/top_level.txt
tests/test_adaptation.py
tests/test_async_learning.py
tests/test_benchmarks.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