.codecov.yml
.dockerignore
.gitattributes
.gitignore
.tgitconfig
AdminAPI.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DevReadMe.md
LICENSE
MANIFEST.in
NOTICES
PUBLISHING.md
README.md
SECURITY.md
SupportedRFCs.md
conftest.py
requirements.dev.txt
requirements.indy.txt
requirements.txt
setup.cfg
setup.py
.circleci/config.yml
.github/workflows/blackformat.yml
.github/workflows/codeql.yml
.github/workflows/pythonpublish.yml
aries_cloudagent_vsw/__init__.py
aries_cloudagent_vsw/version.py
aries_cloudagent_vsw.egg-info/PKG-INFO
aries_cloudagent_vsw.egg-info/SOURCES.txt
aries_cloudagent_vsw.egg-info/dependency_links.txt
aries_cloudagent_vsw.egg-info/requires.txt
aries_cloudagent_vsw.egg-info/top_level.txt
aries_cloudagent_vsw/admin/__init__.py
aries_cloudagent_vsw/admin/base_server.py
aries_cloudagent_vsw/admin/error.py
aries_cloudagent_vsw/admin/server.py
aries_cloudagent_vsw/admin/tests/__init__.py
aries_cloudagent_vsw/admin/tests/test_admin_server.py
aries_cloudagent_vsw/cache/__init__.py
aries_cloudagent_vsw/cache/base.py
aries_cloudagent_vsw/cache/basic.py
aries_cloudagent_vsw/cache/tests/__init__.py
aries_cloudagent_vsw/cache/tests/test_basic_cache.py
aries_cloudagent_vsw/commands/__init__.py
aries_cloudagent_vsw/commands/help.py
aries_cloudagent_vsw/commands/provision.py
aries_cloudagent_vsw/commands/start.py
aries_cloudagent_vsw/commands/tests/__init__.py
aries_cloudagent_vsw/commands/tests/test_help.py
aries_cloudagent_vsw/commands/tests/test_init.py
aries_cloudagent_vsw/commands/tests/test_provision.py
aries_cloudagent_vsw/commands/tests/test_start.py
aries_cloudagent_vsw/config/__init__.py
aries_cloudagent_vsw/config/argparse.py
aries_cloudagent_vsw/config/base.py
aries_cloudagent_vsw/config/base_context.py
aries_cloudagent_vsw/config/default_context.py
aries_cloudagent_vsw/config/error.py
aries_cloudagent_vsw/config/injection_context.py
aries_cloudagent_vsw/config/injector.py
aries_cloudagent_vsw/config/ledger.py
aries_cloudagent_vsw/config/logging.py
aries_cloudagent_vsw/config/provider.py
aries_cloudagent_vsw/config/settings.py
aries_cloudagent_vsw/config/util.py
aries_cloudagent_vsw/config/wallet.py
aries_cloudagent_vsw/config/tests/__init__.py
aries_cloudagent_vsw/config/tests/test_argparse.py
aries_cloudagent_vsw/config/tests/test_default_context.py
aries_cloudagent_vsw/config/tests/test_injection_context.py
aries_cloudagent_vsw/config/tests/test_injector.py
aries_cloudagent_vsw/config/tests/test_ledger.py
aries_cloudagent_vsw/config/tests/test_logging.py
aries_cloudagent_vsw/config/tests/test_provider.py
aries_cloudagent_vsw/config/tests/test_settings.py
aries_cloudagent_vsw/config/tests/test_wallet.py
aries_cloudagent_vsw/connections/__init__.py
aries_cloudagent_vsw/connections/models/__init__.py
aries_cloudagent_vsw/connections/models/connection_record.py
aries_cloudagent_vsw/connections/models/connection_target.py
aries_cloudagent_vsw/connections/models/diddoc/__init__.py
aries_cloudagent_vsw/connections/models/diddoc/diddoc.py
aries_cloudagent_vsw/connections/models/diddoc/publickey.py
aries_cloudagent_vsw/connections/models/diddoc/service.py
aries_cloudagent_vsw/connections/models/diddoc/util.py
aries_cloudagent_vsw/connections/models/tests/__init__.py
aries_cloudagent_vsw/connections/models/tests/test_connection_target.py
aries_cloudagent_vsw/connections/tests/__init__.py
aries_cloudagent_vsw/connections/tests/test_connection_record.py
aries_cloudagent_vsw/connections/tests/test_diddoc.py
aries_cloudagent_vsw/core/__init__.py
aries_cloudagent_vsw/core/conductor.py
aries_cloudagent_vsw/core/dispatcher.py
aries_cloudagent_vsw/core/error.py
aries_cloudagent_vsw/core/plugin_registry.py
aries_cloudagent_vsw/core/protocol_registry.py
aries_cloudagent_vsw/core/tests/__init__.py
aries_cloudagent_vsw/core/tests/test_conductor.py
aries_cloudagent_vsw/core/tests/test_dispatcher.py
aries_cloudagent_vsw/core/tests/test_error.py
aries_cloudagent_vsw/core/tests/test_plugin_registry.py
aries_cloudagent_vsw/core/tests/test_protocol_registry.py
aries_cloudagent_vsw/holder/__init__.py
aries_cloudagent_vsw/holder/base.py
aries_cloudagent_vsw/holder/indy.py
aries_cloudagent_vsw/holder/routes.py
aries_cloudagent_vsw/holder/tests/__init__.py
aries_cloudagent_vsw/holder/tests/test_indy.py
aries_cloudagent_vsw/holder/tests/test_routes.py
aries_cloudagent_vsw/indy/__init__.py
aries_cloudagent_vsw/indy/error.py
aries_cloudagent_vsw/indy/util.py
aries_cloudagent_vsw/indy/tests/__init__.py
aries_cloudagent_vsw/indy/tests/test_indy.py
aries_cloudagent_vsw/issuer/__init__.py
aries_cloudagent_vsw/issuer/base.py
aries_cloudagent_vsw/issuer/indy.py
aries_cloudagent_vsw/issuer/tests/__init__.py
aries_cloudagent_vsw/issuer/tests/test_indy.py
aries_cloudagent_vsw/ledger/__init__.py
aries_cloudagent_vsw/ledger/base.py
aries_cloudagent_vsw/ledger/endpoint_type.py
aries_cloudagent_vsw/ledger/error.py
aries_cloudagent_vsw/ledger/indy.py
aries_cloudagent_vsw/ledger/provider.py
aries_cloudagent_vsw/ledger/routes.py
aries_cloudagent_vsw/ledger/util.py
aries_cloudagent_vsw/ledger/tests/__init__.py
aries_cloudagent_vsw/ledger/tests/test_endpoint_type.py
aries_cloudagent_vsw/ledger/tests/test_indy.py
aries_cloudagent_vsw/ledger/tests/test_provider.py
aries_cloudagent_vsw/ledger/tests/test_routes.py
aries_cloudagent_vsw/messaging/__init__.py
aries_cloudagent_vsw/messaging/agent_message.py
aries_cloudagent_vsw/messaging/base_handler.py
aries_cloudagent_vsw/messaging/error.py
aries_cloudagent_vsw/messaging/request_context.py
aries_cloudagent_vsw/messaging/responder.py
aries_cloudagent_vsw/messaging/util.py
aries_cloudagent_vsw/messaging/valid.py
aries_cloudagent_vsw/messaging/ack/__init__.py
aries_cloudagent_vsw/messaging/ack/message.py
aries_cloudagent_vsw/messaging/ack/tests/__init__.py
aries_cloudagent_vsw/messaging/ack/tests/test_ack.py
aries_cloudagent_vsw/messaging/credential_definitions/__init__.py
aries_cloudagent_vsw/messaging/credential_definitions/routes.py
aries_cloudagent_vsw/messaging/credential_definitions/util.py
aries_cloudagent_vsw/messaging/credential_definitions/tests/__init__.py
aries_cloudagent_vsw/messaging/credential_definitions/tests/test_routes.py
aries_cloudagent_vsw/messaging/decorators/__init__.py
aries_cloudagent_vsw/messaging/decorators/attach_decorator.py
aries_cloudagent_vsw/messaging/decorators/base.py
aries_cloudagent_vsw/messaging/decorators/default.py
aries_cloudagent_vsw/messaging/decorators/localization_decorator.py
aries_cloudagent_vsw/messaging/decorators/please_ack_decorator.py
aries_cloudagent_vsw/messaging/decorators/signature_decorator.py
aries_cloudagent_vsw/messaging/decorators/thread_decorator.py
aries_cloudagent_vsw/messaging/decorators/timing_decorator.py
aries_cloudagent_vsw/messaging/decorators/trace_decorator.py
aries_cloudagent_vsw/messaging/decorators/transport_decorator.py
aries_cloudagent_vsw/messaging/decorators/tests/__init__.py
aries_cloudagent_vsw/messaging/decorators/tests/test_attach_decorator.py
aries_cloudagent_vsw/messaging/decorators/tests/test_base.py
aries_cloudagent_vsw/messaging/decorators/tests/test_decorator_set.py
aries_cloudagent_vsw/messaging/decorators/tests/test_localization_decorator.py
aries_cloudagent_vsw/messaging/decorators/tests/test_please_ack_decorator.py
aries_cloudagent_vsw/messaging/decorators/tests/test_signature_decorator.py
aries_cloudagent_vsw/messaging/decorators/tests/test_thread_decorator.py
aries_cloudagent_vsw/messaging/decorators/tests/test_timing_decorator.py
aries_cloudagent_vsw/messaging/decorators/tests/test_trace_decorator.py
aries_cloudagent_vsw/messaging/decorators/tests/test_transport_decorator.py
aries_cloudagent_vsw/messaging/jsonld/__init__.py
aries_cloudagent_vsw/messaging/jsonld/create_verify_data.py
aries_cloudagent_vsw/messaging/jsonld/credential.py
aries_cloudagent_vsw/messaging/jsonld/routes.py
aries_cloudagent_vsw/messaging/jsonld/tests/__init__.py
aries_cloudagent_vsw/messaging/jsonld/tests/test_routes.py
aries_cloudagent_vsw/messaging/models/__init__.py
aries_cloudagent_vsw/messaging/models/base.py
aries_cloudagent_vsw/messaging/models/base_record.py
aries_cloudagent_vsw/messaging/models/openapi.py
aries_cloudagent_vsw/messaging/models/tests/__init__.py
aries_cloudagent_vsw/messaging/models/tests/test_base.py
aries_cloudagent_vsw/messaging/models/tests/test_base_record.py
aries_cloudagent_vsw/messaging/schemas/__init__.py
aries_cloudagent_vsw/messaging/schemas/routes.py
aries_cloudagent_vsw/messaging/schemas/util.py
aries_cloudagent_vsw/messaging/schemas/tests/__init__.py
aries_cloudagent_vsw/messaging/schemas/tests/test_routes.py
aries_cloudagent_vsw/messaging/tests/__init__.py
aries_cloudagent_vsw/messaging/tests/test_agent_message.py
aries_cloudagent_vsw/messaging/tests/test_util.py
aries_cloudagent_vsw/messaging/tests/test_valid.py
aries_cloudagent_vsw/protocols/__init__.py
aries_cloudagent_vsw/protocols/actionmenu/__init__.py
aries_cloudagent_vsw/protocols/actionmenu/definition.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/__init__.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/base_service.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/controller.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/driver_service.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/message_types.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/routes.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/util.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/handlers/__init__.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/handlers/menu_handler.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/handlers/menu_request_handler.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/handlers/perform_handler.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/handlers/tests/__init__.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/handlers/tests/test_menu_handler.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/handlers/tests/test_menu_request_handler.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/handlers/tests/test_perform_handler.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/messages/__init__.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/messages/menu.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/messages/menu_request.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/messages/perform.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/messages/tests/test_menu.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/messages/tests/test_menu_request.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/messages/tests/test_perform.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/models/__init__.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/models/menu_form.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/models/menu_form_param.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/models/menu_option.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/tests/test_controller.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/tests/test_routes.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/tests/test_service.py
aries_cloudagent_vsw/protocols/actionmenu/v1_0/tests/test_util.py
aries_cloudagent_vsw/protocols/basicmessage/__init__.py
aries_cloudagent_vsw/protocols/basicmessage/definition.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/__init__.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/message_types.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/routes.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/handlers/__init__.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/handlers/basicmessage_handler.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/handlers/tests/__init__.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/handlers/tests/test_basicmessage_handler.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/messages/__init__.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/messages/basicmessage.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/messages/tests/test_basic_message.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/basicmessage/v1_0/tests/test_routes.py
aries_cloudagent_vsw/protocols/connections/__init__.py
aries_cloudagent_vsw/protocols/connections/definition.py
aries_cloudagent_vsw/protocols/connections/v1_0/__init__.py
aries_cloudagent_vsw/protocols/connections/v1_0/manager.py
aries_cloudagent_vsw/protocols/connections/v1_0/message_types.py
aries_cloudagent_vsw/protocols/connections/v1_0/routes.py
aries_cloudagent_vsw/protocols/connections/v1_0/handlers/__init__.py
aries_cloudagent_vsw/protocols/connections/v1_0/handlers/connection_invitation_handler.py
aries_cloudagent_vsw/protocols/connections/v1_0/handlers/connection_request_handler.py
aries_cloudagent_vsw/protocols/connections/v1_0/handlers/connection_response_handler.py
aries_cloudagent_vsw/protocols/connections/v1_0/handlers/tests/__init__.py
aries_cloudagent_vsw/protocols/connections/v1_0/handlers/tests/test_invitation_handler.py
aries_cloudagent_vsw/protocols/connections/v1_0/handlers/tests/test_request_handler.py
aries_cloudagent_vsw/protocols/connections/v1_0/handlers/tests/test_response_handler.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/__init__.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/connection_invitation.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/connection_request.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/connection_response.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/problem_report.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/tests/test_connection_invitation.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/tests/test_connection_request.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/tests/test_connection_response.py
aries_cloudagent_vsw/protocols/connections/v1_0/messages/tests/test_problem_report.py
aries_cloudagent_vsw/protocols/connections/v1_0/models/__init__.py
aries_cloudagent_vsw/protocols/connections/v1_0/models/connection_detail.py
aries_cloudagent_vsw/protocols/connections/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/connections/v1_0/tests/test_manager.py
aries_cloudagent_vsw/protocols/connections/v1_0/tests/test_routes.py
aries_cloudagent_vsw/protocols/discovery/__init__.py
aries_cloudagent_vsw/protocols/discovery/definition.py
aries_cloudagent_vsw/protocols/discovery/v1_0/__init__.py
aries_cloudagent_vsw/protocols/discovery/v1_0/message_types.py
aries_cloudagent_vsw/protocols/discovery/v1_0/routes.py
aries_cloudagent_vsw/protocols/discovery/v1_0/handlers/__init__.py
aries_cloudagent_vsw/protocols/discovery/v1_0/handlers/disclose_handler.py
aries_cloudagent_vsw/protocols/discovery/v1_0/handlers/query_handler.py
aries_cloudagent_vsw/protocols/discovery/v1_0/handlers/tests/__init__.py
aries_cloudagent_vsw/protocols/discovery/v1_0/handlers/tests/test_disclose_handler.py
aries_cloudagent_vsw/protocols/discovery/v1_0/handlers/tests/test_query_handler.py
aries_cloudagent_vsw/protocols/discovery/v1_0/messages/__init__.py
aries_cloudagent_vsw/protocols/discovery/v1_0/messages/disclose.py
aries_cloudagent_vsw/protocols/discovery/v1_0/messages/query.py
aries_cloudagent_vsw/protocols/discovery/v1_0/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/discovery/v1_0/messages/tests/test_disclose.py
aries_cloudagent_vsw/protocols/discovery/v1_0/messages/tests/test_query.py
aries_cloudagent_vsw/protocols/discovery/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/discovery/v1_0/tests/test_routes.py
aries_cloudagent_vsw/protocols/introduction/__init__.py
aries_cloudagent_vsw/protocols/introduction/definition.py
aries_cloudagent_vsw/protocols/introduction/v0_1/__init__.py
aries_cloudagent_vsw/protocols/introduction/v0_1/base_service.py
aries_cloudagent_vsw/protocols/introduction/v0_1/demo_service.py
aries_cloudagent_vsw/protocols/introduction/v0_1/message_types.py
aries_cloudagent_vsw/protocols/introduction/v0_1/routes.py
aries_cloudagent_vsw/protocols/introduction/v0_1/handlers/__init__.py
aries_cloudagent_vsw/protocols/introduction/v0_1/handlers/forward_invitation_handler.py
aries_cloudagent_vsw/protocols/introduction/v0_1/handlers/invitation_handler.py
aries_cloudagent_vsw/protocols/introduction/v0_1/handlers/invitation_request_handler.py
aries_cloudagent_vsw/protocols/introduction/v0_1/handlers/tests/__init__.py
aries_cloudagent_vsw/protocols/introduction/v0_1/handlers/tests/test_forward_invitation_handler.py
aries_cloudagent_vsw/protocols/introduction/v0_1/handlers/tests/test_invitation_handler.py
aries_cloudagent_vsw/protocols/introduction/v0_1/handlers/tests/test_invitation_request_handler.py
aries_cloudagent_vsw/protocols/introduction/v0_1/messages/__init__.py
aries_cloudagent_vsw/protocols/introduction/v0_1/messages/forward_invitation.py
aries_cloudagent_vsw/protocols/introduction/v0_1/messages/invitation.py
aries_cloudagent_vsw/protocols/introduction/v0_1/messages/invitation_request.py
aries_cloudagent_vsw/protocols/introduction/v0_1/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/introduction/v0_1/messages/tests/test_forward_invitation.py
aries_cloudagent_vsw/protocols/introduction/v0_1/messages/tests/test_invitation.py
aries_cloudagent_vsw/protocols/introduction/v0_1/messages/tests/test_invitation_request.py
aries_cloudagent_vsw/protocols/introduction/v0_1/tests/__init__.py
aries_cloudagent_vsw/protocols/introduction/v0_1/tests/test_routes.py
aries_cloudagent_vsw/protocols/introduction/v0_1/tests/test_service.py
aries_cloudagent_vsw/protocols/issue_credential/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/definition.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/manager.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/message_types.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/routes.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/credential_ack_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/credential_issue_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/credential_offer_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/credential_proposal_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/credential_request_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/tests/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/tests/test_credential_ack_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/tests/test_credential_issue_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/tests/test_credential_offer_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/tests/test_credential_proposal_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/handlers/tests/test_credential_request_handler.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/credential_ack.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/credential_issue.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/credential_offer.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/credential_proposal.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/credential_request.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/inner/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/inner/credential_preview.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/inner/tests/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/inner/tests/test_credential_preview.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/tests/test_credential_ack.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/tests/test_credential_issue.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/tests/test_credential_offer.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/tests/test_credential_proposal.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/messages/tests/test_credential_request.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/models/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/models/credential_exchange.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/tests/test_manager.py
aries_cloudagent_vsw/protocols/issue_credential/v1_0/tests/test_routes.py
aries_cloudagent_vsw/protocols/out_of_band/__init__.py
aries_cloudagent_vsw/protocols/out_of_band/definition.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/__init__.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/manager.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/message_types.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/routes.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/messages/__init__.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/messages/invitation.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/messages/service.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/messages/tests/test_invitation.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/models/__init__.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/models/invitation.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/models/tests/__init__.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/models/tests/test_invitation.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/tests/test_manager.py
aries_cloudagent_vsw/protocols/out_of_band/v1_0/tests/test_routes.py
aries_cloudagent_vsw/protocols/present_proof/__init__.py
aries_cloudagent_vsw/protocols/present_proof/definition.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/manager.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/message_types.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/routes.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/presentation_ack_handler.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/presentation_handler.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/presentation_proposal_handler.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/presentation_request_handler.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/tests/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/tests/test_presentation_ack_handler.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/tests/test_presentation_handler.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/tests/test_presentation_proposal_handler.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/handlers/tests/test_presentation_request_handler.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/presentation.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/presentation_ack.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/presentation_proposal.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/presentation_request.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/inner/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/inner/presentation_preview.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/inner/tests/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/inner/tests/test_presentation_preview.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/tests/test_presentation.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/tests/test_presentation_ack.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/tests/test_presentation_proposal.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/messages/tests/test_presentation_request.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/models/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/models/presentation_exchange.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/models/tests/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/models/tests/test_record.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/tests/test_manager.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/tests/test_routes.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/util/__init__.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/util/indy.py
aries_cloudagent_vsw/protocols/present_proof/v1_0/util/predicate.py
aries_cloudagent_vsw/protocols/problem_report/__init__.py
aries_cloudagent_vsw/protocols/problem_report/definition.py
aries_cloudagent_vsw/protocols/problem_report/v1_0/__init__.py
aries_cloudagent_vsw/protocols/problem_report/v1_0/handler.py
aries_cloudagent_vsw/protocols/problem_report/v1_0/message.py
aries_cloudagent_vsw/protocols/problem_report/v1_0/message_types.py
aries_cloudagent_vsw/protocols/problem_report/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/problem_report/v1_0/tests/test_handler.py
aries_cloudagent_vsw/protocols/routing/__init__.py
aries_cloudagent_vsw/protocols/routing/definition.py
aries_cloudagent_vsw/protocols/routing/v1_0/__init__.py
aries_cloudagent_vsw/protocols/routing/v1_0/manager.py
aries_cloudagent_vsw/protocols/routing/v1_0/message_types.py
aries_cloudagent_vsw/protocols/routing/v1_0/handlers/__init__.py
aries_cloudagent_vsw/protocols/routing/v1_0/handlers/forward_handler.py
aries_cloudagent_vsw/protocols/routing/v1_0/handlers/route_query_request_handler.py
aries_cloudagent_vsw/protocols/routing/v1_0/handlers/route_query_response_handler.py
aries_cloudagent_vsw/protocols/routing/v1_0/handlers/route_update_request_handler.py
aries_cloudagent_vsw/protocols/routing/v1_0/handlers/route_update_response_handler.py
aries_cloudagent_vsw/protocols/routing/v1_0/handlers/tests/__init__.py
aries_cloudagent_vsw/protocols/routing/v1_0/handlers/tests/test_forward_handler.py
aries_cloudagent_vsw/protocols/routing/v1_0/handlers/tests/test_query_update_handlers.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/__init__.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/forward.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/route_query_request.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/route_query_response.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/route_update_request.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/route_update_response.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/tests/test_forward.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/tests/test_route_query_request.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/tests/test_route_query_response.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/tests/test_route_update_request.py
aries_cloudagent_vsw/protocols/routing/v1_0/messages/tests/test_route_update_response.py
aries_cloudagent_vsw/protocols/routing/v1_0/models/__init__.py
aries_cloudagent_vsw/protocols/routing/v1_0/models/paginate.py
aries_cloudagent_vsw/protocols/routing/v1_0/models/paginated.py
aries_cloudagent_vsw/protocols/routing/v1_0/models/route_query_result.py
aries_cloudagent_vsw/protocols/routing/v1_0/models/route_record.py
aries_cloudagent_vsw/protocols/routing/v1_0/models/route_update.py
aries_cloudagent_vsw/protocols/routing/v1_0/models/route_updated.py
aries_cloudagent_vsw/protocols/routing/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/routing/v1_0/tests/test_routing_manager.py
aries_cloudagent_vsw/protocols/trustping/__init__.py
aries_cloudagent_vsw/protocols/trustping/definition.py
aries_cloudagent_vsw/protocols/trustping/v1_0/__init__.py
aries_cloudagent_vsw/protocols/trustping/v1_0/message_types.py
aries_cloudagent_vsw/protocols/trustping/v1_0/routes.py
aries_cloudagent_vsw/protocols/trustping/v1_0/handlers/__init__.py
aries_cloudagent_vsw/protocols/trustping/v1_0/handlers/ping_handler.py
aries_cloudagent_vsw/protocols/trustping/v1_0/handlers/ping_response_handler.py
aries_cloudagent_vsw/protocols/trustping/v1_0/handlers/tests/__init__.py
aries_cloudagent_vsw/protocols/trustping/v1_0/handlers/tests/test_ping_handler.py
aries_cloudagent_vsw/protocols/trustping/v1_0/handlers/tests/test_ping_response_handler.py
aries_cloudagent_vsw/protocols/trustping/v1_0/messages/__init__.py
aries_cloudagent_vsw/protocols/trustping/v1_0/messages/ping.py
aries_cloudagent_vsw/protocols/trustping/v1_0/messages/ping_response.py
aries_cloudagent_vsw/protocols/trustping/v1_0/messages/tests/__init__.py
aries_cloudagent_vsw/protocols/trustping/v1_0/messages/tests/test_trust_ping.py
aries_cloudagent_vsw/protocols/trustping/v1_0/messages/tests/test_trust_ping_reponse.py
aries_cloudagent_vsw/protocols/trustping/v1_0/tests/__init__.py
aries_cloudagent_vsw/protocols/trustping/v1_0/tests/test_routes.py
aries_cloudagent_vsw/revocation/__init__.py
aries_cloudagent_vsw/revocation/error.py
aries_cloudagent_vsw/revocation/indy.py
aries_cloudagent_vsw/revocation/routes.py
aries_cloudagent_vsw/revocation/models/__init__.py
aries_cloudagent_vsw/revocation/models/indy.py
aries_cloudagent_vsw/revocation/models/issuer_rev_reg_record.py
aries_cloudagent_vsw/revocation/models/revocation_registry.py
aries_cloudagent_vsw/revocation/models/tests/__init__.py
aries_cloudagent_vsw/revocation/models/tests/test_indy.py
aries_cloudagent_vsw/revocation/models/tests/test_issuer_rev_reg_record.py
aries_cloudagent_vsw/revocation/models/tests/test_revocation_registry.py
aries_cloudagent_vsw/revocation/tests/__init__.py
aries_cloudagent_vsw/revocation/tests/test_indy.py
aries_cloudagent_vsw/revocation/tests/test_routes.py
aries_cloudagent_vsw/storage/__init__.py
aries_cloudagent_vsw/storage/base.py
aries_cloudagent_vsw/storage/basic.py
aries_cloudagent_vsw/storage/error.py
aries_cloudagent_vsw/storage/indy.py
aries_cloudagent_vsw/storage/provider.py
aries_cloudagent_vsw/storage/record.py
aries_cloudagent_vsw/storage/tests/__init__.py
aries_cloudagent_vsw/storage/tests/test_basic_storage.py
aries_cloudagent_vsw/storage/tests/test_indy_storage.py
aries_cloudagent_vsw/storage/tests/test_storage_record.py
aries_cloudagent_vsw/tails/__init__.py
aries_cloudagent_vsw/tails/base.py
aries_cloudagent_vsw/tails/error.py
aries_cloudagent_vsw/tails/indy_tails_server.py
aries_cloudagent_vsw/tails/tests/__init__.py
aries_cloudagent_vsw/tails/tests/test_indy.py
aries_cloudagent_vsw/transport/__init__.py
aries_cloudagent_vsw/transport/error.py
aries_cloudagent_vsw/transport/pack_format.py
aries_cloudagent_vsw/transport/stats.py
aries_cloudagent_vsw/transport/wire_format.py
aries_cloudagent_vsw/transport/inbound/__init__.py
aries_cloudagent_vsw/transport/inbound/base.py
aries_cloudagent_vsw/transport/inbound/delivery_queue.py
aries_cloudagent_vsw/transport/inbound/http.py
aries_cloudagent_vsw/transport/inbound/manager.py
aries_cloudagent_vsw/transport/inbound/message.py
aries_cloudagent_vsw/transport/inbound/receipt.py
aries_cloudagent_vsw/transport/inbound/session.py
aries_cloudagent_vsw/transport/inbound/ws.py
aries_cloudagent_vsw/transport/inbound/tests/__init__.py
aries_cloudagent_vsw/transport/inbound/tests/test_delivery_queue.py
aries_cloudagent_vsw/transport/inbound/tests/test_http_transport.py
aries_cloudagent_vsw/transport/inbound/tests/test_manager.py
aries_cloudagent_vsw/transport/inbound/tests/test_session.py
aries_cloudagent_vsw/transport/inbound/tests/test_ws_transport.py
aries_cloudagent_vsw/transport/outbound/__init__.py
aries_cloudagent_vsw/transport/outbound/base.py
aries_cloudagent_vsw/transport/outbound/http.py
aries_cloudagent_vsw/transport/outbound/manager.py
aries_cloudagent_vsw/transport/outbound/message.py
aries_cloudagent_vsw/transport/outbound/ws.py
aries_cloudagent_vsw/transport/outbound/tests/__init__.py
aries_cloudagent_vsw/transport/outbound/tests/test_http_transport.py
aries_cloudagent_vsw/transport/outbound/tests/test_manager.py
aries_cloudagent_vsw/transport/outbound/tests/test_ws_transport.py
aries_cloudagent_vsw/transport/queue/__init__.py
aries_cloudagent_vsw/transport/queue/base.py
aries_cloudagent_vsw/transport/queue/basic.py
aries_cloudagent_vsw/transport/queue/tests/__init__.py
aries_cloudagent_vsw/transport/queue/tests/test_basic_queue.py
aries_cloudagent_vsw/transport/tests/__init__.py
aries_cloudagent_vsw/transport/tests/test_pack_format.py
aries_cloudagent_vsw/transport/tests/test_stats.py
aries_cloudagent_vsw/utils/__init__.py
aries_cloudagent_vsw/utils/classloader.py
aries_cloudagent_vsw/utils/http.py
aries_cloudagent_vsw/utils/outofband.py
aries_cloudagent_vsw/utils/repeat.py
aries_cloudagent_vsw/utils/stats.py
aries_cloudagent_vsw/utils/task_queue.py
aries_cloudagent_vsw/utils/tracing.py
aries_cloudagent_vsw/utils/tests/__init__.py
aries_cloudagent_vsw/utils/tests/test_classloader.py
aries_cloudagent_vsw/utils/tests/test_http.py
aries_cloudagent_vsw/utils/tests/test_outofband.py
aries_cloudagent_vsw/utils/tests/test_repeat.py
aries_cloudagent_vsw/utils/tests/test_stats.py
aries_cloudagent_vsw/utils/tests/test_task_queue.py
aries_cloudagent_vsw/utils/tests/test_tracing.py
aries_cloudagent_vsw/verifier/__init__.py
aries_cloudagent_vsw/verifier/base.py
aries_cloudagent_vsw/verifier/indy.py
aries_cloudagent_vsw/verifier/tests/__init__.py
aries_cloudagent_vsw/verifier/tests/test_indy.py
aries_cloudagent_vsw/wallet/__init__.py
aries_cloudagent_vsw/wallet/base.py
aries_cloudagent_vsw/wallet/basic.py
aries_cloudagent_vsw/wallet/crypto.py
aries_cloudagent_vsw/wallet/error.py
aries_cloudagent_vsw/wallet/indy.py
aries_cloudagent_vsw/wallet/plugin.py
aries_cloudagent_vsw/wallet/provider.py
aries_cloudagent_vsw/wallet/routes.py
aries_cloudagent_vsw/wallet/util.py
aries_cloudagent_vsw/wallet/tests/__init__.py
aries_cloudagent_vsw/wallet/tests/test_basic_wallet.py
aries_cloudagent_vsw/wallet/tests/test_crypto.py
aries_cloudagent_vsw/wallet/tests/test_indy_wallet.py
aries_cloudagent_vsw/wallet/tests/test_plugin.py
aries_cloudagent_vsw/wallet/tests/test_provider.py
aries_cloudagent_vsw/wallet/tests/test_routes.py
aries_cloudagent_vsw/wallet/tests/test_util.py
bin/aca-py
demo/.gitignore
demo/AcmeDemoWorkshop.md
demo/AgentTracing.md
demo/AliceGetsAPhone.md
demo/AriesOpenAPIDemo.md
demo/README.md
demo/local-genesis.txt
demo/ngrok-wait.sh
demo/requirements.txt
demo/run_demo
demo/EFK-stack/LICENSE
demo/EFK-stack/README.md
demo/EFK-stack/docker-compose.yml
demo/EFK-stack/requirements.txt
demo/EFK-stack/search.py
demo/EFK-stack/examples/anotherapp.log.request
demo/EFK-stack/examples/myapp.log.request
demo/EFK-stack/fluentd/Dockerfile
demo/EFK-stack/fluentd/conf/fluent.conf
demo/EFK-stack/kibana/conf/kibana.yml
demo/collateral/1-Faber-Invitation-1.png
demo/collateral/1-Faber-Invitation-2.png
demo/collateral/1-Faber-Invitation-3.png
demo/collateral/1-Faber-Invitation-4.png
demo/collateral/2-Alice-Invitation-1.png
demo/collateral/2-Alice-Invitation-2.png
demo/collateral/2-Alice-Invitation-3.png
demo/collateral/2-Alice-Invitation-4.png
demo/collateral/2-Alice-Invitation-5.png
demo/collateral/3-Faber-Connection-1.png
demo/collateral/3-Faber-Connection-2.png
demo/collateral/3-Faber-Connection-3.png
demo/collateral/3-Faber-Connection-4.png
demo/collateral/4-Alice-Connection-1.png
demo/collateral/4-Alice-Connection-2.png
demo/collateral/5-Faber-Connection-1.png
demo/collateral/6-Alice-Basic-Msg.png
demo/collateral/7-Faber-Basic-Msg.png
demo/collateral/8-Alice-Basic-Msg.png
demo/collateral/Alice-Agent-Local.png
demo/collateral/Alice-Agent.png
demo/collateral/C-1-Faber-DID-Public.png
demo/collateral/C-2-Faber-Ledger-Search-0.png
demo/collateral/C-2-Faber-Ledger-Search-1.png
demo/collateral/C-2-Faber-Ledger-Search-2.png
demo/collateral/C-2-Faber-Ledger-Search-3.png
demo/collateral/C-2-Faber-Ledger-Search-4.png
demo/collateral/C-3-Faber-Info-1.png
demo/collateral/C-3-Faber-Info-2.png
demo/collateral/C-3-Faber-Info-3.png
demo/collateral/C-3-Faber-Info-4.png
demo/collateral/C-3-Faber-Info-5.png
demo/collateral/C-4-Faber-Credential-Offer-1.png
demo/collateral/C-4-Faber-Credential-Offer-2.png
demo/collateral/C-5-Alice-Credential-Offer-1.png
demo/collateral/C-5-Alice-Credential-Offer-2.png
demo/collateral/C-6-Faber-Credential-Request.png
demo/collateral/C-7-Alice-Store-Credential-1.png
demo/collateral/C-7-Alice-Store-Credential-2.png
demo/collateral/C-7-Alice-Store-Credential-3.png
demo/collateral/C-7-Alice-Store-Credential-4.png
demo/collateral/C-8-Faber-Credential-Ack-0.png
demo/collateral/C-8-Faber-Credential-Ack-1.png
demo/collateral/C-8-Faber-Credential-Ack-2.png
demo/collateral/Faber-Agent-Local.png
demo/collateral/Faber-Agent.png
demo/collateral/P-1-Faber-Proof-Request-1.png
demo/collateral/P-1-Faber-Proof-Request-2.png
demo/collateral/P-2-Alice-Proof-Request-1.png
demo/collateral/P-2-Alice-Proof-Request-2.png
demo/collateral/P-3-Faber-Proof-1.png
demo/collateral/P-3-Faber-Proof-2.png
demo/collateral/P-3-Faber-Proof-3.png
demo/collateral/P-3-Faber-Proof-4.png
demo/collateral/S-0-invitation-1.png
demo/collateral/S-0-invitation-2.png
demo/collateral/S-1-connect-1.jpg
demo/collateral/S-1-connect-2.jpg
demo/collateral/S-1-connect-3.jpg
demo/collateral/S-2-connect-1.png
demo/collateral/S-2-connect-2.png
demo/collateral/S-2-connect-3.png
demo/collateral/S-2-connect-4.png
demo/collateral/S-3-credential-0.png
demo/collateral/S-3-credential-1.jpg
demo/collateral/S-3-credential-2.jpg
demo/collateral/S-3-credential-3.jpg
demo/collateral/S-4-proof-0.png
demo/collateral/S-4-proof-1.jpg
demo/collateral/S-4-proof-2.jpg
demo/collateral/S-4-proof-3.jpg
demo/collateral/S-4-proof-4.png
demo/collateral/conn-id.png
demo/collateral/cred-def-id.png
demo/collateral/ios1-install-app.jpg
demo/collateral/ios2-create-agent.jpg
demo/collateral/ios3-enable-security.jpg
demo/collateral/ios4-enable-notifications.jpg
demo/collateral/ios5-select-network.jpg
demo/collateral/issuer-did.png
demo/collateral/revocation-1-github-repo.png
demo/collateral/revocation-2-ledger.png
demo/collateral/revocation-3-console.png
demo/collateral/schema-name-version.png
demo/runners/__init__.py
demo/runners/acme.py
demo/runners/alice.py
demo/runners/faber.py
demo/runners/performance.py
demo/runners/repo.py
demo/runners/vsw.py
demo/runners/vsw_user.py
demo/runners/support/__init__.py
demo/runners/support/agent.py
demo/runners/support/utils.py
docker/Dockerfile.demo
docker/Dockerfile.fixpermissions
docker/Dockerfile.run
docker/Dockerfile.test
docker/Dockerfile.test-indy
docker/manage
docs/Makefile
docs/README.md
docs/conf.py
docs/deploymentModel.md
docs/index.rst
docs/make.bat
docs/GettingStartedAriesDev/AgentConnections.md
docs/GettingStartedAriesDev/AriesAgentArchitecture.md
docs/GettingStartedAriesDev/AriesBasics.md
docs/GettingStartedAriesDev/AriesBigPicture.md
docs/GettingStartedAriesDev/AriesDeveloperDemos.md
docs/GettingStartedAriesDev/AriesMessaging.md
docs/GettingStartedAriesDev/AriesRoutingExample.md
docs/GettingStartedAriesDev/ConnectIndyNetwork.md
docs/GettingStartedAriesDev/CredentialRevocation.md
docs/GettingStartedAriesDev/DIDcommMsgs.md
docs/GettingStartedAriesDev/DecentralizedIdentityDemos.md
docs/GettingStartedAriesDev/IndyAriesDevOptions.md
docs/GettingStartedAriesDev/IndyBasics.md
docs/GettingStartedAriesDev/IssuingIndyCredentials.md
docs/GettingStartedAriesDev/PresentingIndyProofs.md
docs/GettingStartedAriesDev/README.md
docs/GettingStartedAriesDev/RoutingEncryption.md
docs/GettingStartedAriesDev/YourOwnAriesAgent.md
docs/assets/README.md
docs/assets/adminApi.png
docs/assets/deploymentModel-agent.png
docs/assets/deploymentModel-agent.puml
docs/assets/deploymentModel-controller.png
docs/assets/deploymentModel-controller.puml
docs/assets/deploymentModel-full.png
docs/assets/deploymentModel-full.puml
docs/assets/genPlantuml
docs/generated/aries_cloudagent.admin.rst
docs/generated/aries_cloudagent.cache.rst
docs/generated/aries_cloudagent.commands.rst
docs/generated/aries_cloudagent.config.rst
docs/generated/aries_cloudagent.connections.models.diddoc.rst
docs/generated/aries_cloudagent.connections.models.rst
docs/generated/aries_cloudagent.connections.rst
docs/generated/aries_cloudagent.core.rst
docs/generated/aries_cloudagent.holder.rst
docs/generated/aries_cloudagent.indy.rst
docs/generated/aries_cloudagent.issuer.rst
docs/generated/aries_cloudagent.ledger.rst
docs/generated/aries_cloudagent.messaging.ack.rst
docs/generated/aries_cloudagent.messaging.credential_definitions.rst
docs/generated/aries_cloudagent.messaging.decorators.rst
docs/generated/aries_cloudagent.messaging.jsonld.rst
docs/generated/aries_cloudagent.messaging.models.rst
docs/generated/aries_cloudagent.messaging.rst
docs/generated/aries_cloudagent.messaging.schemas.rst
docs/generated/aries_cloudagent.protocols.actionmenu.rst
docs/generated/aries_cloudagent.protocols.actionmenu.v1_0.handlers.rst
docs/generated/aries_cloudagent.protocols.actionmenu.v1_0.messages.rst
docs/generated/aries_cloudagent.protocols.actionmenu.v1_0.models.rst
docs/generated/aries_cloudagent.protocols.actionmenu.v1_0.rst
docs/generated/aries_cloudagent.protocols.basicmessage.rst
docs/generated/aries_cloudagent.protocols.basicmessage.v1_0.handlers.rst
docs/generated/aries_cloudagent.protocols.basicmessage.v1_0.messages.rst
docs/generated/aries_cloudagent.protocols.basicmessage.v1_0.rst
docs/generated/aries_cloudagent.protocols.connections.rst
docs/generated/aries_cloudagent.protocols.connections.v1_0.handlers.rst
docs/generated/aries_cloudagent.protocols.connections.v1_0.messages.rst
docs/generated/aries_cloudagent.protocols.connections.v1_0.models.rst
docs/generated/aries_cloudagent.protocols.connections.v1_0.rst
docs/generated/aries_cloudagent.protocols.discovery.rst
docs/generated/aries_cloudagent.protocols.discovery.v1_0.handlers.rst
docs/generated/aries_cloudagent.protocols.discovery.v1_0.messages.rst
docs/generated/aries_cloudagent.protocols.discovery.v1_0.rst
docs/generated/aries_cloudagent.protocols.introduction.rst
docs/generated/aries_cloudagent.protocols.introduction.v0_1.handlers.rst
docs/generated/aries_cloudagent.protocols.introduction.v0_1.messages.rst
docs/generated/aries_cloudagent.protocols.introduction.v0_1.rst
docs/generated/aries_cloudagent.protocols.issue_credential.rst
docs/generated/aries_cloudagent.protocols.issue_credential.v1_0.handlers.rst
docs/generated/aries_cloudagent.protocols.issue_credential.v1_0.messages.inner.rst
docs/generated/aries_cloudagent.protocols.issue_credential.v1_0.messages.rst
docs/generated/aries_cloudagent.protocols.issue_credential.v1_0.models.rst
docs/generated/aries_cloudagent.protocols.issue_credential.v1_0.rst
docs/generated/aries_cloudagent.protocols.present_proof.rst
docs/generated/aries_cloudagent.protocols.present_proof.v1_0.handlers.rst
docs/generated/aries_cloudagent.protocols.present_proof.v1_0.messages.inner.rst
docs/generated/aries_cloudagent.protocols.present_proof.v1_0.messages.rst
docs/generated/aries_cloudagent.protocols.present_proof.v1_0.models.rst
docs/generated/aries_cloudagent.protocols.present_proof.v1_0.rst
docs/generated/aries_cloudagent.protocols.present_proof.v1_0.util.rst
docs/generated/aries_cloudagent.protocols.problem_report.rst
docs/generated/aries_cloudagent.protocols.problem_report.v1_0.rst
docs/generated/aries_cloudagent.protocols.routing.rst
docs/generated/aries_cloudagent.protocols.routing.v1_0.handlers.rst
docs/generated/aries_cloudagent.protocols.routing.v1_0.messages.rst
docs/generated/aries_cloudagent.protocols.routing.v1_0.models.rst
docs/generated/aries_cloudagent.protocols.routing.v1_0.rst
docs/generated/aries_cloudagent.protocols.rst
docs/generated/aries_cloudagent.protocols.trustping.rst
docs/generated/aries_cloudagent.protocols.trustping.v1_0.handlers.rst
docs/generated/aries_cloudagent.protocols.trustping.v1_0.messages.rst
docs/generated/aries_cloudagent.protocols.trustping.v1_0.rst
docs/generated/aries_cloudagent.revocation.models.rst
docs/generated/aries_cloudagent.revocation.rst
docs/generated/aries_cloudagent.rst
docs/generated/aries_cloudagent.storage.rst
docs/generated/aries_cloudagent.transport.inbound.rst
docs/generated/aries_cloudagent.transport.outbound.rst
docs/generated/aries_cloudagent.transport.queue.rst
docs/generated/aries_cloudagent.transport.rst
docs/generated/aries_cloudagent.utils.rst
docs/generated/aries_cloudagent.verifier.rst
docs/generated/aries_cloudagent.wallet.rst
docs/generated/modules.rst
scripts/run_docker
scripts/run_postgres
scripts/run_tests
scripts/run_tests_indy