11# Findy Agency Service API
22
3+ [ ![ test] ( https://github.com/findy-network/findy-agent-api/actions/workflows/test.yml/badge.svg?branch=dev )] ( https://github.com/findy-network/findy-agent-api/actions/workflows/test.yml )
4+
35The gRPC API v1 includes interfaces for:
6+
47- ** operation services** : log levels, statistics, health checking, etc.
58- ** agency services** : new agent on boarding, data hooks, etc.
69- ** clould agent services** : notifications, responses, etc.
@@ -11,7 +14,9 @@ More detailed documentation for each of them can be found from `protoc` files in
1114compiled from the IDL files.
1215
1316## Typical Findy Agency Service Setup
17+
1418The current implementation of the Findy Agency has three main services:
19+
15201 . ` findy-agent ` includes the protocol engine which runs Aries compatible agent
1621 protocols and cloud agents.
17222 . ` findy-agent-auth ` includes a standard WebAuthn server. The
@@ -23,13 +28,13 @@ The current implementation of the Findy Agency has three main services:
2328## Client Stubs And Helpers
2429
2530Both [ findy-common-go] ( https://github.com/findy-network/findy-common-go ) and
26- [ findy-common-ts] ( https://github.com/findy-network/findy-common-ts ) include
31+ [ findy-common-ts] ( https://github.com/findy-network/findy-common-ts ) include
2732client stubs and some convenient helpers for the use of the API.
2833
2934## Service Implementations
3035
3136The most of the services are implemented by the findy core agency in
32- [ ` findy-agent ` ] ( https://github.com/findy-network/findy-agent ) .
37+ [ ` findy-agent ` ] ( https://github.com/findy-network/findy-agent ) .
3338
3439## Client Reference Implementations
3540
@@ -41,4 +46,5 @@ The most of the services are implemented by the findy core agency in
4146
4247We follow [ the style guide] ( https://developers.google.com/protocol-buffers/docs/style )
4348with the following special rules:
49+
4450- treat acronyms like numbers in the style guide.
0 commit comments