Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Poseidon WEP SDK

Python SDK for building Worker Execution Process (WEP) workflows on the Poseidon Subnet.

Installation

pip install poseidon-wep-sdk

Quick Start

fromposeidon_wep_sdk_pkgimportWepServer, ServiceRegistry# Register your serviceregistry=ServiceRegistry()
registry.register("my_service", my_service_handler)
# Start the WEP serverserver=WepServer(registry=registry)
server.run()

Documentation

For detailed documentation, see the examples directory.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages