Skip to content

Releases: octopus2023-inc/gensphere

v0.1.9

04 Nov 18:07
ab72dde
Compare
Choose a tag to compare
v0.1.9 Pre-release
Pre-release

GenSphere v0.1.9 Release Notes

GenSphere is a declarative framework to build LLM applications and an open platform to push and pull them. Think of Docker for LLM applications. YAML files define tasks and how they connect on a graph. You can referene other YAML workflows as nodes, which makes it easy to creat complex applications from simple building blocks.

Features

  • Define workflows with simple YAML files: Create complex execution graphs using simple YAML files.
  • Gain low-level control: GenSphere projects break workflows down to individual function calls and/or AI API calls. By doing so, you know exactly what's going on whenever running your application.
  • Nest LLM applications easily: You can reference other YAML files as nodes in your workflow, and compose complex systems easily, while maintaining control.
  • Push and pull projects to the open community hub: Collaborate with others by publishing and pulling projects from the platform (no registration required).
  • Track popularity of your projects: Check the popularity of your projects as measured by the number of times they were used by others.
  • Visualize workflows: explore your projects easily with interactive graphical visualization. You can quickly see which functions are attached to which nodes and have complete control over your workflows.

Known Issues

As this is the first release, there may be undiscovered bugs and areas for optimization. We encourage the community to report any issues found during use.

Upcoming Features

  • Introduction of conditional nodes and cyclical graphs: will allow building full-fledged agentic systems
  • Support for other AI services (other LLM providers, etc)
  • Exposing your projects as APIs endpoints