com.shipclojure/simulflow

A Clojure framework for building real-time voice-enabled AI applications. simulflow handles the orchestration of speech recognition, audio processing, and AI service integration with the elegance of functional programming.

Leiningen/Boot

[com.shipclojure/simulflow "0.1.4-alpha"]

Clojure CLI/deps.edn

com.shipclojure/simulflow {:mvn/version "0.1.4-alpha"}

Gradle

implementation("com.shipclojure:simulflow:0.1.4-alpha")

Maven

<dependency>
  <groupId>com.shipclojure</groupId>
  <artifactId>simulflow</artifactId>
  <version>0.1.4-alpha</version>
</dependency>