.codespellrc
.gitattributes
.gitignore
.pre-commit-config.yaml
AGENTS.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/workflows/lint.yaml
.github/workflows/pre-commit-update.yaml
.github/workflows/release.yaml
.github/workflows/tests-cookbook.yaml
.github/workflows/tests-docs.yaml
.github/workflows/tests-integration.yaml
.github/workflows/tests-unit.yaml
docs/callbacks.md
docs/evaluation.md
docs/index.md
docs/models.md
docs/serving.md
docs/tools.md
docs/tracing.md
docs/cookbook/a2a_as_tool.ipynb
docs/cookbook/agent-with-local-llm.md
docs/cookbook/agent_with_local_llm.ipynb
docs/cookbook/callbacks.ipynb
docs/cookbook/callbacks.md
docs/cookbook/mcp-agent.md
docs/cookbook/mcp_agent.ipynb
docs/cookbook/serve-a2a.md
docs/cookbook/serve_a2a.ipynb
docs/cookbook/your-first-agent-evaluation.md
docs/cookbook/your-first-agent.md
docs/cookbook/your_first_agent.ipynb
docs/cookbook/your_first_agent_evaluation.ipynb
src/mozilla_ai_tinyagent.egg-info/PKG-INFO
src/mozilla_ai_tinyagent.egg-info/SOURCES.txt
src/mozilla_ai_tinyagent.egg-info/dependency_links.txt
src/mozilla_ai_tinyagent.egg-info/requires.txt
src/mozilla_ai_tinyagent.egg-info/top_level.txt
src/tinyagent/__init__.py
src/tinyagent/agent.py
src/tinyagent/config.py
src/tinyagent/logging.py
src/tinyagent/py.typed
src/tinyagent/callbacks/__init__.py
src/tinyagent/callbacks/base.py
src/tinyagent/callbacks/context.py
src/tinyagent/callbacks/span_end.py
src/tinyagent/callbacks/span_generation.py
src/tinyagent/callbacks/span_print.py
src/tinyagent/callbacks/wrapper.py
src/tinyagent/evaluation/__init__.py
src/tinyagent/evaluation/agent_judge.py
src/tinyagent/evaluation/llm_judge.py
src/tinyagent/evaluation/schemas.py
src/tinyagent/evaluation/tools.py
src/tinyagent/serving/__init__.py
src/tinyagent/serving/server_handle.py
src/tinyagent/serving/a2a/__init__.py
src/tinyagent/serving/a2a/agent_card.py
src/tinyagent/serving/a2a/agent_executor.py
src/tinyagent/serving/a2a/config_a2a.py
src/tinyagent/serving/a2a/context_manager.py
src/tinyagent/serving/a2a/envelope.py
src/tinyagent/serving/a2a/server_a2a.py
src/tinyagent/serving/mcp/__init__.py
src/tinyagent/serving/mcp/config_mcp.py
src/tinyagent/serving/mcp/server_mcp.py
src/tinyagent/testing/__init__.py
src/tinyagent/testing/helpers.py
src/tinyagent/tools/__init__.py
src/tinyagent/tools/a2a.py
src/tinyagent/tools/composio.py
src/tinyagent/tools/final_output.py
src/tinyagent/tools/user_interaction.py
src/tinyagent/tools/web_browsing.py
src/tinyagent/tools/wrappers.py
src/tinyagent/tools/mcp/__init__.py
src/tinyagent/tools/mcp/mcp_client.py
src/tinyagent/tracing/__init__.py
src/tinyagent/tracing/agent_trace.py
src/tinyagent/tracing/attributes.py
src/tinyagent/tracing/otel_types.py
src/tinyagent/utils/__init__.py
src/tinyagent/utils/cast.py
tests/__init__.py
tests/conftest.py
tests/assets/TINYAGENT_trace.json
tests/cookbooks/__init__.py
tests/cookbooks/test_cookbooks.py
tests/docs/__init__.py
tests/docs/test_all.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/a2a/__init__.py
tests/integration/a2a/conftest.py
tests/integration/a2a/test_a2a_serve.py
tests/integration/a2a/test_a2a_tool.py
tests/integration/a2a/test_a2a_tool_multiturn.py
tests/integration/a2a/test_push_notification.py
tests/integration/frameworks/__init__.py
tests/integration/frameworks/test_agent.py
tests/integration/frameworks/test_error_handling.py
tests/integration/frameworks/test_evaluation.py
tests/integration/frameworks/test_thread_safe.py
tests/integration/mcp/__init__.py
tests/integration/mcp/test_mcp_serve.py
tests/integration/mcp/test_mcp_streamable_http.py
tests/integration/tools/__init__.py
tests/snapshots/test_trace.py
tests/snapshots/__snapshots__/test_trace.ambr
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/callbacks/test_callbacks.py
tests/unit/callbacks/test_console_print_span.py
tests/unit/callbacks/test_span_generation.py
tests/unit/callbacks/wrappers/__init__.py
tests/unit/callbacks/wrappers/test_wrapper.py
tests/unit/frameworks/__init__.py
tests/unit/frameworks/test_agent_cancel.py
tests/unit/frameworks/test_tinyagent.py
tests/unit/serving/test_agent_card.py
tests/unit/serving/test_envelope_creation.py
tests/unit/tools/__init__.py
tests/unit/tools/conftest.py
tests/unit/tools/test_a2a.py
tests/unit/tools/test_exception_run.py
tests/unit/tools/test_logging.py
tests/unit/tools/test_unit_web_browsing.py
tests/unit/tools/test_unit_wrappers.py
tests/unit/tools/mcp/__init__.py
tests/unit/tools/mcp/conftest.py
tests/unit/tools/mcp/test_mcp_client.py
tests/unit/tools/mcp/test_mcp_config.py
tests/unit/tools/mcp/test_unit_all_mcp.py
tests/unit/tracing/test_agent_trace.py
tests/unit/utils/test_cast.py