Product Roadmap

Building the Future

Our development roadmap spans four phases throughout 2026, taking SageSyn from foundational desktop IDE to a full enterprise-ready agent development platform.

Q1
2026
Q2
2026
Q3
2026
Q4
2026
1

Phase 1: Language Foundation

Q1 2026

Current

Core Language & TypeScript Compiler

Establish the Agent Programming Language specification, build the core parser, and deliver the first compiler target: TypeScript.

Milestones

Language Specification

Complete .sag syntax specification and grammar

Parser & AST

Rust-based parser with full syntax support

TypeScript Compiler

First compiler target with full type safety

LSP Core

Basic language server with diagnostics

Key Deliverables

  • Agent Language Specification v0.1
  • sagesyn CLI with compile command
  • TypeScript code generation
  • Basic LSP server for syntax highlighting
  • VSCode extension (preview)
2

Phase 2: Multi-Target & IDE

Q2 2026

Python/Go Compilers & Visual IDE

Expand compilation targets to Python and Go. Launch the visual IDE for designing agent workflows with .sag file generation.

Milestones

Python Compiler

Full Python target for ML/AI ecosystems

Go Compiler

High-performance Go target

Visual IDE Alpha

Tauri-based IDE with visual canvas

LSP Complete

Full LSP with autocompletion, hover, go-to-definition

Key Deliverables

  • Python runtime (@sagesyn/runtime-py)
  • Go runtime (sagesyn-go)
  • Visual IDE with workflow designer
  • Full LSP support in VSCode, Vim, Neovim
  • Live .sag file preview
3

Phase 3: Protocols & Runtime

Q3 2026

v1.0 Stable Release

Implement MCP, A2A, and AG-UI as first-class language constructs. Production-ready runtime with debugging and tracing.

Milestones

MCP Primitives

Native MCP server declarations in .sag files

A2A Primitives

Agent discovery and communication constructs

AG-UI Primitives

Event streaming to frontends as language feature

v1.0 Release

Production-ready language and tooling

Key Deliverables

  • Protocol primitives in language spec
  • Runtime debugging with source maps
  • Execution trace and replay
  • Comprehensive documentation
  • v1.0.0 stable release
4

Phase 4: Ecosystem & Enterprise

Q4 2026

Package Registry & Cloud Compilation

Launch the agent package registry for sharing .sag modules. Cloud compilation service for CI/CD integration.

Milestones

Package Registry

npm-like registry for .sag modules

Cloud Compiler

Hosted compilation service with API

Enterprise Features

SSO, audit logs, private registries

IDE Plugins

Plugin system for IDE extensibility

Key Deliverables

  • registry.sagesyn.ai package registry
  • sagesyn publish command
  • Cloud compilation API
  • GitHub Actions integration
  • Enterprise SSO and RBAC