LICENSE
README.md
pyproject.toml
ace/__init__.py
ace/baselines.py
ace/cli.py
ace/config.py
ace/delta.py
ace/engine.py
ace/feedback.py
ace/llm.py
ace/playbook.py
ace/py.typed
ace/refine.py
ace/roles.py
ace/tasks.py
ace/visualize.py
ace/integrations/__init__.py
ace/integrations/openai_agents.py
ace_playbook.egg-info/PKG-INFO
ace_playbook.egg-info/SOURCES.txt
ace_playbook.egg-info/dependency_links.txt
ace_playbook.egg-info/entry_points.txt
ace_playbook.egg-info/requires.txt
ace_playbook.egg-info/top_level.txt
tests/test_baselines.py
tests/test_cli.py
tests/test_config_and_playbook_io.py
tests/test_delta.py
tests/test_engine.py
tests/test_extensibility.py
tests/test_feedback_and_delta_edges.py
tests/test_llm_openai.py
tests/test_openai_agents_integration.py
tests/test_playbook.py
tests/test_refine.py
tests/test_refine_embedder.py
tests/test_roles_and_viz.py
tests/test_tasks_and_integration.py