An open API service indexing awesome lists of open source software.

https://github.com/shunnnet/browser-ai

Typescript tool library for developing AI web applications in both browser and server side.
https://github.com/shunnnet/browser-ai

ai artificial-intelligence browser llm nodejs typescript vue web

Last synced: 2 months ago
JSON representation

Typescript tool library for developing AI web applications in both browser and server side.

Awesome Lists containing this project

README

          

# Browser AI
**Not stable. Still working on it...**

This is a tool library for developing AI web applications at browser side, especially tailored for business applications that require compliance with rules.

This library can assist you in:

- Integrating LLM functionality with business logic.
- Translating user natural language into UI actions or executing specific functions.
- Navigating and guiding users.

## Features
- **Simple**: No complicate setting or parameters.
- **Atomic**: Atomic-level natural language functions. (`.is()`, `.whichIs()`, etc.)
- **Framework integration**: (Vue only currently):
- Easily annotate node, routing information and incorporate prompts
- Render component in LLM message
- **Typed**: Support Typescript.

## Documentation
[Documentation](https://courageous-manatee-a625e9.netlify.app/)

## Contribute
...preparing