> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qredence.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Web protocol (`web/protocol`)

> Zod wire contracts: chat-protocol.ts (ChatStreamEvent: start, delta, tool, thinking, plan, state, queue, compaction, retry, done, error); chat-protocol.zod.ts (zod...

Zod wire contracts: `chat-protocol.ts` (`ChatStreamEvent`: `start`, `delta`, `tool`, `thinking`, `plan`, `state`, `queue`, `compaction`, `retry`, `done`, `error`); `chat-protocol.zod.ts` (zod schemas); `fleet-contract.ts` (`ChatAttachment`, `ProjectId`, zod schemas for attachments/projects); `openui-prompt.ts`, `.openui-signatures.ts`, `.openui-schema.generated.json`. Provider catalog also included (`provider-catalog.ts`).

Related: [Web server](/fleet-prime-agent/packages--web-server), [Web API](/fleet-prime-agent/reference/web-api)
