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 | --- |
| #2 | openapi: post /{app_id}/query |
| #3 | --- |
| #4 | |
| #5 | <RequestExample> |
| #6 | |
| #7 | ```bash Request |
| #8 | curl --request POST \ |
| #9 | --url http://localhost:8080/{app_id}/query \ |
| #10 | -d "query=who is Elon Musk?" |
| #11 | ``` |
| #12 | |
| #13 | </RequestExample> |
| #14 | |
| #15 | <ResponseExample> |
| #16 | |
| #17 | ```json Response |
| #18 | { "response": "Net worth of Elon Musk is $218 Billion." } |
| #19 | ``` |
| #20 | |
| #21 | </ResponseExample> |
| #22 |