PyPI project
a2a-spec
2 indexed releases ยท newest sdist 0.1.0 with 82 indexed members
Files in 0.1.0 a2a_spec-0.1.0.tar.gz
- examples/customer_support/a2a_spec/adapters/__init__.py
- examples/customer_support/a2a_spec/adapters/resolution_adapter.py
- examples/customer_support/a2a_spec/adapters/triage_adapter.py
- examples/customer_support/agents/resolution.py
- examples/customer_support/agents/triage.py
- examples/customer_support/tests/test_specs.py
- src/a2a_spec/__init__.py
- src/a2a_spec/_internal/__init__.py
- src/a2a_spec/_internal/hashing.py
- src/a2a_spec/_internal/safe_eval.py
- src/a2a_spec/_internal/types.py
- src/a2a_spec/adapters/__init__.py
- src/a2a_spec/adapters/base.py
- src/a2a_spec/adapters/function_adapter.py
- src/a2a_spec/adapters/http_adapter.py
- src/a2a_spec/adapters/langchain_adapter.py
- src/a2a_spec/cli/__init__.py
- src/a2a_spec/cli/diff_cmd.py
- src/a2a_spec/cli/init_cmd.py
- src/a2a_spec/cli/main.py
- src/a2a_spec/cli/pipeline_cmd.py
- src/a2a_spec/cli/record_cmd.py
- src/a2a_spec/cli/test_cmd.py
- src/a2a_spec/config/__init__.py
- src/a2a_spec/config/loader.py
- src/a2a_spec/config/settings.py
- src/a2a_spec/diff/__init__.py
- src/a2a_spec/diff/engine.py
- src/a2a_spec/diff/report.py
- src/a2a_spec/diff/semantic.py
- src/a2a_spec/diff/structural.py
- src/a2a_spec/exceptions.py
- src/a2a_spec/pipeline/__init__.py
- src/a2a_spec/pipeline/dag.py
- src/a2a_spec/pipeline/executor.py
- src/a2a_spec/pipeline/trace.py
- src/a2a_spec/policy/__init__.py
- src/a2a_spec/policy/builtin.py
- src/a2a_spec/policy/custom.py
- src/a2a_spec/policy/engine.py
- src/a2a_spec/reporting/__init__.py
- src/a2a_spec/reporting/console.py
- src/a2a_spec/reporting/github.py
- src/a2a_spec/reporting/junit.py
- src/a2a_spec/reporting/markdown.py
- src/a2a_spec/semantic/__init__.py
- src/a2a_spec/semantic/embeddings.py
- src/a2a_spec/semantic/similarity.py
- src/a2a_spec/snapshot/__init__.py
- src/a2a_spec/snapshot/fingerprint.py
- src/a2a_spec/snapshot/recorder.py
- src/a2a_spec/snapshot/replay.py
- src/a2a_spec/snapshot/store.py
- src/a2a_spec/spec/__init__.py
- src/a2a_spec/spec/loader.py
- src/a2a_spec/spec/registry.py
- src/a2a_spec/spec/schema.py
- src/a2a_spec/spec/validator.py
- tests/__init__.py
- tests/conftest.py
- tests/test_adapters_function.py
- tests/test_adapters_http.py
- tests/test_cli_diff.py
- tests/test_cli_init.py
- tests/test_cli_record.py
- tests/test_cli_test.py
- tests/test_config_loader.py
- tests/test_diff_semantic.py
- tests/test_diff_structural.py
- tests/test_exceptions.py
- tests/test_pipeline_dag.py
- tests/test_pipeline_executor.py
- tests/test_policy_builtin.py
- tests/test_policy_engine.py
- tests/test_reporting_console.py
- tests/test_reporting_markdown.py
- tests/test_safe_eval.py
- tests/test_snapshot_fingerprint.py
- tests/test_snapshot_replay.py
- tests/test_snapshot_store.py
- tests/test_spec_loader.py
- tests/test_spec_validator.py