
Tinyflow is a lightweight AI agent solution. It is not a "product" but a development component. By integrating Tinyflow, you can make any traditional application have the capabilities of an AI agent.
npm install @tinyflow-ai/ui
import { Tinyflow } from 'tinyflow';
new Tinyflow({
element: '#tinyflow',
});
<dependency>
<groupId>dev.tinyflow</groupId>
<artifactId>tinyflow-java</artifactId>
<version>0.0.1</version>
</dependency>
npm install @tinyflow-ai/nodejs
