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 | from typing import Any, Optional |
| #2 | |
| #3 | from embedchain.helpers.json_serializable import JSONSerializable |
| #4 | |
| #5 | |
| #6 | class BaseLoader(JSONSerializable): |
| #7 | def __init__(self): |
| #8 | pass |
| #9 | |
| #10 | def load_data(self, url, **kwargs: Optional[dict[str, Any]]): |
| #11 | """ |
| #12 | Implemented by child classes |
| #13 | """ |
| #14 | pass |
| #15 |