GoalOS

Shared goal graph for agents, tools, and teams.

This Space is the compact public reference for GoalOS: install commands, package surfaces, small examples, and links to the full repository.

Included surfaces

Core TypeScript
SDK Python
CLI Local graph tools
MCP Client integration
Quick example
import { IntentGraphClass } from '@goalos/core';

const graph = IntentGraphClass.create('team@abteex.ai', 'Launch board');

graph.addGoal({
  title: 'Ship public docs',
  status: 'active',
  priority: { level: 'critical' },
  domain: 'product',
});

Install

Choose the package or interface you need.

TypeScript core

@goalos/core

npm install @goalos/core
Python SDK

goalos

pip install goalos
CLI

goalos

npm install -g goalos
MCP server

@goalos/mcp-server

npm install -g @goalos/mcp-server

Examples

Two small examples showing the same graph pattern at team and personal scope.

    Example action

    References

    GitHub contains the full repository, schema files, examples, and release history.