.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-optional.txt
requirements.txt
setup.py
ace/__init__.py
ace/adaptation.py
ace/delta.py
ace/llm.py
ace/playbook.py
ace/prompts.py
ace/prompts_v2.py
ace/py.typed
ace/roles.py
ace/llm_providers/__init__.py
ace/llm_providers/langchain_client.py
ace/llm_providers/litellm_client.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
examples/advanced_prompts_v2.py
examples/compare_v1_v2_prompts.py
examples/langchain_example.py
examples/playbook_persistence.py
examples/quickstart_litellm.py
examples/simple_ace_example.py
tests/test_adaptation.py
tests/test_langchain_client.py
tests/test_litellm_client.py
tests/test_playbook.py