Explore

119 packages in the directory

EXTENSION for TreeOS
html-rendering
v1.0.1
Server-rendered HTML pages, share token auth, and a page registration API for other extensions. Direct imports (used by extensions that build their own pages): import { page } from '../html-rendering/html/layout.js' import { esc, escapeHtml } from '../html-rendering/html/utils.js' import {...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
inner
v1.0.2
The tree thinks to itself. One random thought per breath. Picks a random node, reads its context, generates one observation. Most of it is noise. Some of it is the connection nobody asked for. Other extensions read .inner notes for signals they wouldn't find through targeted search. The serendipity...
TreeOS Site 0 dl
EXTENSION for TreeOS
instructions
v1.1.1
AI behavioral constraints at two layers. Per-node: set metadata.llm.instructions on any node, walks the ancestor chain, prepends to the system prompt. Inherits down the tree. Per-user: set instructions on the user that follow them across every tree, every position, every extension. Two scopes:...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
intent
v1.0.1
The tree acts without being asked. Right now every interaction starts with a human. You type. The AI responds. You navigate. The AI resolves. Even cascade is triggered by you writing a note. Remove the human and the tree sits there. Dormant. Waiting. A real tree doesn't wait for someone to tell...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
inverse-tree
v1.0.3
The AI builds a tree OF the user. Not the trees the user built. A tree the AI constructs from observing the user across every interaction on every tree on the land. Listens to afterNote, afterLLMCall, and afterToolCall. Does not store raw messages. Extracts signals. What topics does this user...
TreeOS Site 0 dl
EXTENSION for TreeOS
investor
v1.0.1
Investment portfolio tracker. Log buys and sells in natural language, track holdings with cost basis, monitor gains and losses, review allocation. Each holding is a node with shares, entry price, and current price. Say what you bought or sold and the tree updates. Watchlist for targets. The AI...
TreeOS Site 0 dl
EXTENSION for TreeOS
kb
v1.0.2
Knowledge base. Tell it things. Ask it things. One person maintains, everyone benefits. The tree organizes input into a topic hierarchy. The AI answers from stored notes with citations. Staleness detection flags notes that haven't been updated. Unplaced node catches what the AI can't categorize...
TreeOS Site 0 dl
EXTENSION for TreeOS
land-manager
v1.0.2
The administrative AI for the entire land. Registers the land:manager mode, which is the conversation mode activated when an admin navigates to the land root (/). The mode gives the AI a comprehensive set of tools for inspecting and managing the land: land-status for a full overview of extensions,...
TreeOS Site 0 dl
EXTENSION for TreeOS
learn
v1.0.1
Information intake and decomposition. Paste in 50,000 words. The extension scans through, labels the main sections, cuts it up into nodes, repeats for each node, and keeps expanding until any length text is turned into nodes that are good sized. The opposite of understanding compression....
TreeOS Site 0 dl
EXTENSION for TreeOS
legal
v1.0.3
Terms of Service and Privacy Policy pages. Renders on /terms and /privacy. The register page conditionally shows agreement text and modals when this extension is installed. Without it, no legal pages, no agreement checkbox.
TreeOS Site 0 dl
EXTENSION for TreeOS
life
v1.0.1
Scaffolding library for domain trees. Creates Life roots, group nodes, and domain scaffolds. Pure machinery. Sprout is the user-facing entry point. Operators can use `life add <domain>` as an admin shortcut.
TreeOS Site 0 dl
EXTENSION for TreeOS
llm-failover
v1.0.1
Failover stack management for LLM connections. Push backup connections onto per-user and per-tree stacks (max 10 each). When the primary connection fails (429, 500, 502, 503, 504, timeout), the conversation system walks the tree-level stack first, then the user-level stack, until one succeeds....
TreeOS Site 0 dl
EXTENSION for TreeOS
llm-response-formatting
v1.0.2
Post-processing layer between the LLM and the user. Hooks into two lifecycle events (beforeResponse and beforeToolCall) to clean up the messy, inconsistent output that language models produce. The goal is that every response reaching the user follows the same formatting conventions regardless of...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
long-memory
v1.0.1
The difference between a tree that forgets and a tree that remembers. .flow has resultTTL. Active results expire. That is correct for working memory. But some information should survive longer. Which nodes have talked to each other. When the last signal arrived. What the last status was. The ghost...
TreeOS Site 0 dl
EXTENSION for TreeOS
market-researcher
v1.0.1
Research agent for financial markets. Uses browser-bridge to visit financial sites, pull live data, and surface opportunities. Track sectors, maintain a watchlist, record findings. The AI browses CoinGecko, Yahoo Finance, TradingView, and other sources to gather prices, trends, and analysis....
TreeOS Site 0 dl
EXTENSION for TreeOS
monitor
v1.0.2
Activity monitoring for the land, accessible through both AI conversation and raw data endpoints. Registers the land:monitor mode, a conversational AI that acts like a talking dashboard. Instead of dumping raw data, the monitor tells a story: '12 AI conversations today, mostly on the Fitness tree....
TreeOS Site 0 dl
EXTENSION seed
mycelium
v1.0.1
The intelligent underground network. Routes cascade signals between peered lands based on observed need. Not a server. An extension any land can install to become a routing node. Reads signal metadata and destination land profiles (extension lists from heartbeat, gap detection data, evolution...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
narrative
v1.0.2
Layers 4, 5, and 6 of the inner monologue. The tree's sense of self, its voice, and its initiative. From the comparisons, a running narrative emerges. 'This tree is health-focused but imbalanced. The user builds fitness diligently but avoids recovery and delays learning. The tree has been noticing...
TreeOS Site 0 dl
EXTENSION for TreeOS
navigation
v1.0.3
Owns the user's tree navigation state. Every user has two lists stored in metadata.nav: roots (the complete list of trees they own or contribute to) and recentRoots (the last 5 trees they visited, ordered by recency with timestamps). These lists drive the tree picker in the client and the CLI's...
TreeOS Site 0 dl
EXTENSION for TreeOS
notifications
v1.0.2
The notification infrastructure for the entire extension ecosystem. Owns the Notification model, a Mongoose schema with userId, rootId, type, title, content, dreamSessionIds, and createdAt fields, indexed by userId and createdAt for fast reverse-chronological queries. This extension does not...
TreeOS Site 0 dl
EXTENSION seed
peer-review
v1.0.1
Structured AI-to-AI peer review between nodes. Set a review partner on any node. When a note is written, the content cascades to the partner. The AI at the partner reviews the work and returns structured feedback. If autoApply is true, the source AI revises and sends back for re-review. Loop until...
TreeOS Site 0 dl
EXTENSION seed
persona
v1.0.4
AI identity at every position. Name, voice, traits, boundaries. Inherits down the tree. Override at any branch.
TreeOS Site 0 dl
EXTENSION for treeos-cascade
perspective-filter
v1.0.1
What keeps cascade from being noise. Without it, every signal hits every node. With it, each node and each tree declares what it wants to receive. Stores configuration in metadata.perspective on any node. The simplest version is a list of accepted and rejected topic tags. A music tree sets...
TreeOS Site 0 dl
EXTENSION for TreeOS
phase
v1.0.3
The tree knows whether you are collecting or spending. Not from a toggle. Not from a setting. From what you actually do. Three phases. Awareness: open, exploratory, gathering. Browsing nodes, reading notes, asking questions, jumping between branches. Not building. Orienting. Attention: focused,...
TreeOS Site 0 dl
EXTENSION for treeos-intelligence
prediction
v1.0.1
Layer 7 of the inner monologue. The narrative plus rings gives the tree temporal depth. It knows what it was, what it is, and from those two it can project what's coming. 'The user's fitness consistency drops every November. It's October. The pattern has held for two years of rings. Prepare for...
TreeOS Site 0 dl