.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
ace/__init__.py
ace/adaptation.py
ace/async_learning.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/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/langchain.py
ace/integrations/litellm.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
examples/custom_integration_example.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/ace_domain_checker_async.py
examples/browser-use/domain-checker/ace_domain_checker_sync.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/async_learning_example.py
examples/langchain/simple_chain_example.py
examples/litellm/async_learning_example.py
examples/litellm/deduplication_example.py
examples/litellm/litellm_ace_example.py
examples/litellm/playbook_persistence.py
examples/litellm/seahorse_emoji_ace.py
examples/litellm/simple_ace_example.py
examples/local-models/lm_studio_example.py
examples/local-models/lmstudio_starter_template.py
examples/local-models/ollama_starter_template.py
examples/prompts/advanced_prompts_v2.py
examples/prompts/compare_v1_v2_prompts.py
tests/conftest.py
tests/test_adaptation.py
tests/test_async_learning.py
tests/test_benchmarks.py
tests/test_deduplication.py
tests/test_delta.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_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