Skip to content
Tobias Wilker edited this page Dec 30, 2020 · 11 revisions

Welcome to agents.net

Agents.Net Logo

agents.net is a .NET class library to easily build self-organizing agents based systems. But that is not all. Beside being another .NET class library it is also a programming technique like test driven development, behavior driven development or domain driven design. It encompasses both the design and the implementation phase and can be combined with almost all other techniques mentioned before. In a sense it reduces the complexity of object oriented programming with all its design patterns but using only two types of classes, agents and messages. Agents in that case are the logic of the program while messages are the communication interfaces between agents. Overall programming with agents.net is easy, intuitive and fast.

Agents.Net Intro

Please feel free to browse around freely. For those how are new, the Getting Started guide is a good place to start. Beside that we have the benchmarks of the current release NuGet documented here as well.

Clone this wiki locally