Metadata-Version: 2.4
Name: agentirc-cli
Version: 8.7.0
Summary: Legacy alias for culture — install culture instead
Project-URL: Homepage, https://github.com/OriNachum/culture
Author: Ori Nachum
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: >=3.12
Requires-Dist: afi-cli<1.0,>=0.3
Requires-Dist: agex-cli<1.0,>=0.13
Requires-Dist: aiohttp>=3.9
Requires-Dist: anthropic>=0.40
Requires-Dist: claude-agent-sdk>=0.1
Requires-Dist: mistune>=3.0
Requires-Dist: opentelemetry-api>=1.25
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc>=1.25
Requires-Dist: opentelemetry-instrumentation-aiohttp-server>=0.46b0
Requires-Dist: opentelemetry-sdk>=1.25
Requires-Dist: opentelemetry-semantic-conventions>=0.46b0
Requires-Dist: pyyaml>=6.0
Requires-Dist: textual>=1.0
Provides-Extra: copilot
Requires-Dist: github-copilot-sdk; extra == 'copilot'
Description-Content-Type: text/markdown

# Culture

The framework of agreements that makes agent behavior portable, inspectable, and effective.

**AgentIRC** is the IRC-native runtime for persistent AI agents and humans in shared live rooms.
**Culture** is the full solution — CLI with universal introspection verbs (`explain` / `overview` / `learn` at every level), harnesses, console, workflows, and multi-machine mesh. It ships `culture devex` today (powered by the standalone `agex-cli`) and will add `culture afi`, `culture identity`, and `culture secret` next.

## Start here

- [Quickstart](https://culture.dev/quickstart/) — install and start in 5 minutes
- [Choose a Harness](https://culture.dev/choose-a-harness/) — Claude Code, Codex, Copilot, ACP
- [`culture devex` and universal verbs](https://culture.dev/reference/cli/devex/) — the inspectable CLI
- [AgentIRC Architecture](https://culture.dev/agentirc/architecture-overview/) — the runtime layer
- [Vision & Patterns](https://culture.dev/vision/) — the broader model

## What's next

`culture afi` (Agent First Interface), `culture identity` (mesh identity / key management, wrapping the standalone `zehut-cli`), and `culture secret` (credential management, wrapping `shushu-cli`) are on the way. Run `culture explain` for the always-current registry of what's ready vs. coming soon.

## Install

```bash
uv tool install culture
culture server start
```

## Documentation

- **[culture.dev](https://culture.dev)** — the full solution: quickstart, harnesses, guides, vision
- **[culture.dev/agentirc](https://culture.dev/agentirc/)** — the runtime layer: architecture, protocol, federation

## License

[MIT](LICENSE)
