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

https://github.com/codeacme17/orion-ai

A lightweight multi-agent AI framework with modular extensibility, task collaboration, and LLM integration, designed for AI automation in Node.js and web environments.
https://github.com/codeacme17/orion-ai

Last synced: 2 months ago
JSON representation

A lightweight multi-agent AI framework with modular extensibility, task collaboration, and LLM integration, designed for AI automation in Node.js and web environments.

Awesome Lists containing this project

README

        

# orion-ai

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.