{"id":47055139,"url":"https://github.com/9trocode/assistant-ui","last_synced_at":"2026-03-12T03:03:30.102Z","repository":{"id":337681336,"uuid":"1154754721","full_name":"9trocode/assistant-ui","owner":"9trocode","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-10T20:49:31.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-10T21:57:22.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/9trocode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-10T18:35:23.000Z","updated_at":"2026-02-10T20:49:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/9trocode/assistant-ui","commit_stats":null,"previous_names":["9trocode/assistant-ui"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/9trocode/assistant-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9trocode%2Fassistant-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9trocode%2Fassistant-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9trocode%2Fassistant-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9trocode%2Fassistant-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9trocode","download_url":"https://codeload.github.com/9trocode/assistant-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9trocode%2Fassistant-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30413618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"online","status_checked_at":"2026-03-12T02:00:07.260Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-12T03:03:27.898Z","updated_at":"2026-03-12T03:03:30.095Z","avatar_url":"https://github.com/9trocode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenClaw UI Example\n\nThis example runs a focused chat UI for an OpenClaw-style autonomous profile.\n\nIt defines an SDK-style flow named `openclaw-ui-example` and can optionally start an\nembedded DevUI API server with that flow registered.\n\n## Run (monorepo)\n\nFrom repo root:\n\n```bash\ngo run ./examples/openclaw_ui --addr=0.0.0.0:8091 --api-base=http://127.0.0.1:7070\n```\n\nSelf-contained mode (starts embedded API + flow):\n\n```bash\ngo run ./examples/openclaw_ui --start-api --api-addr=0.0.0.0:7070 --addr=0.0.0.0:8091\n```\n\nOptional API key:\n\n```bash\ngo run ./examples/openclaw_ui --addr=0.0.0.0:8091 --api-base=http://127.0.0.1:7070 --api-key=\"\u003cDEVUI_API_KEY\u003e\"\n```\n\nThen open `http://127.0.0.1:8091`.\n\n## Docker (monorepo)\n\nBuild from repository root so Docker context includes root `go.mod`:\n\n```bash\ndocker build -f examples/openclaw_ui/Dockerfile -t openclaw-ui .\ndocker run --rm -p 8091:8091 -p 7070:7070 openclaw-ui\n```\n\n## Standalone Project Mode\n\nIf you copy `examples/openclaw_ui` as an independent project:\n\n1) Create standalone module file:\n\n```bash\ncp go.mod.standalone go.mod\n# edit replace path to your local SDK checkout\ngo mod tidy\ngo run . --start-api --api-addr=127.0.0.1:7070 --addr=127.0.0.1:8091\n```\n\n2) Standalone Docker build (context = this folder):\n\n```bash\ndocker build -f Dockerfile.standalone -t openclaw-ui-standalone .\ndocker run --rm -p 8091:8091 -p 7070:7070 openclaw-ui-standalone\n```\n\nNotes:\n- Imports in `main.go` use root module style:\n  - `github.com/PipeOpsHQ/agent-sdk-go/devui`\n  - `github.com/PipeOpsHQ/agent-sdk-go/flow`\n- `go.mod.standalone` currently uses local `replace` for predictable standalone builds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9trocode%2Fassistant-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9trocode%2Fassistant-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9trocode%2Fassistant-ui/lists"}