Skip to content

PSDN-AI/wep-python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages