repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | import importlib.metadata |
| #2 | |
| #3 | __version__ = importlib.metadata.version(__package__ or __name__) |
| #4 | |
| #5 | from embedchain.app import App # noqa: F401 |
| #6 | from embedchain.client import Client # noqa: F401 |
| #7 | from embedchain.pipeline import Pipeline # noqa: F401 |
| #8 | |
| #9 | # Setup the user directory if doesn't exist already |
| #10 | Client.setup() |
| #11 |