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| import { ClawdPerpsRuntime } from "./marketMaker.js"; |
| #2 | export declare function getPerpsStatusApi(runtime: ClawdPerpsRuntime): Promise<{ |
| #3 | ok: boolean; |
| #4 | surface: string; |
| #5 | status: import("./frontend.js").PerpsFrontendStatus; |
| #6 | }>; |
| #7 | export declare function postTelegramPerpsApi(runtime: ClawdPerpsRuntime, text: string): Promise<{ |
| #8 | ok: boolean; |
| #9 | surface: string; |
| #10 | response: import("./telegram.js").TelegramPerpsResponse; |
| #11 | }>; |
| #12 |