Skip to content

Releases: ServiceNow/SyGra

SyGra-v2.0.0

19 Dec 04:48
022c86d

Choose a tag to compare

A feature-rich release focused on expanded provider support (Vertex AI/Bedrock), multimodal additions (audio transcription, TTS, image generation), ServiceNow data source/sink integration, multi dataset support as source or sink, observability/metrics, enhanced tooling (publish workflow, pre-commit, CI fixes) and multiple bug fixes (lambda/node stability, structured output/performance, tool-call fixes).

Major new features & enhancements

  1. Tools support in LLM Node — Added first-class support for using tools inside the LLM Node, enabling richer tool-based workflows. This helps generating training or eval data for agentic flow. Agent node already support tool execution, however this enables generating tool calls for training or evaluation.
  2. Multimodal output support
    • Audio transcription support — New transcription capability for audio inputs.
    • OpenAI TTS models support — Added TTS model support enabling text → speech flows.
    • OpenAI image generation support — Added image generation via OpenAI (image) endpoints.
  3. Provider / model integrations expandedLiteLLM is now the default backed for all model types enabling smoother integration of new model types. Added support for Vertex AI, Bedrock providers and gpt-4o-audio model.
  4. ServiceNow Instance integration — ServiceNow as data source or sink(useful for enterprise data pipelines).
  5. Multiple Datasets - Added support for multiple datasets as data source/sink, allowing users to use any number/mix of datasets for reading or pushing data.
  6. Metadata & observability improvements — Added metadata tracking (latency percentiles, node costs) and aggregator metrics for platform observability.

Notable fixes & stability improvements

  1. Fixes for structured output performance and null tool-call errors that improve runtime reliability.
  2. Lambda node failure fixes — addressed issues causing lambda node failures.
  3. CI / test fixes — resolved CI cache and async test-case failures for smoother CI runs.

Tooling, packaging & development workflow

  1. Publish workflow added to the repo for automated publishing.
  2. Migration from Poetry to uv packaging (packaging/environment changes).
  3. Pre-commit config and other developer-experience improvements.

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

SyGra-v1.0.0

19 Sep 06:25
9baf2bc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/ServiceNow/SyGra/commits/v1.0.0