.gitignore
.gitmodules
.pre-commit-config.yaml
Makefile
README.md
env.example
mkdocs.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/deploy.yml
.github/workflows/release.yml
.github/workflows/rollback.yml
.github/workflows/terraform.yml
deploy/CLOUDFLARE_SETUP.md
deploy/DEPLOYMENT_GUIDE.md
deploy/DNS_SETUP.md
deploy/Dockerfile
deploy/README.md
deploy/SECRETS_SETUP.md
deploy/cloudbuild/cloudbuild.yaml
deploy/k8s/deployment.yaml
deploy/k8s/monitoring.yaml
deploy/k8s/staging/deployment.yaml
deploy/terraform/.terraform.lock.hcl
deploy/terraform/main.tf
deploy/terraform/outputs.tf
deploy/terraform/terraform.tfstate
deploy/terraform/variables.tf
deploy/terraform/.terraform/providers/registry.terraform.io/hashicorp/google/4.85.0/darwin_arm64/terraform-provider-google_v4.85.0_x5
docs/COMPETENCIES_AND_VECTOR_SEARCH.md
docs/graphql_architecture.md
docs/index.md
docs/documentation/index.md
docs/documentation/steve-jobs-agentcard.json
docs/documentation/api/clients.md
docs/documentation/api/endpoints.md
docs/documentation/api/examples.md
docs/documentation/api/overview.md
docs/documentation/api/reference.md
docs/documentation/concepts/agent-card-verification.md
docs/documentation/concepts/agent-discovery.md
docs/documentation/concepts/agent-extensions.md
docs/documentation/concepts/architecture.md
docs/documentation/concepts/protocols.md
docs/documentation/concepts/security.md
docs/documentation/developer/contributing.md
docs/documentation/developer/debugging.md
docs/documentation/developer/deployment.md
docs/documentation/developer/releases.md
docs/documentation/developer/setup.md
docs/documentation/developer/storage.md
docs/documentation/developer/testing.md
docs/documentation/examples/advanced.md
docs/documentation/examples/agent-discovery.md
docs/documentation/examples/agent-registration.md
docs/documentation/examples/basic-usage.md
docs/documentation/getting-started/configuration.md
docs/documentation/getting-started/index.md
docs/documentation/getting-started/installation.md
docs/documentation/getting-started/quickstart.md
docs/documentation/troubleshooting/common-issues.md
docs/documentation/troubleshooting/logging.md
docs/documentation/troubleshooting/performance.md
docs/security/EXTENSION_VALIDATION_FRAMEWORK.md
docs/security/SECURITY_AUDIT_REPORT.md
docs/security/SECURITY_CONTROLS_CHECKLIST.md
examples/graphql_queries.md
examples/vector_generation_demo.py
proto/registry.proto
scripts/release.py
scripts/setup-env.sh
scripts/validate-deployment.sh
src/a2a_registry/__init__.py
src/a2a_registry/_version.py
src/a2a_registry/cli.py
src/a2a_registry/config.py
src/a2a_registry/exceptions.py
src/a2a_registry/grpc_server.py
src/a2a_registry/jsonrpc_server.py
src/a2a_registry/server.py
src/a2a_registry/storage.py
src/a2a_registry/vector_generator.py
src/a2a_registry.egg-info/PKG-INFO
src/a2a_registry.egg-info/SOURCES.txt
src/a2a_registry.egg-info/dependency_links.txt
src/a2a_registry.egg-info/entry_points.txt
src/a2a_registry.egg-info/requires.txt
src/a2a_registry.egg-info/top_level.txt
src/a2a_registry/graphql/__init__.py
src/a2a_registry/graphql/app.py
src/a2a_registry/graphql/dataloaders.py
src/a2a_registry/graphql/pagination.py
src/a2a_registry/graphql/resolvers.py
src/a2a_registry/graphql/schema.graphql
src/a2a_registry/graphql/schema.py
src/a2a_registry/graphql/security.py
src/a2a_registry/graphql/services.py
src/a2a_registry/graphql/storage.py
src/a2a_registry/graphql/types.py
src/a2a_registry/proto/__init__.py
src/a2a_registry/proto/generated/__init__.py
src/a2a_registry/proto/generated/a2a_pb2.py
src/a2a_registry/proto/generated/a2a_pb2.pyi
src/a2a_registry/proto/generated/a2a_pb2_grpc.py
src/a2a_registry/proto/generated/registry_pb2.py
src/a2a_registry/proto/generated/registry_pb2.pyi
src/a2a_registry/proto/generated/registry_pb2_grpc.py
tests/__init__.py
tests/test_agent_extension.py
tests/test_basic.py
tests/test_jsonrpc.py
tests/test_server.py
tests/test_vector_generator.py