Skip to content

boschresearch/open-eot-agents

Repository files navigation

Open EoT Agents

Includes implementation for a decentralized manufacturing marketplace, follwoing the concept described under iBlockchain’s Open IoT Marketplace: Order-Controlled Production.

Agent based implementation can be found under EoT Agents Manufacturing Marketplace.

License

Open-EoT-Agents is open-sourced under the Apache-2.0 license. See the LICENSE file for details.

Developing cross-agent-components

Prerequisites

  • Python 3.8 or later
  • pipenv installed (pip install --user pipenv)

Initialise a cli component

To develop cross agent components, e.g. protocols or connections, you can use the provided cli.py with cli <component-name> to scaffold an aea project at ./aea_components/<component-name>_aea_project with an aea <component-name>_agent. See the output for further steps.

In addition check Prerequisities for needed setup of environment, especially the section for the local registry.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published