You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update tagline, description, and ecosystem references to match
"crash-proof governed runtime" positioning. Describe Workbench as
the interface for visible governance on top of Runtime.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
[Lattice Runtime](https://github.com/latticeHQ/latticeRuntime) is the open-source coordination layer for institutional AI — identity, authorization, audit, and budget for every agent in the organization. But a coordination layer alone is not useful. Departments need applications built on top of it.
24
+
[Lattice Runtime](https://github.com/latticeHQ/latticeRuntime) is the crash-proof governed runtime for AI agents — durable execution, cryptographic audit, budget enforcement, zero-trust mesh. But a runtime alone is not useful. You need a way to create, manage, and observe agents running on it.
25
25
26
-
**Department Stacks** are vertical applications that inherit Runtime's governance and add domain-specific agent workflows. Workbench is the **first stack** — purpose-built for software engineering teams.
26
+
Workbench is that interface. It connects to Runtime over gRPC and gives you:
27
27
28
-
This repo serves two purposes:
28
+
1.**A production workspace for AI agents.** Each agent (minion) gets its own git worktree, conversation history, and tool access — organized into pipeline stages.
29
29
30
-
1.**A production tool for engineering teams.** Workbench gives every developer a governed team of AI agents — each with its own git worktree, conversation history, and tool access — organized into pipeline stages that mirror how software actually ships.
31
-
32
-
2.**A reference implementation for stack developers.** If you're building a stack for a different domain — clinical, legal, finance, support — study this codebase. It demonstrates how stacks connect to Runtime, inherit governance, and add domain-specific agent behavior. See the [Stack SDK guide](https://github.com/latticeHQ/latticeRuntime/blob/develop/docs/stacks/README.md).
30
+
2.**Visible governance.** When connected to Runtime, you see agent lifecycle events, audit trails, and budget consumption in real-time. Kill an agent from the dashboard, watch it resurrect, read the cryptographic proof.
33
31
34
32
> Read the **[Preamble](./PREAMBLE.md)** for the founding vision and philosophy.
35
33
@@ -204,7 +202,7 @@ Every stack inherits the same coordination primitives from Runtime — identity,
204
202
|[**Operator**](https://github.com/latticeHQ/latticeOperator)| Self-hosted deployment management for Lattice infrastructure |[latticeOperator](https://github.com/latticeHQ/latticeOperator)|
|[**SDK**](https://github.com/latticeHQ/latticeSDK)| Go SDK for building Department Stacks |[latticeSDK](https://github.com/latticeHQ/latticeSDK)|
209
207
|[**Terraform Provider**](https://github.com/latticeHQ/terraform-provider-lattice)| Infrastructure as code for Lattice deployments |[terraform-provider-lattice](https://github.com/latticeHQ/terraform-provider-lattice)|
210
208
|[**Toolbox**](https://github.com/latticeHQ/latticeToolbox)| macOS app manager for Lattice products |[latticeToolbox](https://github.com/latticeHQ/latticeToolbox)|
@@ -224,6 +222,6 @@ Lattice Workbench is licensed under [MIT](./LICENSE).
224
222
225
223
<divalign="center">
226
224
227
-
**[latticeruntime.com](https://latticeruntime.com)** — The open-source coordination layer for institutional AI.
225
+
**[latticeruntime.com](https://latticeruntime.com)** — Crash-proof governed runtime for AI agents.
0 commit comments