Expand description
Abstract Syntax Tree for UCL documents.
Structs§
- Append
Command - APPEND command
- Back
Command - BACK command - go back in navigation history
- Block
Def - Block definition
- Context
AddCommand - CTX ADD command options
- Context
Expand Command - CTX EXPAND command options
- Context
Prune Command - CTX PRUNE command criteria
- Delete
Command - DELETE command
- Edit
Command - EDIT command
- Expand
Command - EXPAND command - expand from a block in a direction
- Find
Command - FIND command - pattern-based search (no RAG needed)
- Fold
Command - FOLD command
- Follow
Command - FOLLOW command - follow edges from a block
- Goto
Command - GOTO command - navigate cursor to a specific block
- Link
Command - LINK command
- Move
Command - MOVE command
- Path
- Path expression
- Path
Find Command - PATH command - find path between two blocks
- Prune
Command - PRUNE command
- Search
Command - SEARCH command - semantic search (requires RAG provider)
- Traversal
Filter Criteria - Filter criteria for traversal operations
- UclDocument
- A complete UCL document
- Unlink
Command - UNLINK command
- View
Command - VIEW command - view block or neighborhood content
- Write
Section Command - WRITE_SECTION command - write markdown to a section
Enums§
- Command
- UCL command
- Comparison
Op - Comparison operator
- Compression
Method - Compression method for context
- Condition
- Condition for WHERE clauses
- Content
Type - Content type
- Context
AddTarget - Target for CTX ADD command
- Context
Command - CTX command - context window operations
- Expand
Direction - Direction for graph expansion
- Move
Target - Move target
- Operator
- Operator
- Path
Segment - Path segment
- Prune
Target - Prune target
- Render
Format - Render format for context output
- Snapshot
Command - SNAPSHOT command
- Transaction
Command - Transaction command
- Value
- Value literal
- View
Mode - View mode for block content display
- View
Target - Target for VIEW command