Documentation

Start here for Seshat.

This page now carries the broader runtime and product story. The homepage is focused on the business wedge. The docs are where the open-source runtime, architecture, workflow model, and long-term direction should live.

What these docs cover

Open runtime

`seshat` is the public Go runtime: sessions, tools, permissions, MCP, memory, RAG, providers, CLI, gRPC, and SDK surfaces.

Workflow architecture

These docs also explain the broader thesis: organized agentic work, multi-agent teams, workflow composition, and the layers that can be built above the runtime.

$curl -fsSL https://raw.githubusercontent.com/KPO-Tech/seshat/main/scripts/install.sh | bash

Choose your path

Pick the path that matches what you need right now: install, understand the runtime, build workflows, or contribute to the open-source layer.

How the ecosystem is split

Interfaces

CLI, Go SDK, gRPC clients, and future SDKs consume the same runtime foundation.

Runtime core

`seshat` owns sessions, tools, permissions, memory, MCP, RAG, execution, and agent primitives.

Workflow systems above it

Enterprise workflow products, private delivery layers, and higher-level team systems can sit above the runtime, but these docs stay focused on the public foundation.

Start here

  1. Install the `seshat` binary
  2. Configure one provider and run the quick start
  3. Understand the runtime model before building larger workflows
  4. Move into the Go SDK, concepts, or contribution paths

Documentation status

The structure is broader than the currently published content. This page reflects the actual state instead of pretending every layer is already complete.

Available now5
Planned next1
  • Comparisonsplanned

What is in the docs

Reference repositories