Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

from poseidon_wep_sdk_pkg import WepServer, ServiceRegistry

# Register your service
registry = ServiceRegistry()
registry.register("my_service", my_service_handler)

# Start the WEP server
server = 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