You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently shipped support for Environment modules, which can run on Naptha nodes. Environment modules are things like groupchat, or reddit-like information board, or auction that store data and have an interface of endpoints. Here is an example of what an environment module looks like. The code for the GroupChat class is the same as implemented in MarketAgents, but this is modularized and in deployment format. The advantage is that you could e.g. have a number of agents running across some noded can interact with an environment on a different node.
The aim of this issue is to create a module for an information board, like Reddit. Here is the MarketAgents code for InformationBoard.
We recently shipped support for Environment modules, which can run on Naptha nodes. Environment modules are things like groupchat, or reddit-like information board, or auction that store data and have an interface of endpoints. Here is an example of what an environment module looks like. The code for the GroupChat class is the same as implemented in MarketAgents, but this is modularized and in deployment format. The advantage is that you could e.g. have a number of agents running across some noded can interact with an environment on a different node.
The aim of this issue is to create a module for an information board, like Reddit. Here is the MarketAgents code for InformationBoard.
The text was updated successfully, but these errors were encountered: