{"id":50366209,"url":"https://github.com/oguzbilgic/posse","last_synced_at":"2026-05-30T04:04:50.258Z","repository":{"id":350779118,"uuid":"1208236985","full_name":"oguzbilgic/posse","owner":"oguzbilgic","description":"A web UI for Anthropic Managed Agents.","archived":false,"fork":false,"pushed_at":"2026-04-26T06:09:37.000Z","size":267,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-26T07:10:46.902Z","etag":null,"topics":["agents","anthropic","claude","managed-agents"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/oguzbilgic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-04-12T02:17:02.000Z","updated_at":"2026-04-26T06:09:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/oguzbilgic/posse","commit_stats":null,"previous_names":["oguzbilgic/posse"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oguzbilgic/posse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzbilgic%2Fposse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzbilgic%2Fposse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzbilgic%2Fposse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzbilgic%2Fposse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oguzbilgic","download_url":"https://codeload.github.com/oguzbilgic/posse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzbilgic%2Fposse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33679316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["agents","anthropic","claude","managed-agents"],"created_at":"2026-05-30T04:04:50.160Z","updated_at":"2026-05-30T04:04:50.253Z","avatar_url":"https://github.com/oguzbilgic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# posse\n\nA web UI for [Anthropic Managed Agents](https://docs.anthropic.com/en/docs/agents/managed-agents).\n\nAnthropic ships the best agent infrastructure — sandboxed environments, persistent memory, tool use, multi-agent orchestration — but no UI. You're stuck with curl and the API console.\n\nPosse gives you the missing interface: create agents, run sessions, manage memory stores, and watch your agents work — all from a browser.\n\n![posse](public/screenshot.png)\n\n## What you get\n\n- **Agent management** — Create, edit, archive, and version agents with different models (Sonnet, Opus, Haiku)\n- **Sessions** — Start sessions, send messages, watch tool calls and code execution in real time\n- **Memory stores** — Browse and edit persistent memory that agents carry across sessions\n- **Environments** — Switch between execution environments with different tools and configurations\n- **Multi-agent** — Run multiple agents side by side, each with their own sessions and memory\n\n## Quick start\n\n```bash\ndocker run -p 3000:3000 \\\n  -e ANTHROPIC_API_KEY=sk-ant-... \\\n  ghcr.io/oguzbilgic/posse:latest\n```\n\nOpen [http://localhost:3000](http://localhost:3000).\n\n## From source\n\n```bash\ngit clone https://github.com/oguzbilgic/posse.git\ncd posse\necho \"ANTHROPIC_API_KEY=sk-ant-...\" \u003e .env.local\nnpm install \u0026\u0026 npm run dev\n```\n\n## How it works\n\nPosse is a lightweight Next.js app that proxies requests to the [Anthropic API](https://docs.anthropic.com/en/docs/agents/managed-agents). Your API key stays server-side — never exposed to the browser.\n\nThe entire app is ~13k lines of TypeScript with zero backend dependencies beyond Next.js. No database, no auth layer, no state server. It reads everything from the Anthropic API and renders it.\n\n### Stack\n\n- Next.js 16 + React 19\n- TypeScript + Tailwind CSS\n- Zustand for client state\n- Marked + highlight.js for markdown/code rendering\n\n## Why\n\nAnthropic's managed agents are powerful but invisible. You define agents in JSON, create sessions via API, and parse events from streams. It works, but you can't *see* what's happening.\n\nWith posse, you get a real workspace: watch an agent write code, see it execute bash commands, check what it stored in memory, start a new session with a different environment. The kind of feedback loop you need when building with agents.\n\n## Status\n\nEarly. Shipping fast. Core features work — agents, sessions, chat, memory, environments. What's next:\n\n- [ ] SSE streaming (currently polling)\n- [ ] File upload / media attachments\n- [ ] Session event filtering and search\n- [ ] Agent skill configuration UI\n- [ ] Callable agent orchestration view\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzbilgic%2Fposse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foguzbilgic%2Fposse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzbilgic%2Fposse/lists"}