From dfc10c5fc6de5bb105c060a6bbfc3323d2c43b9e Mon Sep 17 00:00:00 2001 From: EngineerProjects Date: Mon, 22 Jun 2026 19:55:53 +0200 Subject: [PATCH] docs(readme): replace em dashes in heading and awkward positions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 391ddc5..62ae886 100644 --- a/README.md +++ b/README.md @@ -63,15 +63,15 @@ This means agents that: We are building the foundation. Seshat today is a solid, production-grade runtime: persistent sessions, 60+ tools, 15 LLM providers, MCP client, RAG, skills, gRPC API, sandboxed execution. It is already useful as a standalone CLI, an embeddable Go SDK, or the engine behind [seshat-ai](https://github.com/EngineerProjects/seshat-ai). -The team primitives — mailboxes, roles, missions, structured inter-agent communication — are the next major layer. We are designing them now, informed by how real organizations function. +The team primitives (mailboxes, roles, missions, structured inter-agent communication) are the next major layer. We are designing them now, informed by how real organizations function. --- -### 🤝 An open project — all ideas welcome +### 🤝 An open project: all ideas welcome **This is an open research and engineering project as much as a software one.** The ecosystem we want to build is ambitious, and no single perspective has all the answers. -If you have ideas about how agents should collaborate, how human team structures map to agentic systems, what organizational patterns are worth modeling, or what the ecosystem is still missing — your input is genuinely valuable. +If you have ideas about how agents should collaborate, how human team structures map to agentic systems, what organizational patterns are worth modeling, or what the ecosystem is still missing: your input is genuinely valuable. 👉 Open a [Discussion](https://github.com/EngineerProjects/seshat/discussions), an issue, or a PR. Every suggestion is read.