# AgentsKit Chat > Cross-framework chat applications built on AgentsKit. - Repository: https://github.com/AgentsKit-io/agentskit-chat - Deterministic knowledge: https://chat.agentskit.io/deterministic/knowledge.json - Full corpus: https://chat.agentskit.io/llms-full.txt - Agent entry point: https://chat.agentskit.io/for-agents ## AgentsKit ecosystem - [AgentsKit](https://www.agentskit.io/docs) — Build agents without gluing many libraries together. Role: `foundation`. Maturity: beta. Machine index: https://www.agentskit.io/llms.txt - [AgentsKit Registry](https://registry.agentskit.io/docs) — Copy ready-made agents and own the source. Role: `starting-point`. Maturity: beta. Machine index: https://registry.agentskit.io/llms.txt - [AgentsKit Chat](https://chat.agentskit.io/docs) **(current)** — Define one agent experience and deliver it across interfaces. Role: `experience`. Maturity: alpha. Machine index: https://chat.agentskit.io/llms.txt - [Agents Playbook](https://playbook.agentskit.io/docs) — Make agents ship code a human would actually merge. Role: `discipline`. Maturity: stable. Machine index: https://playbook.agentskit.io/llms.txt - [Doc Bridge](https://doc-bridge.agentskit.io/) — Turn repository documentation into executable agent handoffs. Role: `understanding`. Maturity: stable. Machine index: https://doc-bridge.agentskit.io/llms.txt - [AgentsKit Code Review](https://github.com/AgentsKit-io/code-review-cli#readme) — Run deep, low-noise review with the model already in use. Role: `verification`. Maturity: alpha. Machine index: https://raw.githubusercontent.com/AgentsKit-io/code-review-cli/main/llms.txt - [AgentsKit OS](https://akos.agentskit.io/docs) — Run and govern agents in production. Role: `operation`. Maturity: stable. Machine index: https://akos.agentskit.io/llms.txt ## Documentation - [Action confirmation](https://chat.agentskit.io/docs/actions/confirmation) — Typed confirmation handles for side effects — pending, approving, terminal. Raw: https://chat.agentskit.io/raw/actions/confirmation.mdx - [Action policy](https://chat.agentskit.io/docs/actions/policy) — Capability policy outside the model — deny unknown actions before confirmation. Raw: https://chat.agentskit.io/raw/actions/policy.mdx - [Hosted and self-hosted Ask backend](https://chat.agentskit.io/docs/backend) — Production Ask handler for grounded semantic answers — one protocol, host-owned adapters. Raw: https://chat.agentskit.io/raw/backend.mdx - [Component catalog](https://chat.agentskit.io/docs/components/catalog) — Closed catalog of schema-backed UI components a model may propose — index for humans and agents. Raw: https://chat.agentskit.io/raw/components/catalog.mdx - [Choice list](https://chat.agentskit.io/docs/components/choice-list) — Prompt plus choices with optional descriptions and typed actions — the primary interactive component. Raw: https://chat.agentskit.io/raw/components/choice-list.mdx - [Deployment](https://chat.agentskit.io/docs/deployment) — Deploy the same ChatDefinition on Next, Hono, Express, and edge — Web-standard handlers. Raw: https://chat.agentskit.io/raw/deployment.mdx - [Standard components](https://chat.agentskit.io/docs/examples/components) — Side-by-side live lab of every closed-catalog component with links to full pages. Raw: https://chat.agentskit.io/raw/examples/components.mdx - [Get started](https://chat.agentskit.io/docs/getting-started) — Scaffold AgentsKit Chat and pick a native renderer. Raw: https://chat.agentskit.io/raw/getting-started/index.mdx - [Connect a backend](https://chat.agentskit.io/docs/guides/connect-backend) — Mount createChatHandler and optional Ask backends for production chat. Raw: https://chat.agentskit.io/raw/guides/connect-backend.mdx - [Install and run](https://chat.agentskit.io/docs/guides/install-and-run) — Scaffold an AgentsKit Chat app and run it locally. Raw: https://chat.agentskit.io/raw/guides/install-and-run.mdx - [AgentsKit Chat](https://chat.agentskit.io/docs) — One AI chat definition for web, mobile, and terminal — the go-to application framework for cross-surface agent interfaces on AgentsKit. Raw: https://chat.agentskit.io/raw/index.mdx - [v0.4 compatibility matrix](https://chat.agentskit.io/docs/releases/compatibility) — The two public AgentsKit Chat packages ship as the fixed `0.4.1` group. The peer ranges in Raw: https://chat.agentskit.io/raw/releases/compatibility.md - [v0 stability and upgrades](https://chat.agentskit.io/docs/releases/stability) — AgentsKit Chat follows SemVer as a fixed package group. Raw: https://chat.agentskit.io/raw/releases/stability.md - [Server handler](https://chat.agentskit.io/docs/server) — Mount createChatHandler for Web-standard streaming turns with session CAS and auth. Raw: https://chat.agentskit.io/raw/server.mdx - [Sessions](https://chat.agentskit.io/docs/sessions) — Cross-client session metadata with CAS storage — AgentsKit keeps message authority. Raw: https://chat.agentskit.io/raw/sessions.mdx