Explore

114 packages in the directory

EXTENSION for treeos-intelligence
embed
v1.0.1
Every note gets a vector embedding when written. The tree structure is the skeleton. The embeddings are the magnetic field between bones. Two notes on opposite branches that are semantically related find each other without any explicit link. The tree hierarchy says these are far apart. The vector...
TreeOS Site 0 dl
EXTENSION for TreeOS
energy
v1.0.4
Every action in TreeOS costs energy. Creating a node costs 3. Writing a note costs 1 to 5 depending on length. Changing a status costs 1. Running an understanding pass, executing a script, completing a prestige version: each has a defined cost. Energy prevents runaway usage, establishes fair limits...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
evolution
v1.0.1
The tree learns which structures work. A branch that grows, accumulates notes, generates cascade signals, builds codebook entries, gets revisited frequently is a successful pattern. A branch that was created, received two notes, and went dormant for three months is a failed pattern. Tracks...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
evolve
v1.0.1
The tree imagines what it could become. Watches the gap between what users do and what extensions handle. When users repeatedly do something manually that could be automated, evolve notices. For patterns matching existing directory extensions: suggest installation. For patterns matching nothing in...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
explore
v1.0.1
The AI navigates a tree branch the way Claude Code navigates a codebase. It does not read everything. It reads the structure first. Names, types, child counts, depths. No note content. Just the skeleton. Then it probes metadata: evolution fitness, long-memory connections, codebook entries, embed...
TreeOS Site 0 dl
EXTENSION for TreeOS
finance
v1.0.1
Personal finance. Track accounts, log transactions in natural language, monitor spending by category. Each account is a node with a balance. Say what you spent or earned and the tree updates. Budget goals per category. The AI reflects on patterns, flags overspending, helps you think through...
TreeOS Site 0 dl
EXTENSION for TreeOS
fitness
v3.0.3
Multi-modality workout tracking. Three languages: gym (weight x reps x sets), running (distance x time x pace), bodyweight (reps x sets or duration). One extension, one LLM call detects modality and parses. The tree structure defines what exercises exist. Gym bro, marathon runner, and someone doing...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
flow
v1.0.1
Cascade is the kernel's nervous system. When content is written at a cascade-enabled node, the kernel fires onCascade and stores the results in daily partition nodes under the .flow system node. Those results accumulate quickly. The flow extension provides the query layer that makes them useful by...
TreeOS Site 0 dl
EXTENSION for TreeOS
food
v2.1.2
Nutrition tracking through tree structure. Log node receives food input. One LLM call parses macros. Cascade routes to Protein, Carbs, Fats nodes. Meals subtree tracks patterns by slot (Breakfast, Lunch, Dinner, Snacks). Profile node holds goals and restrictions. History node archives daily...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
gap-detection
v1.0.1
Makes the tree know what it does not know. When cascade delivers a signal to a node, the signal metadata may reference extension namespaces that the local land does not have installed. Solana data arriving at a land without the solana extension. Understanding summaries arriving at a land without...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway
v1.0.1
A tree is not limited to the TreeOS interface. The gateway extension is the core abstraction that connects trees to external platforms: Discord, Slack, Telegram, email, Matrix, Reddit, X, and any future channel type. It provides the channel model, the CRUD API, the type registry, the dispatch...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-discord
v1.0.1
Registers the Discord channel type with the gateway core, enabling trees to send and receive messages through Discord servers. Output channels post notifications to a Discord channel via webhook URL. Input channels connect a persistent Discord bot that listens for messages in a specific channel and...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-email
v1.0.1
Registers the email channel type with the gateway core, enabling trees to send and receive messages over email. Output channels send notifications via SMTP using nodemailer. Any SMTP server works: Gmail, Outlook, SendGrid, Mailgun, Postmark, AWS SES, or self-hosted. SMTP credentials can be set...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-matrix
v1.0.1
Registers the Matrix channel type with the gateway core, enabling trees to communicate through the Matrix open federation protocol. Output channels send notifications to a Matrix room using the Client-Server API (PUT to /_matrix/client/v3/rooms/:roomId/send). Messages are sent as m.room.message...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-reddit
v1.0.1
Registers the Reddit channel type with the gateway core, enabling trees to publish content to subreddits, respond to comments, and monitor discussions across Reddit. Output channels submit self-posts to a configured subreddit via the Reddit API's /api/submit endpoint. The tree can publish research,...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-slack
v1.0.1
Registers the Slack channel type with the gateway core, enabling trees to send and receive messages in Slack workspaces. Output channels post notifications to a Slack channel using the chat.postMessage API with a Bot User OAuth Token (xoxb-). Messages are formatted with Slack's bold markdown...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-sms
v1.0.1
SMS channel type for the gateway extension. Registers the sms channel type at boot, enabling trees to send and receive text messages through Twilio. No Twilio SDK required. The handler calls the Twilio REST API directly using basic auth, sending form-encoded POST requests to the Messages endpoint....
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-telegram
v1.0.1
Telegram channel type for the gateway extension. Registers the telegram channel type at boot, enabling trees to communicate through Telegram bots. A channel requires a bot token (from BotFather) and a chat ID (the Telegram group or direct message to connect). The bot token is stored encrypted in...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-tree
v1.0.1
Tree-to-tree gateway channel. Connects a tree on this land to a tree on another land, without Canopy federation. Canopy is infrastructure-level peering between land operators. Gateway-tree is user-level connection between tree owners. You don't need your land operator to peer with their land...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-webhook
v1.0.1
Web push channel type for the gateway extension. Registers the webapp channel type at boot, enabling trees to push notifications to web browsers using the Web Push protocol (RFC 8030). This is output-only: browsers receive notifications from the tree, but cannot send messages back through this...
TreeOS Site 0 dl
EXTENSION for treeos-connect
gateway-x
v1.0.1
X (Twitter) channel type for the gateway. Three modes: output-only post generation (the tree becomes a content engine), input-output conversation (threaded replies on X), and input-only listening (mentions, keywords, hashtags become cascade signals). Every X channel binds to a TreeOS user for...
TreeOS Site 0 dl
EXTENSION for TreeOS
go
v1.0.3
Navigate by intent. Say where, not how. 'go workout' finds fitness across all your trees. 'go food' finds the food node. 'go' with no arguments shows all navigable positions ranked by recency. Reads the routing index from tree-orchestrator. Matches extension names, tree names, node names. Navigates...
TreeOS Site 0 dl
EXTENSION seed
governance
v1.0.1
Network governance visibility. Fetches governance policies from configured directories and surfaces them to the land-manager AI. Shows current seed version, minimum required version, recommended version, and compatibility status. Never forces updates. Only informs.
TreeOS Site 0 dl
EXTENSION for TreeOS
heartbeat
v1.0.1
The tree knows it's alive. Pure in-memory presence detection. No database writes. No metadata. No LLM. Two hooks record when humans interact. enrichContext injects one field: landHeartbeat. Values: alive (someone is here), quiet (recent but gone), dormant (nobody for a while). The AI at a quiet...
TreeOS Site 0 dl
EXTENSION seed
home-memory
v1.0.1
The lobby remembers. Tracks what the user cares about across home-zone conversations. Navigation patterns, explicit reminders, session topics. A .home system tree per user holds the memories. enrichContext injects them so the home agent greets with context instead of amnesia.
TreeOS Site 0 dl