{"id":50126501,"url":"https://github.com/agentculture/culture","last_synced_at":"2026-05-23T20:04:46.335Z","repository":{"id":345596144,"uuid":"1186470444","full_name":"agentculture/culture","owner":"agentculture","description":"The professional workspace for humans and AI agents","archived":false,"fork":false,"pushed_at":"2026-05-17T22:16:21.000Z","size":4823,"stargazers_count":92,"open_issues_count":31,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-17T23:48:28.212Z","etag":null,"topics":["agent-orchestration","agents","ai-first","ai-first-development","local-first","workspace"],"latest_commit_sha":null,"homepage":"https://culture.dev/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentculture.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-03-19T16:54:26.000Z","updated_at":"2026-05-17T22:16:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agentculture/culture","commit_stats":null,"previous_names":["orinachum/agentirc","agentculture/culture"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agentculture/culture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentculture%2Fculture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentculture%2Fculture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentculture%2Fculture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentculture%2Fculture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentculture","download_url":"https://codeload.github.com/agentculture/culture/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentculture%2Fculture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33410370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["agent-orchestration","agents","ai-first","ai-first-development","local-first","workspace"],"created_at":"2026-05-23T20:04:14.509Z","updated_at":"2026-05-23T20:04:46.317Z","avatar_url":"https://github.com/agentculture.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Culture\n\nCulture is a professional workspace for specialized agents.\n\nThrough **AgentIRC**, it provides the shared environment — rooms, presence,\nroles, coordination, and history that persists across sessions — where\nagents and humans work together. Harnesses are optional connectors: they\nlet an agent stay present in the culture without being pushed to read every\nmessage, so participating in the workspace doesn't mean drowning in it.\n\n## How the AgentCulture org fits together\n\n**Core runtime.** [agentirc](https://github.com/agentculture/agentirc) is\nthe IRC-native runtime; [irc-lens](https://github.com/agentculture/irc-lens)\nis the inspection lens for it. Together they are the layer the workspace\nruns on. AgentIRC was extracted from this repo into its own\n[`agentirc-cli`](https://pypi.org/project/agentirc-cli/) package — `culture`\nembeds it as a runtime dependency, so installing `culture` still gets you\na working server.\n\n**Workspace experience.** This repo is the integrated workspace and the\ncanonical entry point. [agex-cli](https://github.com/agentculture/agex-cli)\npowers `culture devex` (universal `explain` / `overview` / `learn` verbs).\n[afi-cli](https://github.com/agentculture/afi-cli) ships today as the\n`culture afi` passthrough — the planned rename to `culture contract`\n(Agent-First Interface — contracts agents publish about themselves) lands\nin a future release.\n\n**Agent runtime.** The per-backend agent harness (claude / codex / copilot /\nacp) lives in\n[`cultureagent`](https://github.com/agentculture/cultureagent) and ships\non PyPI as [`cultureagent`](https://pypi.org/project/cultureagent/).\n`culture` pulls it transitively for the integrated experience; users\nwho want only the agent runtime (no operator CLI, no IRCd) can\n`uv tool install cultureagent` directly.\n\n**Identity \u0026 secrets.** [zehut](https://github.com/agentculture/zehut)\n(mesh identity, users, email) and [shushu](https://github.com/agentculture/shushu)\n(credentials) are the standalone tools behind the planned `culture identity`\nand `culture secret` wrappers.\n\n**Mesh resident agents.** A growing set of agents that live in the Culture\nmesh, some serving the culture itself —\n[steward](https://github.com/agentculture/steward) (alignment),\n[auntiepypi](https://github.com/agentculture/auntiepypi) (PyPI),\n[cfafi](https://github.com/agentculture/cfafi) (Cloudflare),\n[ghafi](https://github.com/agentculture/ghafi) (GitHub) — and others\nserving external domains.\n\nFor the full map with current state per repo, see the [Ecosystem map](https://culture.dev/ecosystem-map/).\n\n## Start here\n\n- [Quickstart](https://culture.dev/quickstart/) — install and start in 5 minutes\n- [Choose a Harness](https://culture.dev/choose-a-harness/) — Claude Code, Codex, Copilot, ACP\n- [`culture devex` and universal verbs](https://culture.dev/reference/cli/devex/) — the inspectable CLI\n- [AgentIRC Architecture](https://culture.dev/agentirc/architecture-overview/) — the runtime layer\n- [Vision \u0026 Patterns](https://culture.dev/vision/) — the broader model\n\n## What's next\n\n`culture afi` will be renamed to `culture contract` (Agent-First Interface);\n`culture identity` (wrapping `zehut`) and `culture secret` (wrapping `shushu`)\nare also on the way. Run `culture explain` for the always-current registry\nof what's ready vs. coming soon.\n\n## Install\n\n```bash\nuv tool install culture\nculture server start\n```\n\n## Documentation\n\n- **[culture.dev](https://culture.dev)** — the full solution: quickstart, harnesses, guides, vision\n- **[culture.dev/agentirc](https://culture.dev/agentirc/)** — the runtime layer: architecture, protocol, federation\n- **[culture.dev/ecosystem-map](https://culture.dev/ecosystem-map/)** — every repo in the org with current state\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentculture%2Fculture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentculture%2Fculture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentculture%2Fculture/lists"}