Developer & Authoring
Authoring docs cover the programmable surfaces in Longsurf. This includes Tea Script for indicator and strategy logic, indicator computation through TSGraph, and Resource Tree contracts that let agents and product APIs operate on shared workspace resources.
Authoring Areas
Section titled “Authoring Areas”| Area | Scope |
|---|---|
| Tea Script | Pine-inspired source language for chart indicators and strategy prototypes. |
| Indicators | TSGraph-backed compute programs, built-in indicator definitions, and chart attachment. |
| Resource Tree | Path-addressable user resources for agent reads, searches, and proposed mutations. |
| Generated references | Capability, diagnostic, schema, or manifest-derived docs that should not be hand-maintained. |
Start Here
Section titled “Start Here”- Read Tea Script Overview for the current language status.
- Read Capability Reference for the generated function and effect surface.
- Read Resource Tree for agent-addressable user state.