Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kontext Protocol Buffers

Shared contract between the [Kontext CLI](https://github.com/kontext-dev/kontext-cli) (Go client) and the [Kontext API](https://github.com/kontext-dev/kontext) (NestJS server).
Shared contract between the [Kontext CLI](https://github.com/kontext-dev/kontext-cli) and the Kontext API.

## Services

Expand All @@ -11,7 +11,7 @@ The core governance service. Handles session lifecycle, hook event streaming, cr
| RPC | Type | Purpose |
|---|---|---|
| `CreateSession` | Unary | Start a governed agent session |
| `ProcessHookEvent` | Bidi stream | Stream tool call events, receive policy decisions |
| `ProcessHookEvent` | Unary | Ingest a tool call event |
| `Heartbeat` | Unary | Keep session alive |
| `EndSession` | Unary | Terminate session |
| `ExchangeCredential` | Unary | Resolve provider credentials |
Expand Down
Loading