Skip to content

Releases: astack-tech/astack

🎉 AStack v0.1.1-beta.0

02 Jun 18:12
Compare
Choose a tag to compare
Pre-release

AStack v0.1.1-beta.0

We're excited to announce the first beta release of AStack, a powerful composable framework for building AI applications.

Key Features

Component-Based Architecture

  • "Everything is a component" design philosophy
  • All components inherit from the Component base class
  • Input/output port system for structured data flow
  • Semantic port naming for intuitive interfaces

Dual Operation Modes

  • Standalone Mode: Direct data processing via run() method
  • Pipeline Mode: Stream processing via the _transform() method

Advanced Computation Model

  • Operator composition for functional programming paradigms
  • Workflow orchestration with branching and merging
  • Reactive data streams with event-driven processing
  • Inter-agent event communication

Zero-Adaptation Design

  • Direct compatibility with model providers and tools
  • No intermediate adaptation layers required
  • Consistent API across all components

More: https://astack.tech