.codespellrc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/pre-commit-update.yaml
.github/workflows/release.yaml
.github/workflows/tests.yaml
docs/api.md
docs/evaluation.md
docs/frameworks.md
docs/index.md
docs/instructions.md
docs/tools.md
docs/tracing.md
docs/examples/test_case.yaml
docs/images/mozilla.ai_black.png
docs/images/mozilla.ai_white.png
src/any_agent/__init__.py
src/any_agent/config.py
src/any_agent/logging.py
src/any_agent/py.typed
src/any_agent/tracing.py
src/any_agent.egg-info/PKG-INFO
src/any_agent.egg-info/SOURCES.txt
src/any_agent.egg-info/dependency_links.txt
src/any_agent.egg-info/requires.txt
src/any_agent.egg-info/top_level.txt
src/any_agent/evaluation/__init__.py
src/any_agent/evaluation/evaluate.py
src/any_agent/evaluation/results_saver.py
src/any_agent/evaluation/test_case.py
src/any_agent/evaluation/evaluators/CheckpointEvaluator.py
src/any_agent/evaluation/evaluators/HypothesisEvaluator.py
src/any_agent/evaluation/evaluators/LLMEvaluator.py
src/any_agent/evaluation/evaluators/QuestionAnsweringSquadEvaluator.py
src/any_agent/evaluation/evaluators/__init__.py
src/any_agent/evaluation/evaluators/schemas.py
src/any_agent/frameworks/__init__.py
src/any_agent/frameworks/agno.py
src/any_agent/frameworks/any_agent.py
src/any_agent/frameworks/google.py
src/any_agent/frameworks/langchain.py
src/any_agent/frameworks/llama_index.py
src/any_agent/frameworks/openai.py
src/any_agent/frameworks/smolagents.py
src/any_agent/telemetry/__init__.py
src/any_agent/telemetry/base.py
src/any_agent/telemetry/langchain_telemetry.py
src/any_agent/telemetry/llama_index_telemetry.py
src/any_agent/telemetry/openai_telemetry.py
src/any_agent/telemetry/smolagents_telemetry.py
src/any_agent/tools/__init__.py
src/any_agent/tools/user_interaction.py
src/any_agent/tools/web_browsing.py
src/any_agent/tools/wrappers.py
src/any_agent/tools/mcp/__init__.py
src/any_agent/tools/mcp/mcp_server.py
src/any_agent/tools/mcp/frameworks/__init__.py
src/any_agent/tools/mcp/frameworks/agno.py
src/any_agent/tools/mcp/frameworks/google.py
src/any_agent/tools/mcp/frameworks/langchain.py
src/any_agent/tools/mcp/frameworks/llama_index.py
src/any_agent/tools/mcp/frameworks/openai.py
src/any_agent/tools/mcp/frameworks/smolagents.py
tests/conftest.py
tests/docs/test_all.py
tests/integration/test_load_and_run_agent.py
tests/integration/test_load_and_run_multi_agent.py
tests/integration/test_mcp.py
tests/integration/test_telemetry_tracing.py
tests/integration/test_wrap_tools.py
tests/unit/test_unit_telemetry.py
tests/unit/test_unit_tracing.py
tests/unit/frameworks/test_agno.py
tests/unit/frameworks/test_any_agent.py
tests/unit/frameworks/test_google.py
tests/unit/frameworks/test_langchain.py
tests/unit/frameworks/test_llama_index.py
tests/unit/frameworks/test_openai.py
tests/unit/frameworks/test_smolagents.py
tests/unit/tools/test_unit_wrappers.py
tests/unit/tools/mcp/test_unit_agno_mcp.py
tests/unit/tools/mcp/test_unit_all_mcp.py
tests/unit/tools/mcp/test_unit_google_mcp.py
tests/unit/tools/mcp/test_unit_langchain_mcp_sse.py
tests/unit/tools/mcp/test_unit_llama_index_mcp.py
tests/unit/tools/mcp/test_unit_openai_mcp.py
tests/unit/tools/mcp/test_unit_smolagents_mcp.py