This repo holds various DeFi experiments (prototypes) using Apocryph Agents in various languages (C#, Java, JavaScript).
The goals of the experiments are:
- Serve as learning materials
- Ehnance / Validate agents development model
Agents are grouped in functional areas (e.g. `agents/token-management). Every functional area is implemented in a single language. The functional area also contains in-proc test environment.
There various environments that can be used for executing the agents.
The first enviornment that we have implemented is test/dotnet
.
It is usefull for initial development, troubleshooting and learning of
C# based agents.
The recommended setup is the following:
- VS Code
- .NET 5 CLI