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.
Open-source TypeScript framework for building operational software used by humans and AI agents.
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.
Agent
Agent "defining-agents" from sixb-ai/sixb, covering defining agents, config, the model, instructions vs agent skills and tools.
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.
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.
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.