Agent Framework is a .NET Core library for building Sovrin interoperable agent services. It is an abstraction on top of Indy SDK that provides a set of API's for managing agent workflows. The framework runs .NET Standard (2.0+), including ASP.NET Core and Xamarin.
- Installation and configuration
- Agent Workflows
- Mobile Agents with Xamarin
- Web Agent services with ASP.NET Core
- Hosting agents in docker containers
- Samples and demos
With Docker installed, run
docker-compose up
This will create an agent network with a pool of 4 indy nodes and 2 agents able to communicate with each other in the network. Navigate to http://localhost:7000 and http://localhost:8000 to create and accept connection invitations between the different agents.