- Home
- Getting Started
- Account & Settings
- Roles & Add-On Access
- Settings
- Agentic
- White Label
- Agents & Engines
- Engines
-
Agents
- Overview
- Core Agents
- Core Agents
- Matrix Agent
- Audit Agent
- Industry Agents
- Patent Agent
- Add-On Modules
-
Manufacturing
- Manufacturing
- Overview
- Work Orders
- Production Scheduling
- Shop Floor Monitor
- OEE Dashboard
- Production Counters
- Plant & Process Setup
- Work Centers
- Bill of Materials
- Manufactured Products
- Work Instructions
- Quality Operations
- Overview
- Inspection Plans
- Quality Checklist
- Non-Conformance (NCR)
- SPC Charts
- Traceability (4M)
- Maintenance Operations
- Overview
- Asset Registry
- Preventive Maintenance
- Work Orders
- Spare Parts
- Reliability Dashboard
- Inventory Operations
- Overview
- Material Staging
- WIP Tracking
- Kanban Replenishment
- Material Consumption
- Assets
- Asset Health
- Legal
- Construction
- Government
- Education
- Energy
- Agriculture
- Healthcare
- RevOps
- Ecommerce Operations
- Financial Audit & Fintech Ops
- Insurance
- Hospitality
- Real Estate
- Patent & R&D Operations
- Automotive & Fleet Management Ops
- Customs & Global Trade
- Enterprise & Technical
-
Enterprise Operations
- Enterprise Operations
- Overview
- Enterprise Operations Guide
- Compliance & Docs
- Overview
- Approval Workflow
- Expiry Reminders
- Document Control
- Audit Trail
- Compliance Radar
- Contracts & Warranty
- Overview
- Active Contracts
- Warranty Check
- Service Billing
- Field Service
- Overview
- Dispatch Board
- Job Management
- Van Inventory
- Performance Dashboard
- Service Desk
- Overview
- Service Requests
- SLA Monitor
- Knowledge Base
- Procurement & Vendor
- Purchase Orders
- Vendor Portal
- RFQ Management
- QHSE
- Overview
- Incident Reporting
- Permit to Work
- Safety Inspections
-
Security & Compliance
- Threat & Monitoring
- Overview
- Security Hub
- Security Audit
- IAM Visualizer
- Dependency Scanner
- Secret Scanner
- Secret Vault
- Traffic Monitor
- Audit Trail
- Threat Simulator
- Compliance Radar (MatrixAgent)
- Identity & Compliance
- Overview
- PPTX Auditor
- PDF Auditor
-
Engineering & Infrastructure
- DevOps & Infrastructure
- Overview
- Cron Builder
- CI/CD Pipeline
- Containers
- Log Streamer
- Secrets Management
- Health Monitor
- Infrastructure as Code
- Developer Tools
- Overview
- Nerve Center
- Git Diff Viewer
- Regex Tester
- JSON Transformer
- Workflow Optimizer
- Execution Replay
- Workflow Editor
- Dev Hub Terminal
- Security Hub
- Graph View
- Terminal Editor
- API Playground
- DSL Compiler
- Database Tools
- Overview
- Database Manager
- ORM Mapper
- SQL Formatter
- Schema Visualizer
- Visual Query Builder
- Seed Data Generator
- Custom Collections
- QA & Test
- Overview
- Flake Tracker
- Artifact Vault
- Web Test Module
- Test Plan & Runner
-
Data & Intelligence
- AIOps & Intelligence
- Overview
- Agents
- Agent Architect
- Model Center
- Prompt Lab
- Knowledge Base
- Agent Persona Editor
- Tool / Function Registry
- Observability & Logs
- DataOps & Analytics
- Overview
- Data Inspector
- AI Predictive Models
- Core Modules
- Ads & Social Media
- AI Assistants
- API & Integration
- App Groups
- Appointment Booking
-
Automation
- Automation
- Overview
- Workflow Editor
- Monitoring
- Execution Heatmap
- Workflow Pulse
- Trigger Control
- Task Scheduler
- Integration Hub
- Rule Engine
- Pipeline Designer
- Workflow Editor
- Overview
- Triggers
- Manual Input
- Data Sources
- Ecommerce
- Document Management
- Logic & Transform
- AI Agents
- Knowledge / AI
- Validation & Security
- Integrations
- Outputs
- Document Generation
- Image Generation
- Video Generation
- Coming Soon
- Call Center
- Collaboration
- Community
- Creative Studio
- CRM
- Fleet & Logistics
-
Finance
- Hub
- Finance Hub
- Accounting Hub
- Treasury & Banking Hub
- Commercial Accounts Hub
- Invoicing & Billing Hub
- Reporting & Analytics Hub
- Grid View
- Overview
- Accounting AI Assistant
- Treasury
- Invoice Manager
- Expense Management
- Financial Accounts
- Payroll
- Accounts Receivable
- Accounts Payable
- Bank Reconciliation
- Budget & Forecasting
- Expenses & Budget
- Profit & Loss
- Tax & Compliance
- Galleries & Curation
- Google Display Ads
- Human Resources
- Legal & Support
- Logistics
- Map Explorer
- Marketing
- My Workspace
- Plans & Pricing
- Point of Sale
- Product Management
- Purchase
- Sales
- Semantic Search
- Strategy & Fundraising
- Warehouse
- Website
- Productivity
- Project Management
- Documents
- Learning (LMS)
-
Creator Tools
- Overview
- Brand Identity Creator
- Template Creator
- Image Creator
- Overview
- Getting Started
- Image Generation
- Remix
- Upscale
- Magic Replace
- Remove Background
- Reframe
- Describe
- Magic Tags
- Magic Fill
- Style Transfer
- Style Preset
- Social Media Images
- Prompting Guide
- Video Creator
- Overview
- Getting Started with Video
- Text to Video
- Image to Video
- AI Video Transition
- Video Effects
- Scene Builder
- Short Film Creator
- Audio Creator
- Overview
- AI Audio
- Text to Speech
- Voice Cloning
- Music Generation
- Sound Effects
- Writer Tools
- App Factory
- Research
- Utilities
Graph View
Data visualisation terminal — chart commands, git stats, and BERT NLP analysis.
Overview
Graph View is a large, specialised terminal (approximately 7,400 lines of code) dedicated to data visualisation, git history analytics, and BERT-powered NLP classification. Unlike Dev Hub or Security Hub, Graph View has its own command parser (parseChartCommand), its own log system, and its own Canvas Terminal sub-component for node/workflow visualisation.
Because of its size and specialised purpose, Graph View is a fully standalone module. Commands and block types from other terminals do not cross over into Graph View, and vice versa.
Standalone Module — Do Not Mix Commands
Graph View commands (chart bar, bert-classify, git-stats) are only available inside Graph View. They cannot be used in Dev Hub Terminal or Security Hub. Similarly, Dev Hub commands like analyze-performance are not available in Graph View.
Chart Commands
The core of Graph View is its chart rendering engine. Type a chart command and the terminal renders an interactive chart inline in the session.
| Command | Chart Type | Example |
|---|---|---|
| chart bar [dataset] | Bar chart | chart bar sales-by-month |
| chart line [dataset] | Line chart | chart line revenue-trend |
| chart pie [dataset] | Pie / donut | chart pie market-share |
| chart scatter [dataset] | Scatter plot | chart scatter user-cohorts |
Charts are rendered interactively — hover over data points to see values, click legend items to toggle series. Charts can be exported as PNG from the chart context menu.
Git Stats
Graph View integrates with gitStatsService.ts to fetch live git history data and render it as charts. These commands are also available in Terminal Editor but not in Dev Hub or Security Hub.
| Command | Description |
|---|---|
| git-stats commits-by-author | Bar chart showing commit count per contributor |
| git-stats file-changes-over-time | Line chart of file modification frequency over the past 90 days |
| git-stats commits-per-week | Bar chart of weekly commit volume |
| git-stats top-files | Horizontal bar chart of most frequently changed files |
BERT NLP Analysis
Graph View includes a local BERT model for text classification. Use the bert-classify command to run intent and category classification on any text input. The result is rendered as a probability distribution chart showing confidence scores per class.
| Command | Description |
|---|---|
| bert-classify "[text]" | Classify the text using the local BERT model. Returns a bar chart of class probabilities. |
| bert-classify --batch [file] | Classify each line of a text file and aggregate results into a summary chart. |
BERT Runs Locally
BERT classification uses a locally-loaded model — no API key required and no data leaves your machine. This makes it suitable for classifying sensitive documents. Note that local BERT is for classification only; it does not generate text.
Canvas Terminal
Inside Graph View, there is a sub-terminal called Canvas Terminal dedicated to node and workflow visualisation commands. Canvas Terminal uses only TextBlock — it does not use Run, Pipe, Select, or Diff blocks.
Canvas Terminal is useful for rendering the topology of a workflow you've built in the Workflow Editor, or for visualising dependency graphs and data flow diagrams using simple text-based commands.
Important Notes
- Graph View has its own dedicated log system separate from the shared
useTerminalStatehook used by other terminals. - The
parseChartCommandparser is unique to Graph View — it understands chart-specific syntax that the sharedcommandParser.tsdoes not handle. - If you need chart rendering in a different terminal session, use Terminal Editor which also supports
ChartViewinside TextBlocks. - Graph View is the only terminal where git-stats commands are available alongside chart commands in the same session — ideal for repo health dashboards.