.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
ace/__init__.py
ace/adaptation.py
ace/delta.py
ace/features.py
ace/llm.py
ace/playbook.py
ace/prompts.py
ace/prompts_v2.py
ace/prompts_v2_1.py
ace/py.typed
ace/roles.py
ace/integrations/__init__.py
ace/integrations/base.py
ace/integrations/browser_use.py
ace/integrations/langchain.py
ace/integrations/litellm.py
ace/llm_providers/__init__.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
examples/custom_integration_example.py
examples/playbook_persistence.py
examples/seahorse_emoji_ace.py
examples/simple_ace_example.py
examples/LMstudio/lmstudio_starter_template.py
examples/browser-use/TEMPLATE.py
examples/browser-use/simple_ace_agent.py
examples/browser-use/domain-checker/ace_domain_checker.py
examples/browser-use/domain-checker/baseline_domain_checker.py
examples/browser-use/domain-checker/domain_utils.py
examples/browser-use/form-filler/ace_browser_use.py
examples/browser-use/form-filler/ace_form_filler.py
examples/browser-use/form-filler/baseline_browser_use.py
examples/browser-use/form-filler/baseline_form_filler.py
examples/browser-use/form-filler/form_utils.py
examples/browser-use/online-shopping/ace-online-shopping.py
examples/browser-use/online-shopping/baseline-online-shopping.py
examples/helicone/convex_training.py
examples/helicone/evaluate_playbook.py
examples/helicone/helicone_loader.py
examples/helicone/helicone_training.py
examples/helicone/offline_training_replay.py
examples/helicone/tool_selection_environment.py
examples/langchain/agent_with_tools_example.py
examples/langchain/simple_chain_example.py
examples/litellm/litellm_ace_example.py
examples/ollama/ollama_starter_template.py
examples/prompts/advanced_prompts_v2.py
examples/prompts/compare_v1_v2_prompts.py
examples/prompts/compare_v2_v2_1_prompts.py
tests/conftest.py
tests/test_adaptation.py
tests/test_benchmarks.py
tests/test_delta.py
tests/test_integration.py
tests/test_langchain_client.py
tests/test_litellm_client.py
tests/test_llm.py
tests/test_playbook.py
tests/test_prompts_v2_1.py
tests/test_replay_generator.py
tests/test_roles.py
tests/integrations/__init__.py
tests/integrations/test_base.py
tests/integrations/test_browser_use.py
tests/integrations/test_langchain.py