sixb-ai/sixb

Open-source TypeScript framework for building operational software used by humans and AI agents.

53Stars on the repository
12Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

authorization

01

sixb-ai/sixb

Agent

Agents touch the same data and actions as everyone else, so the same authorization model governs them. Two things decide what an agent can do: the groups on its definition and the owner of each thread.

53 2d ago A 0 tokens original MIT

defining-agents

02

sixb-ai/sixb

Agent

Agent "defining-agents" from sixb-ai/sixb, covering defining agents, config, the model, instructions vs agent skills and tools.

53 2d ago A 0 tokens original MIT

overview

03

sixb-ai/sixb

Agent

An agent is a conversational assistant you define alongside your ontology. It calls a language model, selected worker tools, sandboxed read and bash, and an authorized Sixb API.

53 2d ago A 0 tokens original MIT

sixb-ai/sixb

Agent

A defined agent does nothing until a conversation drives it. You drive it over HTTP — create a thread, post a message, follow the run — and stream the run live over a websocket.

53 2d ago A 0 tokens original MIT

tools-and-gateway

05

sixb-ai/sixb

Agent

Every agent run gets sandboxed read and bash tools plus scoped access to the Sixb API. Agents may also receive explicitly selected tools that run in the agent worker.

53 2d ago A 0 tokens original MIT